sheet variable

W

wagz

I am looking for a way to use a list value from a data validation (cell D9)
to use as a value in =OFFSET(Merry!C6,COUNTA(Merry!C6:C364)-6,-1) So Merry
would be removed and the variable put in it's place. Each time I reference
the cell D9 I get a #VALUE! error.

Any help would be appriciated.
 
D

Dave Peterson

maybe...

=OFFSET(indirect("'"&d9&"'!C6"),COUNTA(indirect("'"&d9&"!C6:C364"))-6,-1)
 
D

Dave Peterson

I think you changed the formula.

Try it again. If it doesn't work, then post your formula and the values in D9,
C6 and the value that =counta() returns.
 
W

wagz

I have gotten past the true return but now it doesn't look for the first
empty cell as the reference in the code. So 3,-1 pulls the value from
begining C column instead of using the counta reference.
 
D

Dave Peterson

For me to have a guess, you'll still have to post the stuff I mentioned before.
 

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