Thread
:
calculate the number of days from date received
View Single Post
#
5
Gary L Brown
Posts: n/a
If you're looking for a countdown such as '5 days until you can send', '4
days until you can send','3 days until you can send', etc.
Assuming your Received Date is in Cell 'A1' and you want to know how many
days until you can send, try...
=IF(+$A$2+7-INT(Now())<=0,0,+$A$2+7-INT(Now()))
This will stay at zero if it is past time to send
HTH,
--
Gary Brown
If this post was helpful, please click the ''''Yes'''' button next to
''''Was this Post Helpfull to you?".
"Donna" wrote:
I would like to know how to write the formula so that I can calculate the
number of days from received date. Received date is a column and the formula
is in another column. When I open the spreadsheet first thing in the
morning, it should change all the numbers. I have to wait 7 days from
receipt of Return receipt of Registered mail before I can send to County
Attorney. I need this column to tell me it is time to process legally. Can
anyone help?
Thanks
Donna
Reply With Quote