#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 71
Default visible rowindex

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default visible rowindex

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 71
Default visible rowindex

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default visible rowindex

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
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
No Graph Visible Roger Knowles Charts and Charting in Excel 3 April 24th 08 12:58 AM
Sum visible cells only DianeG Excel Discussion (Misc queries) 8 March 6th 08 09:33 AM
sum visible row only Qaspec Excel Discussion (Misc queries) 2 October 9th 07 04:33 PM
My messages are not visible MakeLei Excel Discussion (Misc queries) 1 August 4th 06 01:57 PM
Autoshapes not visible on spreadsheet but visible in print preview John Excel Discussion (Misc queries) 3 February 11th 05 10:23 PM


All times are GMT +1. The time now is 10:55 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"