Index/Match with 2 sheets
Hi all!
First, thanks for taking the time to help me, it is greatly appreciated. I am trying to do an INDEX/MATCH since I can't use XLOOKUP (and this is to the left). First, I created a Unique ID with the JOIN feature to help me accomplish this. That formulas is:
=IF([Release Name]@row = "", "", JOIN([Release Name]@row:Release@row, " | "))
And it is on BOTH my sheets I am working on.
New: Release Update Sheet - source data
Date Metrics - calculations
Okay I am in the Date Metrics sheet, and my formula is as follows:
=INDEX({Target Duration}, MATCH([Release Name & Number (Helper)]@row), {Unique ID - Release}, 0))
My formula results in an "Unparsable" error, and I am not sure why, or how to fix it. I know how to do Index/Match in Excel, but something appears to be different.
Target Duration is the range name I gave for that one column on the New: Release Update Sheet. Which is the data I want to display on the Date Metrics sheet when the match is made.
Release Name & Number (Helper)]@row) is from the Date Metrics sheet where I am making the calculation
Unique ID - Release is the same formula that generates the Unique ID on the other sheet
Sherry Fox
Business Process Analyst 3 | C5ISR Group
HII | Mission Technologies
EAP | Mobilizer | Automagician | Superstar | Community Champion
https://www.linkedin.com/in/sherryfox/
Answers
-
Hi Sherry,
For #UNPARASABLE error, it comes to a formula with a misspelling column name or incomplete operator, which prevents Smartsheet from parsing. I notice that you have a redundant closing bracket in your formula. Would you please try out the below formula to see if there is any further error?
=INDEX({Target Duration}, MATCH([Release Name & Number (Helper)]@row, {Unique ID - Release}, 0))
--Anson
-
If I am correct, when I did the formula in error I accidentally added a closing parenthesis after "[Release Name & Number (Helper)]@row", is that correct? Your formula worked of course. I just want to know what I did wrong to prevent it in the future. Thank you so much for your help!!!!!!
=INDEX({Target Duration}, MATCH([Release Name & Number (Helper)]@row), {Unique ID - Release}, 0))
Sherry Fox
Business Process Analyst 3 | C5ISR Group
HII | Mission Technologies
EAP | Mobilizer | Automagician | Superstar | Community Champion
https://www.linkedin.com/in/sherryfox/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!