Return a Blank in an Index Formula
I'm using an Index formula, =INDEX({T3DP V4 - Project Schedule Range 2}, MATCH([Release Version]@row, {T3DP V4 - Project Schedule Range 1}, 0), "") and want to return a blank response if there is no value in the [Release Version]@row. I keep getting a "#INVALID DATA TYPE" message.
Thank you,
Kim
Answers
-
HI @kimberlee.adam89166 ,
Try this:
=IFERROR(INDEX({T3DP V4 - Project Schedule Range 2}, MATCH([Release Version]@row, {T3DP V4 - Project Schedule Range 1}, 0)), "")
Let me know if it works for you!
Best,
Heather
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!