Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I use auto sum with hidden cells?

I am trying to use the auto sum feature for a column of cells. I have quite
a few of hidden cells that I do not want to be factored into my total. How
do I get it to do the auto sum so it doesn't include those hidden cells?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 99
Default How do I use auto sum with hidden cells?

Hi

When you did use autofilter feature to hide rows, then you can use SUBTOTAL
function to return sum, count, etc. of all visible cells.

When you simply did set the height of rows to 0, then the only option is to
have a (hidden) column, where you store some value for hidden rows and
another one for visible rows - and then you can use SUMIF to summarize
visible values in some another column.


Arvi Laanemets



"rereinaz" wrote in message
...
I am trying to use the auto sum feature for a column of cells. I have

quite
a few of hidden cells that I do not want to be factored into my total.

How
do I get it to do the auto sum so it doesn't include those hidden cells?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default How do I use auto sum with hidden cells?

You can use the SUBTOTAL function to sum the visible cells, if the rows
were hidden by using DataFilterAutofilter. For example:

=SUBTOTAL(9,C3:C12)

In Excel 2003, you can also use SUBTOTAL to sum visible cells, if rows
were manually hidden. For example:

=SUBTOTAL(109,C3:C12)


rereinaz wrote:
I am trying to use the auto sum feature for a column of cells. I have quite
a few of hidden cells that I do not want to be factored into my total. How
do I get it to do the auto sum so it doesn't include those hidden cells?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel auto formats cells with numbers - Can it be disabled? Jeromey Setting up and Configuration of Excel 1 May 21st 06 01:17 AM
Not printing hidden cells sarcher Excel Discussion (Misc queries) 1 May 16th 06 12:55 PM
auto color fill cells Chopper New Users to Excel 6 March 6th 06 03:04 AM
paste over hidden cells KyWilde Excel Discussion (Misc queries) 0 May 20th 05 12:50 AM
Calculating without including Hidden Cells LiquidFire Excel Discussion (Misc queries) 3 November 29th 04 08:35 PM


All times are GMT +1. The time now is 06:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"