Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel auto formats cells with numbers - Can it be disabled? | Setting up and Configuration of Excel | |||
Not printing hidden cells | Excel Discussion (Misc queries) | |||
auto color fill cells | New Users to Excel | |||
paste over hidden cells | Excel Discussion (Misc queries) | |||
Calculating without including Hidden Cells | Excel Discussion (Misc queries) |