View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default Performing a function on visible cells only in a range

From Excel 2033 onwards you can use the SUBTOTAL function, it is clearly
explained in help. In previous versions at least down to 97 you can use
SUBTOTAL when you filter rows but not hide them, from 2003 you can use it on
hidden rows as well

--
Regards,

Peo Sjoblom


"creative" wrote in message
...
Is there a way to perform a function (like =sum) on a range but only
include
the cells that are visible?