Possibly an =IF statement??

Sawdeeka01

New Member
Joined
Mar 31, 2020
Messages
37
Office Version
  1. 365
Hi, I am hoping someone could assist me please.

I am helping someone with a spreadsheet and they are wanting to flag dates at various stages.

Essentially they are looking for two queries;

- When 10 business days have passed column P (Closing date), column W (Selection Report finalised) will highlight orange (please note at this stage column W will be blank), and;
- When 19 business days have passed column P (Closing date), column W (Selection Report finalised) will highlight red (please note at this stage column W will be blank).

Any help you could provide would be awesome, thank you so much and I hope you have a great day!
1623111856292.png
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Use Conditional Formatting for both....Here is the first question.
I'm guessing you can do the rest
1623112718700.png
 
Upvote 0
Hi Michael,

Thank you for looking at this for me, unfortunately it isn't working. It isn't formatting the cells at all, if I take out the reference to today it works but does not pick up the second query re 19 days?

:)
 
Upvote 0
Did you add the 19 day rule to the CF table...as I mentioned
Rich (BB code):
I'm guessing you can do the rest
You simply add a new rule to the CF table with
Excel Formula:
=Today()=$P$2+19
....and format as required
 
Upvote 0
I have followed your instruction to the T and unfortunately it still isn't working....
 
Upvote 0
Works fine for me...2 rules 1 for P2+10, 1 for P2 + 19
1623216434267.png
 
Upvote 0
Are you sure you want EXACTLY 10 and 19 Days ??
and NOT Greater than or equal to 10 and 19
 
Upvote 0
Hmmm I have the same, 2 rules, 1 for P3+10 and 1 for P3+19 days but the formatting isn't coming through, still white cells regards if they have a date in them or not

1623216924547.png
 
Upvote 0
Okay but the date has the be EXACTLY 10 days and 19 days different.
If it's 11 or 20, or anything but 10 and 19, it won't change the cell !!
 
Upvote 0

Forum statistics

Threads
1,215,446
Messages
6,124,897
Members
449,194
Latest member
JayEggleton

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