Join Collect with text

Options
bncole21
bncole21 ✭✭✭
edited 03/27/23 in Formulas and Functions

Join Collect is a new one for me and I am struggling...

I am wanting to JOIN COLLECT with results only with BFF PM, listing the contact name/card

Master sheet:


Current formula:

=JOIN(COLLECT({Area Contact Range 2}, {Market Area}, [Market Area]@row, {Title}, "BFF PM"), " , ")

Reference:


Tags:

Answers

  • Genevieve P.
    Genevieve P. Employee Admin
    Options

    Hey @bncole21

    I see that your "other title" column is a multi-select column. In this case, you'll want to use the HAS Function to say that if the cell has that specific selection (e.g. "BFF PM") then bring back other data.

    At this point, it's looking for an exact match, meaning "BFF PM" cannot have any other selections with it.

    Try this:

    =JOIN(COLLECT({Area Contact Range 2}, {Market Area}, [Market Area]@row, {Title}, HAS(@cell, "BFF PM")), " , ")

    Cheers,

    Genevieve

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!