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
Hello,

I need to move a date if 21 days great than today

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
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...