Vlookup question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Formula

Dec (name range) the following table
1 5000 30%
5001 10000 40%
10001 19999 50%

D9 = 10,000
=VLOOKUP(D9,dec,1) this returns the value 5001

I need to update "Dec" to "jan" By change A Cell, how can i do that?

GRACIAS
 
Assuming Dec (or Jan ) in A1, I think you mean

=VLOOKUP(D9,INDIRECT(A1),1)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
THANKS, GRACIAS, DANKE,

Bob Phillips said:
Assuming Dec (or Jan ) in A1, I think you mean

=VLOOKUP(D9,INDIRECT(A1),1)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top