Date Problems

slifer666

Board Regular
Joined
Sep 29, 2005
Messages
81
Ok Need Help

Ive wrote this

=IF(TODAY>D1110+9, TIMED OUT, NOT RETURNED YET)

What I want is for excel to check if the current date is 9 days later then the Date in Cell D1110, and to return one of the 2 values above

also, in the next cell i want it (if the result is Timed Out) to say "Status 'A'" and if it says "Not Returned Yet" I want it to remain blank

Please help :)
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Domski

Well-known Member
Joined
Jan 18, 2005
Messages
7,292
Hi,

Try:

=IF(TODAY()>D1110+9,"TIMED OUT","NOT RETURNED YET")

Then something like:

=IF(A1="TIMED OUT","Status A","")

Hope it helps,

Dom
 
Upvote 0

Forum statistics

Threads
1,191,204
Messages
5,985,257
Members
439,953
Latest member
suchitha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top