View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_64_] John[_64_] is offline
external usenet poster
 
Posts: 5
Default Hide rows if formula result is zero

My spreadsheet layout is as follows:

A B C
Apples 50 20
Oranges 0 0
Bananas 15 0

I need excel to hide the rows when the results of the formulas in both
column B and C are zero. Oranges would be hidden, bananas would not. If the
cell in B or C is empty, I don't want it hidden. All formulas in cells I
want hidden start with =sumif. I am using Excel 2000. Thanks for the help.