Hide rows with conditional formatting

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

Guest

Is it possible to hide a ROW with conditional formatting? I know you can hide
cell values by using a custom number format: ;;; However, that makes the
content of the cell unvisible, but it does not hide the entire row. Perhaps
my request is not possible outside VBA. I don't need a VBA solution (I have
one), but I would like to achieve this result with conditional formatting
only.

Thanks for your help
 
Hi Gerry,

No, it's not possible to hide a row with conditional formatting.

Cheers
 
If you really mean hide the row by making the rowheight 0, then nope, not
through format|Conditional formatting.

You may want to look at data|filter|autofilter. This may work for you and would
be a "macro-free" solution.
 
Yes, I know about that alternative, but I was just hoping you could set the
row height. Thanks anyway.
 
That's what I was afraid of. Thanks for confirming my guess.

macropod said:
Hi Gerry,

No, it's not possible to hide a row with conditional formatting.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

Gerry Verschuuren said:
Is it possible to hide a ROW with conditional formatting? I know you can hide
cell values by using a custom number format: ;;; However, that makes the
content of the cell unvisible, but it does not hide the entire row. Perhaps
my request is not possible outside VBA. I don't need a VBA solution (I have
one), but I would like to achieve this result with conditional formatting
only.

Thanks for your help
 
No to hide row or reset height but you can use to change font.
 

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

Similar Threads

Hiding rows 1
Excel Conditional Formatting 1
COPYING CONDITIONAL FORMATTING WHEN COPYING CELLS OVER 2
hide zeros 2
Excel VBA 1
condition format 2
Conditional fomat series 2
Conditionally hiding rows 1

Back
Top