How to format row if sum value of row equal specific value

Status
Not open for further replies.

trungtb

New Member
Joined
Aug 5, 2023
Messages
9
Office Version
  1. 2021
Platform
  1. MacOS
I use excel and i have sheet look like :

Code:
A        B            C
1        3927269      58516305
2        2356361
3        2749088
4        294545
5        13156350
6        1570908
7        1963634
8        5105449
9        3632724
10       3141815
11       7996358
12       3534542
13       29963613
14       .....
Now i want filter all row from 1 -> 13 and highlight specific row only when sum row hightlight = C1
Example : B2+B3+B6 = C1
Now B2,B3,B6 highlight
I using formula on Conditional Formatting look like: =SUM($B$1:B1)=$C$1. But it not working. How to highlight rows only sum value equal specific value ?
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Status
Not open for further replies.

Forum statistics

Threads
1,215,086
Messages
6,123,040
Members
449,092
Latest member
ikke

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