Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to have my formula look up my value. The problem is my text
value appears to be a cell range, for example "a75-s209". A75-s209 is a model number that we sell. I tried to use an apostrophe, as well as quotation marks. I could not get either one to function properly =VLOOKUP(Inventory!"a75-s209",Inventory!A2:B74,2) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Aeryn,
If it is text, then it is not on WS Inventory as such, so use; =VLOOKUP("a75-s209",Inventory!A2:B74,2) NickHK "Aeryn635" wrote in message ... I am trying to have my formula look up my value. The problem is my text value appears to be a cell range, for example "a75-s209". A75-s209 is a model number that we sell. I tried to use an apostrophe, as well as quotation marks. I could not get either one to function properly =VLOOKUP(Inventory!"a75-s209",Inventory!A2:B74,2) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you so much!! Almost perfect. How do I tell it to only return an exact
match when it searches for a value? "NickHK" wrote: Aeryn, If it is text, then it is not on WS Inventory as such, so use; =VLOOKUP("a75-s209",Inventory!A2:B74,2) NickHK "Aeryn635" wrote in message ... I am trying to have my formula look up my value. The problem is my text value appears to be a cell range, for example "a75-s209". A75-s209 is a model number that we sell. I tried to use an apostrophe, as well as quotation marks. I could not get either one to function properly =VLOOKUP(Inventory!"a75-s209",Inventory!A2:B74,2) |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Aeryn,
Look at the 4th argument to VLOOKUP. NickHK "Aeryn635" wrote in message ... Thank you so much!! Almost perfect. How do I tell it to only return an exact match when it searches for a value? "NickHK" wrote: Aeryn, If it is text, then it is not on WS Inventory as such, so use; =VLOOKUP("a75-s209",Inventory!A2:B74,2) NickHK "Aeryn635" wrote in message ... I am trying to have my formula look up my value. The problem is my text value appears to be a cell range, for example "a75-s209". A75-s209 is a model number that we sell. I tried to use an apostrophe, as well as quotation marks. I could not get either one to function properly =VLOOKUP(Inventory!"a75-s209",Inventory!A2:B74,2) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - formula to display text over a range of values | Excel Discussion (Misc queries) | |||
Convert text in cell to a range name for formula | Excel Worksheet Functions | |||
How can I display a cell range in a text box in excel? | Excel Discussion (Misc queries) | |||
Using the text from a cell as a range name in a formula | Excel Discussion (Misc queries) | |||
How do I use text in a cell as a range name in a formula | Excel Discussion (Misc queries) |