Generate Due Date Alert Problem

Jingaud

New Member
Joined
Apr 22, 2018
Messages
3
[FONT=&quot]Good Day All,[/FONT]
[FONT=&quot] [/FONT]
[FONT=&quot]I have been trying to activate an alert date on excel. I am using Excel 2013. Here is the function I have inserted:[/FONT]
[FONT=&quot] [/FONT]
[FONT=&quot]=IF(G719<(TODAY()+1),”DUE”,” “)[/FONT]
[FONT=&quot] [/FONT]
[FONT=&quot]I don’t understand why it is showing as ‘Due’ when my Due Date for Next action plan is empty.
COLOR][COLOR=


Is there something wrong with the function I have entered in?
[/FONT]
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
If G719 is empty, then it satisfies your condition, because EMPTY CELL is always less than TODAY()+1

Try adding a second condition...
<today()+1,g719><today()+1,g719>
=</today()+1,g719></today()+1,g719>
<today()+1,g719><today()+1,g719>IF(</today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719>AND(</today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719>G719>0</today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719>,</today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719>G719>TODAY()+1</today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719>)</today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719>,</today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719>"DUE","")</today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719></today()+1,g719></today()+1,g719><today()+1,g719><today()+1,g719>
</today()+1,g719></today()+1,g719>
 
Last edited:
Upvote 0
Hi Yongle,

Thanks for the input and the very prompt response.

I have tried putting in the second condition, but now the 'Due' will not activate no matter what. I have attached an image below:

Excel_2.png
[/URL][/IMG]

Thank you so much for the help thus far. Much appreciated.
 
Upvote 0
There's a typo in Yongle formulae, try
=IF(AND(G719>0,G719 < TODAY()+1),"DUE","")

EDIT
Corrected formula. Board stripped part of it out because of < sign
 
Last edited:
Upvote 0
@Fluff Thanks for the input, but my formula is as intended - it may not do the required job but it is what I typed :)
@Jingaud - in which cell did you put the formula?

Your formula
=IF(
G719<(TODAY()+1),”DUE”,” “) was presumably in cell F719

My formula
as provided in post2 is a direct replacement for that and should have been put in
F719

Same formula place in F2 and copy down
=IF(AND(G2>0,G2>TODAY()+1),"DUE","")


1
FORMULAWarningDate
2
=IF(AND(G2>0,G2>TODAY()+1),"DUE","")23/04/2018
3
=IF(AND(G3>0,G3>TODAY()+1),"DUE","")24/04/2018
4
=IF(AND(G4>0,G4>TODAY()+1),"DUE","")DUE25/04/2018
5
=IF(AND(G5>0,G5>TODAY()+1),"DUE","")DUE26/04/2018
6
=IF(AND(G6>0,G6>TODAY()+1),"DUE","")DUE27/04/2018
7
=IF(AND(G7>0,G7>TODAY()+1),"DUE","")DUE28/04/2018
8
=IF(AND(G8>0,G8>TODAY()+1),"DUE","")DUE29/04/2018

<tbody>
</tbody>
 
Last edited:
Upvote 0
@Fluff Thanks for the input, but my formula is as intended - it may not do the required job but it is what I typed :)
My "Corrected" was modified by the board software because of the < sign, which I have now corrected, in post#4
The Op's formula was if G < Today+1, but you are still saying if G > Today+1
Which I suspect is why it's not working for the OP
 
Last edited:
Upvote 0
@Fluff - that explains everything. I was looking at half a formula in your post! I did not spot the "<" error. You were indeed correct. Thanks for the catch.
Why does the board software eat our formula? :confused:
 
Last edited:
Upvote 0
It sees < as HTML code & therefore treats is as such.
You need to either place the formula in a code window (which I think works), or put a space before & after the < sign
 
Upvote 0
Thank you Yongle and Fluff for your help. It really helped me as a newcomer to excel. Very much appreciated.
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,476
Members
448,967
Latest member
visheshkotha

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
Back
Top