Help formatting an overdue column however want blank if source cell is blank

Samantha12

New Member
Joined
Jun 16, 2018
Messages
2
Hi,

i have a column which is formatted to populate an overdue when a date is less then today. When I drag the formate down it populates overdue as there is no date currently.

How to i I keep the formate however when the source cell is blank the formatted blank remains blank too?

sam
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
What is the formula you have?

Column A1 You place a date in yourself
Column A2 = A1+7
column A3 =today()
Column A4. =if(A3<A2,”OVERDUE”,””)

The issue I have is I want to build a big spreadsheet and lock the formatted Cells so they don’t have to drag formulas as each entry. As column A1 won’t have a date in it all the time the overdue will sit there.

I want to drag the formatting down however want the over due to populate only when the source cell has dates in there and is actually overdue
 
Upvote 0

Forum statistics

Threads
1,214,808
Messages
6,121,684
Members
449,048
Latest member
81jamesacct

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