CAN I FORMAT A ROW TO IMITATE A CONDITIONAL CELL?

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

Guest

One column is subject to conditional formatting, if a cell is positive I need
not only that cell to be reformatted but also all the information entered on
the row.
 
Select the whole row, and apply the same conditional formatting as your
column

HTH
 
Assuming the cell to be tested is A1, then highlight all the cells in
row 1 and click Format | Conditional Formatting. Choose Formula Is
rather than Cell Contents and enter this formula:

$A1>0

then choose what format you want - foreground colour or background
(patterns tab) colour - then OK.

If you want to apply this format to several rows, highlight the same
cells, click Format Painter, then highlight the cells on other rows.

Hope this helps.

Pete
 
Select the whole row, and in the conditional formatting, use a condition of
Formula Is, and a formula such as

=$D4=condition

Note the$ in the cell reference which fixes the column being tested.

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)
 
Just following up on this. Hayley emailed me a copy of her sheet
directly, and I was able to set the CF for her.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top