Thread: HIDE ROWS IF..
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TiDz TiDz is offline
external usenet poster
 
Posts: 7
Default HIDE ROWS IF..

how to hide rows that have values from 0 to 40 in one column depending on top
value of 3 cells? TIA

a1=2 b1=5 c1=4

result:
0
1
2
3
4
5