Concatenate Name and Address from the Specific Row(s) that Matched Data Validation List Selections

Turk182

Board Regular
Joined
Sep 9, 2009
Messages
66
Office Version
  1. 365
Platform
  1. MacOS
Hello Everyone,
I would like your help with the following please:

Based on the 2 selections in the validation drop box lists--Zip Code and Business Type-- (see screen shot),
I would like a formula that pulls together (concatenates) the name and address cells from the specific row(s)--on another sheet (see screen shot)-- which matched the previously-selected zip code and business type.

Thanks, Turk182
 

Attachments

  • Name Address ETC.png
    Name Address ETC.png
    206.2 KB · Views: 18
  • Screenshot 2024-03-10 210712.png
    Screenshot 2024-03-10 210712.png
    47.7 KB · Views: 18

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Try:

Excel Formula:
=FILTER('SBO in the State'!A1:A1000&" "&'SBO in the State'!C1:C1000,('SBO in the State'!F1:F1000=I4)*('SBO in the State'!B1:B1000=L5))
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,689
Members
449,117
Latest member
Aaagu

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