I have a list of values from several drop down boxes on sheet1
sheet 2 has a table with all these possible combinations
So on sheet 2, there is a vlookup function using concatenate
for whatever reason, it always provides me a value that doesnt match, usually just stays with one value from the vlookup table no matter what the entry is
Is there some kind of formatting I have to do here? Im completely lost in this one
thanks
sheet 2 has a table with all these possible combinations
So on sheet 2, there is a vlookup function using concatenate
Code:
=VLOOKUP("CONCANTENATE(Sheet1!C26, , Sheet1!C25, ,Sheet1!C24)",P10:Q52,2,TRUE)
for whatever reason, it always provides me a value that doesnt match, usually just stays with one value from the vlookup table no matter what the entry is
Is there some kind of formatting I have to do here? Im completely lost in this one
thanks