Calculate certain cells

mcm2010

New Member
Joined
Aug 7, 2011
Messages
2
I thank you all in advance!

I'm trying to color a cell in regards to circumstances.

Item A1 max value should be 3000, if reaching 3000 or more, highlighted red.

Item A2 minus A1, should act the same too. If A2 minus A1, were 3000 or more, A2 should be highlighted red.

If it weren't, move on to the next, and see if A3 minus A2 was 3000+ or not and highlight.

Seems like I just need an IF loop for this, but not quite sure how to format it correctly.

I thank you in advance!
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
In Conditional Formatting:

While A1 is selected format it as CellValueIs greater than or equal to 3000 then highlight by red
From A2 onwards...
FormulaIs =sum(A2-A1)>3000 then highlight by red
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,971
Members
452,371
Latest member
Frana

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