Using VLookup cross-refrencing multiple cells (strings)

Brenthany

New Member
Joined
Jun 27, 2013
Messages
1
OK so I am having a problem. I have a program that populates a spreadsheet. I want to essentially summarize this information in a new sheet.

I have 7 cells of information that can be changed and need to cross reference this on my summary and pull the correct information from the data sheet to display what I need.

To clarify heres a shorter example:

"Summary"
A1: Red, Blue, Green
A2: Carl, Susan, Thomas (These cels are validated lists)
A3: a,b,c

B5: 1 C5:____
B6: 2 C6:_____
B7: 3 C7:_____
... and so on

on my "Data" sheet a row looks like

B1 C1 D1 E1 F1
Red Carl b 1 Apples

What I want to do is get cell C5 in "Summary" to say "Apples"

what I tried to do is in Column A of sheet "Data" was
= $B$1&$C$1&$D$1&F&1
and then for my equation for cell C5 was

=IFERROR(VLOOKUP($A$1&$A$2&$A$3&$B5,DATA!(full range),6,FALSE),"Not Found")

the 6 is for cell F1 where apples should be.

What am i doing wrong?

So sorry if this is confusing, I can definitely clarify if needed.

Best.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result

Forum statistics

Threads
1,216,172
Messages
6,129,290
Members
449,498
Latest member
Lee_ray

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top