Is it Possible in a formula to have a formula for cell reference?

G

Guest

Excel Users,

Is something like this possible in a cell:

COUNTA(B3:B(C47))

This doesn't work for me if I put a number in C47.

Thanks for any help.
 
K

Ken Wright

Take a look at the INDIRECT function that allows you to build a reference
with strings and numbers.

=COUNTA(INDIRECT("B3:B"&C47))
 

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