look up and insert a function with VLOOKUP
look up and insert a function with VLOOKUP
(OP)
I know how to use VLOOKUP to look up a number or text string and insert it into a cell. What I want to know is how to look up a function and have it work in the cell it is inserted into.
EXAMPLE:
A B C D E
1 a (E1+D1) 3 6
2 b (E*D)
3
4 a
In cell B4 I want to put =VLOOKUP(A4, A1:B2,2,False) and have it return a value of 9. If I put a "b" in cell A4 I want it to return a value of 18.
If any one knows how to do this using functions in excel please reply. Thanks
EXAMPLE:
A B C D E
1 a (E1+D1) 3 6
2 b (E*D)
3
4 a
In cell B4 I want to put =VLOOKUP(A4, A1:B2,2,False) and have it return a value of 9. If I put a "b" in cell A4 I want it to return a value of 18.
If any one knows how to do this using functions in excel please reply. Thanks
RE: look up and insert a function with VLOOKUP
RE: look up and insert a function with VLOOKUP
leastways, if i type a in a4 i get 9, and if i type b then i get 18?
Cheers
Greg Locock
RE: look up and insert a function with VLOOKUP