Hello!
I've been asking a lot of questions lately, but please bear with me. I am trying to learn as fast as I can.
I have two columns, V & W. What I want to see if I can do is vlookup V5 & vlookup W5 in the same table and combine them together. Example, in Sheet1 Column V says Apple and Column W says Juice. In Sheet2 Next to Apple is says "Succulent Fruit" and Next to Juice it says "Liquid produced by squeezing fruit." What I want is to look at Columns V & W and put it in Column X "Succulent Fruit - Liquid produced by squeezing fruit.".
I tried putting =VLOOKUP(V5,'DESCRIPTION TABLE'!$C$8:$E$20,2,FALSE) & "-" & VLOOKUP(W5,'DESCRIPTION TABLE'!$C$8:$E$20,2,FALSE) in X5 but it only gives me #N/A. Any help would be appreciated.
Any additional information needed, please just let me know.
I've been asking a lot of questions lately, but please bear with me. I am trying to learn as fast as I can.
I have two columns, V & W. What I want to see if I can do is vlookup V5 & vlookup W5 in the same table and combine them together. Example, in Sheet1 Column V says Apple and Column W says Juice. In Sheet2 Next to Apple is says "Succulent Fruit" and Next to Juice it says "Liquid produced by squeezing fruit." What I want is to look at Columns V & W and put it in Column X "Succulent Fruit - Liquid produced by squeezing fruit.".
I tried putting =VLOOKUP(V5,'DESCRIPTION TABLE'!$C$8:$E$20,2,FALSE) & "-" & VLOOKUP(W5,'DESCRIPTION TABLE'!$C$8:$E$20,2,FALSE) in X5 but it only gives me #N/A. Any help would be appreciated.
Any additional information needed, please just let me know.