Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Vlookup question

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Vlookup question

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)


"MESTRELLA29" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Vlookup question

THANKS, GRACIAS, DANKE,

"Bob Phillips" wrote:

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)


"MESTRELLA29" wrote in message
...
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




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
Vlookup question Daniel Excel Worksheet Functions 9 August 26th 08 01:50 PM
vlookup question Mark Excel Worksheet Functions 2 October 13th 06 05:12 PM
vlookup question Brian Excel Discussion (Misc queries) 1 April 18th 06 03:31 AM
Vlookup question ingleg Excel Discussion (Misc queries) 3 March 31st 06 03:56 PM
VLOOKUP Question. StephenAccountant Excel Discussion (Misc queries) 3 July 6th 05 10:28 PM


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