Text Join and FILTER with multiple criteria

dhana_ram

New Member
Joined
Oct 2, 2021
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I need help to find the right way to combine "Text Join" and "Filter" function but with multiple criteria:

I have tried the text join and filter function combine but only with one criteria =TEXTJOIN(", ",,FILTER($C$2:$C$13,$A$2:$A$13=F2,"")) and the result was "Text 1, Text 2, Text 3, Text 4, Text 5, Text 6"

Here is the example data:
Column A - C

1652432900400.png


And here is the result I need:
Column F - H

1652432932642.png


Please help..


Thank you!
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
How about
Excel Formula:
=TEXTJOIN(", ",,FILTER($C$2:$C$13,($A$2:$A$13=F2)*($B$2:$B$13=G2),""))
 
Upvote 0
Solution
That's right. :)

Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,014
Messages
6,128,280
Members
449,436
Latest member
blaineSpartan

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