Conditional Formatting for "NET Monthly Account"

robholding

New Member
Joined
Aug 4, 2012
Messages
12
Hi all,

I was hoping someone may be able to help me.

I have an excel sheet where I log all my sent invoices. One of the columns shows the day that the invoice was created.
I would like to use conditional formatting to 'hi-light' an invoice (date) that is overdue by net one month (Overdue when the end of the following month is reached)
For example, If I send an invoice on the 1st of January, the invoice is due to be paid by the last day of the following month i.e. 29th February.
The same would be true if the invoice date was the 31st Jan, the invoice would still be over due on the last day of the following month.
:confused:
Does anyone know the formula for this? I am looking to apply the formatting to the whole of 1 column.

Grrr - driving me crazy lol

Many thanks :)
 
Sorry...
biqame.png
 
Upvote 0

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
If I understand what you want to do then those 2 cells should be highlighted.

The overdue dates would be:

B2: 6/15/2012 = overdue on or after 7/31/2012
B3: 6/25/2012 = overdue on or after 7/31/2012

Isn't that what you wanted?
 
Upvote 0
I just tried it again...I was applying it by mistake to the column and not just 1 cell. :oops:
To apply the formula to the whole column, would I copy and paste the formatting or the formula?
Is there a quicker way to apply it to the whole column?
 
Upvote 0
I just tried it again...I was applying it by mistake to the column and not just 1 cell. :oops:
To apply the formula to the whole column, would I copy and paste the formatting or the formula?
Is there a quicker way to apply it to the whole column?
You can apply the formatting all in one step.

Let's assume the range to format is B2:B20.

Select the *entire* range B2:B20 starting from cell B2. Cell B2 will be the active cell. The active cell is the one cell in the selected range that is not shaded. The formula will be relative to the active cell.

Goto the Home tab>Styles>Conditional Formatting>Manage rules>New rule>Use a formula to determine which cells to format

Enter this formula in the box below:

=TODAY()>=EOMONTH(B2,1)

Click the Format button
Select the desired style(s)
OK out
 
Upvote 0
Thank you for the formula, It's working!
Rather than selecting the entire range, I changed the "Applies to" field (in the Conditional Formatting Rules Manager to $B:$B so the rule will be applied to any new entries.
Thank you VERY much for all your help!!! :beerchug:
 
Upvote 0
Thank you for the formula, It's working!
Rather than selecting the entire range, I changed the "Applies to" field (in the Conditional Formatting Rules Manager to $B:$B so the rule will be applied to any new entries.
Thank you VERY much for all your help!!! :beerchug:
You're welcome. Thanks for the feedback! :cool:
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,323
Members
452,635
Latest member
laura12345

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