Help on Formulae

LesHunter

New Member
Joined
Oct 10, 2017
Messages
19
Hi,I have a problem i'm trying to solve and I expect it will take someone 5 minutes to figure out,But not me, I am just learning Excel and its wonderful ways it can automate so much.
=IF(TODAY()>E12,"Overdue",IF(TODAY()<e12,"ok",if(today()=e12,"due today="" ")))
continues
<E12,"OK",IF(TODAY()=E12,"Due Today ")))
I am trying to have column which when certain parameters are met the appropriate message appears(so far so good) it works for me,
However as I have copied down the column the "default" is shown even though it appears that the formulae is correct.
What I need is for the column to show nothing until a date is input in the adjoining cell
<e12,"ok",if(today()=e12,"due today="" ")))

<e12,"ok",if(today()=e12,"due today="" ")))=""
<e12,"ok",if(today()=e12,"due today="" ")))


26 October 2017OK
27 October 2017OK
28 October 2017£50.00OK
14 October 2017Due Today
14 October 2017Due Today
14 October 2017Due Today
14 October 2017Due Today
Overdue
Overdue
Overdue
Overdue
This column continues with the same

<tbody>
</tbody>
What I need is for the column to be clear until a date is put into the date field,
The date is filled in automatically from my invoice, This is an invoice register.

<e12,"ok",if(today()=e12,"due today="" ")))
<e12,"ok",if(today()=e12,"due today="" ")))
Any help would be most gratefully received as ever
les hunter :confused:</e12,"ok",if(today()=e12,"due></e12,"ok",if(today()=e12,"due></e12,"ok",if(today()=e12,"due></e12,"ok",if(today()=e12,"due></e12,"ok",if(today()=e12,"due></e12,"ok",if(today()=e12,"due>
 
Last edited:

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Based on your sample formula, try this...
=if(E12="","",IF(TODAY()>E12,"Overdue",IF(TODAY() continues....

Also, it might be better to put +TODAY() in it's own cell, then reference that cell. =TODAY() is volatile (calcs with any workbook change), and could slow your file down if used extensively. To maybe something like...
=if(E12="","",IF($A$1>E12,"Overdue",IF($A$1continues....
 
Upvote 0
Hi Ford, nice to meet your acquaintance.
Thank you very much for your help with my formulae, it worked a treat.
i have used the snippet to do the same with another formulae so the learning curve goes on.

once again thank you for your help it is very,very much appreciated.
 
Upvote 0

Forum statistics

Threads
1,216,073
Messages
6,128,638
Members
449,461
Latest member
kokoanutt

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