Conditional formatting, if a1 = the value of b1 + c1 together

marshen

New Member
Joined
Apr 4, 2016
Messages
33
Office Version
  1. 365
Platform
  1. Windows
Hi all .

Looking for a way of conditional formatting 365 rows of data as follows:

IF A1 = THE VALUE OF B1 + C1 TOGETHER (format accordingly)

It's worth noting that I don't want anything to happen if B1 + C1 don't equal A1 as I have a separate conditional formatting.


I'm doing numbers so here's an example:

A B C
1 2 1 1 (I WANT THESE FORMATTING AS B1 & C1 = A1)

2 1 0 1 (I WANT THESE FORMATTING AS B1 & C1 = A1)

3 2 1 0 ( I DON'T WANT THESE FORMATTING AS B1 & C1 DON'T = A1)

Any advice is appreciated.

Thanks Mark
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Select the area you want this to work on & use the formula
=$A1=$B1+$C1

Assuming your data starts in A1
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,256
Messages
6,123,911
Members
449,132
Latest member
Rosie14

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