Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Add JOIN Function to Index/Match

I am back, again! LOL Okay, My formula had worked initially, but that was when I only had one record. But since then I added added additional records, each with their own unique Release #s, and now everything comes out the same. I know what I need to do to fix it, I am just not sure how. Now the 2 screenshots show my data. The 1st, the small one is where my formula will be. The second is where I will link to. I would like to add the JOIN Function to my existing formula in the Match section so it will Match another column, the one on the far left of the 2nd screenshot. This column named range is "Unique ID". It combines the name of each Phase and Release Number. However it is only on my 2nd sheet, as my sheet where the link will reside has only one record per Release So the JOIN must combine "Plan / Develop - Start" and the "Release" column, and the delimiter will be the "pipe" symbol. And it will Match withy the "Unique ID" column on the other sheet. I hope I have been clear in my explanation. Thanks so much for your help.

=IFERROR(INDEX({Start Date}, MATCH("Plan / Develop - Start", {Release Name}, 0)), "")

2023-05-19_16-15-18.png 2023-05-19_16-21-18.png


Sherry Fox

Business Process Analyst 3 | C5ISR Group

HII | Mission Technologies

EAP | Mobilizer | Automagician | Superstar | Community Champion

Original Smartsheet Profile: @Sherry Fox

Tags:

Best Answer

  • Community Champion
    Answer ✓

    @Genevieve P. ,

    Thanks for clarifying that!!!! I altered your formula slightly. The last Column Reference is actually Unique ID rather than Unique ID Helper. I had to do something different as I had received one of those messages that the name was already in use. Here is my final formula, and it works perfectly. Now I can complete the rest of my sheet with this formula, making slight adjustments.

    =IFERROR(INDEX({Start Date}, MATCH(("Plan / Develop - Start | " + Release@row), {Unique ID}, 0)), "")

    Sherry Fox

    Business Process Analyst 3 | C5ISR Group

    HII | Mission Technologies

    EAP | Mobilizer | Automagician | Superstar | Community Champion

    Original Smartsheet Profile: @Sherry Fox

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions