Subtotal Formula

C

Chris

I have this formula:

=INDIRECT("PrintData!J" &RowIndex)

and need to wrap a subtotal 9, around it so that it only includes
visible rows when there is an auto filter applied on the PrintData
page

Any possible solutions to add?

thanks

chris
 
S

Santipong

Try this,

=Subtotal(9,Indirect("PrintData!"&"J2:J20"))

Adjust range J2:J20 to your suit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top