View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LaDdIe LaDdIe is offline
external usenet poster
 
Posts: 131
Default Sumif on a filtered column

Hiya

=SUMIF(Sheet2!$F$5:$F$3000,Sheet1!C3,Sheet2!$G$5:$ G$3000)

Can I please have some help to modify this formula to ignore (not to sum)
hidden rows. The formula works fine, except that it continues to sum rows
that are hidden by filtering.

Thank you.