Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have hidden rows in a spreadsheet. When I autosum, the total includes the
hidden rows. Is there a way to only autosum the visible cells? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This may work:
Select the column you're trying to autosum. Go to Edit--Go To--Special--Visible Cells only. Click OK. Then click the autosum button. What happens? Dave -- Brevity is the soul of wit. "EFM pauls" wrote: I have hidden rows in a spreadsheet. When I autosum, the total includes the hidden rows. Is there a way to only autosum the visible cells? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the rows are hidden by data|autofilter, you could use:
=subtotal() instead of =sum() If you're using xl2003, you could use =subtotal() no matter how the rows are hidden. =subtotal(9,a1:a10) 'any version of excel or =subtotal(109,a1:a10) 'xl2003 only EFM pauls wrote: I have hidden rows in a spreadsheet. When I autosum, the total includes the hidden rows. Is there a way to only autosum the visible cells? -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use SUBTOTAL(9,range) instead of SUM(range). You can change the number
to get different effects, like COUNT and COUNTA - see Excel Help for further details. I put totals like this on the top row of the spreadsheet with the header row (and filter pull-downs) below them. This way you can see them easily when applying filters, rather than jumping down to the bottom of the sheet each time. Hope this helps. Pete EFM pauls wrote: I have hidden rows in a spreadsheet. When I autosum, the total includes the hidden rows. Is there a way to only autosum the visible cells? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking Groups of cells between workbooks | Excel Discussion (Misc queries) | |||
Calculating only non-empty cells... | Excel Worksheet Functions | |||
When creating a formula how do you select only visible cells | Excel Discussion (Misc queries) | |||
Copying visible cells only on a protected worksheet | Excel Discussion (Misc queries) | |||
AutoFill Visible Cells with Months | New Users to Excel |