View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Sumproduct with autofilter

Try it like this:

=SUBTOTAL(9,M3:M468)/SUBTOTAL(9,F3:F468)/1440

--
Biff
Microsoft Excel MVP


"John" wrote in message
...
I am trying to use sum product I believe for the following formula.....

=(SUM(M3:M468)/SUM(F3:F468))/1440

I am trying to use auto-filter to give me the above answer for just the
fields shown after filtering. Any ideas????