View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default What happen when a row is hidden?

If you hide the row via data|filter|autofilter, take a look at =subtotal().

If you're running xl2003+ (IIRC), you can use =subtotal() for rows that are
hidden manually, too.

Look for the
=subtotal(1xx,...
instructions

Jo wrote:

Hi,

Say I have this in a column A :

Row12
42
31
56

=Sum(


--

Dave Peterson