Conditional Formatting Based on Multiple Cells Added(Sum) Values + Possible VBA?

internct

New Member
Joined
Jun 16, 2015
Messages
3
Hi,
So I am doing inventory and one column is for inventory on order and inventoy in stock.

A B C D
0 4 4 6

When A+B is <=C, I want either the entire row to highlight or cell A1,B2,C3,D4. C is the minimum number of inventory and D is how much to order when they've reached the minimum.
If it's possible, I also want a popup message reminding people that A1 and B1 equals to C,so they should order D quantity
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
for 2007, 2010 or 2013 excel version
Conditional Formatting


Highlight applicable range >>

Select the range - for example A2:D10000



Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:



=($a2+$B2) < = $C2



Format… [Number, Font, Border, Fill]
choose the format you would like to apply when the condition is true
OK >> OK
 
Upvote 0

Forum statistics

Threads
1,214,798
Messages
6,121,635
Members
449,043
Latest member
farhansadik

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