Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup question | Excel Worksheet Functions | |||
vlookup question | Excel Worksheet Functions | |||
vlookup question | Excel Discussion (Misc queries) | |||
Vlookup question | Excel Discussion (Misc queries) | |||
VLOOKUP Question. | Excel Discussion (Misc queries) |