Formula Query - Using Time & Text

J

JDB

I am trying to create a conditional formula where if a certain time period is
not met, the next cell to the right comes up 'Due'. To the right of the Due
column is a 'Sent' column for users to enter that a reminder email that their
task is overdue. When Sent is entered into the cell, I need the Due to be
removed.

Currently, I have;

IF(AND(G3<NOW(),I3="Sent"),"Due","")

where column G contains the time and date and column I is the Sent column.
If I remove the ,I3="Sent" section, 'Due' works but is not removed when Sent
is entered (obviously because I haven't told it too!) but when I include the
extra section, it doesn't work at all!

Please can someone advise?
 
J

JDB

I have tried both of the above approaches. Whilst they work in making the
task overdue, when Sent is entered into the I column, the 'Due' is not
removed.
 
P

Pete_UK

Perhaps your workbook is set for manual calculation - press F9 to see
if it changes. To set for automatic calculation, go to Tools | Options
| Calculation and ensure that Automatic is checked, then click OK.

Hope this helps.

Pete
 
J

JDB

Checked that already. Is set to Automatic calculation! I'm having to create
these sheets due to a new processes. This formula was in place on the
original sheet and works on that one. I'm really confused!!

I really appreciate the responses!
 
J

JDB

Forget the below! Had a Doh! moment. Users were entering a space after the
word Sent and therefore excel didn't recognise it as a condition for the
formula!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top