Lots of moving parts to fill a cell help.

Ralphie8on

New Member
Joined
Jul 2, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have 3 tables I need to connect and return a value into a cell in 1 of the tables.

In 1 table I have a list of names and a number correlated to those names, we can call that table (Names).
In the second table is a list of members of various clubs, we can call that (Clique)
In the third table is where I want to return a value into the "Friends" cells

If the value in Names is >9 then I want to look for that name in Clique and add that name to "Friends" in the appropriate clique row comma separated.
 

Attachments

  • Clique.PNG
    Clique.PNG
    151.1 KB · Views: 7
  • Names.PNG
    Names.PNG
    61 KB · Views: 6
  • Table(3).PNG
    Table(3).PNG
    76.8 KB · Views: 7

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
I figured it out, I took the clique table and in each entry put an if statement to determine the rep number from names. If they were at a certain point the name was entered otherwise it was left blank. In the Table i wanted to enter the values I used TEXTJOIN and ignored blanks and everything is just how i want it.
 
Upvote 0

Forum statistics

Threads
1,216,088
Messages
6,128,744
Members
449,466
Latest member
Peter Juhnke

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