Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i got a scenario wherein i have to use a short hand way of lookup between
different workbooks.. i simplified the lookup by having those reference values and lookup values become constant and inside the active worksheet. something like this A1 contains {1,2,3} A2 contains {-3,-2,-1} then from the lookup's fx form box lookup value : 3 lookup reference : ""&A1 : DISPLAYED AS ="{1,2,3}" lookup value : ""&A2 : DISPLAYED AS ="{-3,-2,-1}" the result is #VALUE! because of the Double Quotes.... yet, assuming if I type from B1=1,B2=2,B3=3 and C1=-3,C2=-2,C3=-1 and i do the lookup formula =lookup(3,B1:B3,C1:C3) lookup value : 3 lookup reference : B1:B3 : DISPLAYED AS ={1,2,3} lookup value : C1:C3 : DISPLAYED AS ={-3,-2,-1} the result is -1 which is correct.. how can i eliminate the double quote's that will be read by the formbox...considering that i am in dire need to use the lookup(3,""&A1,""&A2)... i hope it will make sense to look for a more faster search between different workbooks by a shorter formula. maybe some kinda wildcard can do this workaround -REMOVE QUOTES! regards and more power, dribler2 -- ***** birds of the same feather flock together.. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I easily link a block of cells in one spreadsheet to anothe | Excel Discussion (Misc queries) | |||
Lock easily breaks. | Excel Discussion (Misc queries) | |||
how to copy the same cell across different work books into another workbook easily? | Excel Discussion (Misc queries) | |||
How to easily collapse columns? | Excel Discussion (Misc queries) | |||
How do I easily draw in Excel the Upper and Lower limits of a con. | Charts and Charting in Excel |