Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there any possible way to change this formula to only use the
visible rows so I can filter my list? =INDIRECT("PrintData!B" &RowIndex) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Aug 29, 12:19 pm, Chris wrote:
Is there any possible way to change this formula to only use the visible rows so I can filter my list? =INDIRECT("PrintData!B" &RowIndex) Use SUBTOTAL wrapped around it. To be safe, use the 10x version of the first argument. IE: not SUBTOTAL(9,A1:A10) which will only ignore cells hidden by a filter use SUBTOTAL(109,A1:A10) which will ignore all hidden cells |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Aug 29, 1:59*pm, Spiky wrote:
On Aug 29, 12:19 pm, Chris wrote: Is there any possible way to change this formula to only use the visible rows so I can filter my list? =INDIRECT("PrintData!B" &RowIndex) Use SUBTOTAL wrapped around it. To be safe, use the 10x version of the first argument. IE: not SUBTOTAL(9,A1:A10) which will only ignore cells hidden by a filter use SUBTOTAL(109,A1:A10) which will ignore all hidden cells I can't get this to work in the right formula context. Can you help me with the formula? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Aug 29, 11:03 pm, Chris wrote:
On Aug 29, 1:59 pm, Spiky wrote: On Aug 29, 12:19 pm, Chris wrote: Is there any possible way to change this formula to only use the visible rows so I can filter my list? =INDIRECT("PrintData!B" &RowIndex) Use SUBTOTAL wrapped around it. To be safe, use the 10x version of the first argument. IE: not SUBTOTAL(9,A1:A10) which will only ignore cells hidden by a filter use SUBTOTAL(109,A1:A10) which will ignore all hidden cells I can't get this to work in the right formula context. Can you help me with the formula? Well, I don't have much info from you. I was thinking: =SUBTOTAL(109,INDIRECT("PrintData!B"&RowIndex&":"& "PrintData!B" &RowIndex)) I think that should work, but you'll have to put in your reference in the Indirect function. If you don't know how Subtotal works, look it up in Help. There are several calculations it can perform, you change the "109" to the one you need. Help lists the options. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
No Graph Visible | Charts and Charting in Excel | |||
Sum visible cells only | Excel Discussion (Misc queries) | |||
sum visible row only | Excel Discussion (Misc queries) | |||
My messages are not visible | Excel Discussion (Misc queries) | |||
Autoshapes not visible on spreadsheet but visible in print preview | Excel Discussion (Misc queries) |