View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
steven steven is offline
external usenet poster
 
Posts: 389
Default SUMPRODUCT with Hidden Columns

How can I finesse SUMPRODUCT to ignore hidden columns? For example with
column G through M hidden, column D contains resource names, and column F
through AE contain hours:

=SUMPRODUCT(--($d$4:$d125="ResourceName")*($f$4:$ae$125))