Hi All,
I have searched for this problem prior to posting and tired many solutions, but i just cant seem to get the correct formula to work, I give in.
I need to Display some information in a cell "C7" on sheet "Input" the information
needs to look at Cell C4 & C5. these need to be the lookup value.
the array would be on the second sheet "DuctworkSizes" $A:$C then the information it returns would be in column C (3)
I Can get the formula to work if i just use one Lookup_Value but not with 2.
Sample Code: =VLOOKUP(C4,DuctworkSizes!A2:C22,3,FALSE)
I've Tried =VLOOKUP(C4:C5,DuctworkSizes!A2:C22,3,FALSE) Doesnt Work
I've Tried =VLOOKUP(C4&C5,DuctworkSizes!A2:C22,3,FALSE) Doesnt Work
I've Tried =VLOOKUP((C4:C5),DuctworkSizes!A2:C22,3,FALSE) Doesnt Work
any Help would be really appreciated.
Bookmarks