Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a series of numbers that I want to shift. I can lookup the first
number in the series. Then to get the next number I want a formula which looks at the first number and gives me the one next to it. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just guessing at your configuration,
Number to lookup in Column A, The "Next" number is in Column B, Enter lookup criteria in C1, And try this: =VLOOKUP(C1,A1:B100,2,0) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "axw" wrote in message ... I have a series of numbers that I want to shift. I can lookup the first number in the series. Then to get the next number I want a formula which looks at the first number and gives me the one next to it. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks. But that formula looks up my no. in a row (eg A1) and instead of
giving me B1 (which is what i want) gives me A2 "RagDyeR" wrote: Just guessing at your configuration, Number to lookup in Column A, The "Next" number is in Column B, Enter lookup criteria in C1, And try this: =VLOOKUP(C1,A1:B100,2,0) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "axw" wrote in message ... I have a series of numbers that I want to shift. I can lookup the first number in the series. Then to get the next number I want a formula which looks at the first number and gives me the one next to it. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No it doesn't !
The formula looks for the first number in Column A that matches the number you entered into cell C1. When it finds that number, it returns the number in Column B that is in the same row as the "found" number. If A1 contained 100 And you entered 100 into C1 The formula would return the number in B1. Isn't that what you asked? -- Regards, RD ---------------------------------------------------------------------------- ------------------- Please keep all correspondence within the Group, so all may benefit ! ---------------------------------------------------------------------------- ------------------- "axw" wrote in message ... Thanks. But that formula looks up my no. in a row (eg A1) and instead of giving me B1 (which is what i want) gives me A2 "RagDyeR" wrote: Just guessing at your configuration, Number to lookup in Column A, The "Next" number is in Column B, Enter lookup criteria in C1, And try this: =VLOOKUP(C1,A1:B100,2,0) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "axw" wrote in message ... I have a series of numbers that I want to shift. I can lookup the first number in the series. Then to get the next number I want a formula which looks at the first number and gives me the one next to it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to .. | Excel Discussion (Misc queries) | |||
excel | Excel Worksheet Functions | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
EXCEL:NUMBER TO GREEK WORDS | Excel Worksheet Functions | |||
convert value in word. For Exampe Rs.115.00 convert into word as . | Excel Discussion (Misc queries) |