Formula Help trying to combine IFERROR with reference and a "then"

Im trying to amend this formula.
The formula (below) works and references a cell in another sheet and displays the color ball entered in that sheet.
=IFERROR(INDEX({CS - Health}, MATCH([Project Key]@row, {CS - Project Key}, 0)), "")
I want to add a condition that says if the reference cell in the other sheet is empty, my sheet should display a "Gray" ball
OR another option would be that if the % Complete column (to the left in row) is =0% the ball is gray
Answers
-
=IFERROR(IF(INDEX({CS - Health}, MATCH([Project Key]@row, {CS - Project Key}, 0))="","Gray",INDEX({CS - Health}, MATCH([Project Key]@row, {CS - Project Key}, 0)), "")
I'm just free-styling it, so I might've missed a comma or parenthesis. But basically what you want to do is say that IF <input your index/match formula> = "" then show "Gray", otherwise do the normal formula, if error show blank.
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
-
oooh thank you - let me try that.
-
seems to work but may be false positive, will keep noodling but thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!