Moving data from one sheet to another
Closed
sinjin
-
Feb 19, 2015 at 08:36 AM
cmarzahn Posts 35 Registration date Wednesday February 18, 2015 Status Member Last seen March 13, 2015 - Feb 20, 2015 at 11:28 AM
cmarzahn Posts 35 Registration date Wednesday February 18, 2015 Status Member Last seen March 13, 2015 - Feb 20, 2015 at 11:28 AM
Related:
- Moving data from one sheet to another
- How to copy data from one excel sheet to another - Guide
- Excel move data from one sheet to another - Guide
- Sheet right to left in google sheet - Guide
- Windows network commands cheat sheet - Guide
- Tmobile data check - Guide
1 response
cmarzahn
Posts
35
Registration date
Wednesday February 18, 2015
Status
Member
Last seen
March 13, 2015
7
Feb 20, 2015 at 11:28 AM
Feb 20, 2015 at 11:28 AM
Not clear on what you want. Do you want to move a date? Or the contents of a cell or a row?
=IF(A1>(NOW()+21),A1,"")
Might be what you are looking for...
Don't forget to format the result as a date...
=IF(A1>(NOW()+21),A1,"")
Might be what you are looking for...
Don't forget to format the result as a date...