Conditional Formatting for a Accounting Spreadsheet

JenMcG

New Member
Joined
Dec 2, 2016
Messages
46
Hello,

I'm looking for a conditional format setting to highlight cells that have not yet received a posted payment.

Cell M12 = Total Invoiced Value
Cell N12= Total Collected Value

I'd like for N12 to highlight in red when the total collected is less than the total invoiced. If its equal or greater, no formatting required.
I'd also like to N12 to be clear if M12 is blank (i.e. no invoice issued).

Thank you,
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
You can use a Conditional Formatting formula on cell N12 like this:
Excel Formula:
=N12<M12
and then choose your red formatting color.
 
Upvote 0

Forum statistics

Threads
1,215,422
Messages
6,124,808
Members
449,191
Latest member
rscraig11

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