Can I format an entire row based on the value of a single cell?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to use the conditional formatting feature to format an entire
row rather than just a single cell. For example: If the cell value = "Total"
then the entire row is bold.
 
select your range (multiple rows???).

Then with A3 (say) the activecell in that selection:

format|Conditional formatting
formula is:
=$a3="total"
apply a nice format
 
Back
Top