Vlookup

tgebert

New Member
Joined
Dec 4, 2014
Messages
3
Hello!

I have 2 spreadsheets (A=Response Database & B=Mail List Database) and I am trying to pull information from B to A. I need to enter information in column G - in spreadsheet A from column G from spreadsheet B based off of the information in column C - spreadsheet A. My formula is =VLOOKUP(C2,'Mail List'!C1:G25,5,FALSE) which is working a it should, but I have realized that I can have duplicate information in column C and now need to reference column F in spreadsheet B which is the job #.



Can someone help me figure this out?

Thank you,

Tina
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
You need to combine the lookup values into a single unique value (columns C & F) on the second sheet. This means you would need job # on the first table as well. Then you can structure the lookup off of the unique values.
 
Upvote 0
You need to combine the lookup values into a single unique value (columns C & F) on the second sheet. This means you would need job # on the first table as well. Then you can structure the lookup off of the unique values.

I don't think that I completely understand what you're saying.

I can email you what I am trying to do?

Thank you,
Tina
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,323
Members
452,635
Latest member
laura12345

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