conditionally formatting color

parker1969

New Member
Joined
Aug 12, 2007
Messages
4
Can I turn a row a certain color ONLY if a particular cell is blank.
In addition, I need a formula for my summary sheet that only SUMS certain color rows.

Can this be done?
THNX!
 

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.
It sure can

Do you need a VB solution or do you have space for some helper columns?

Dave
 
Upvote 0
Hi

OK 1 step at a time

Can I turn a row a certain color ONLY if a particular cell is blank

Highlight your area

Format>>Conditional Format>>Formula Is = $A1=""

Change A1 to whatever the cell is and set your format

In addition, I need a formula for my summary sheet that only SUMS certain color rows

If you can use a helper column you can reference the blank cell in question in a

=IF(A1="", 1, "")

style. Then just =SUM the helper column

Give it a try and let me know

HTH


Dave
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

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