If/Or with an Index Match
My formula is able to locate from a reference sheet the return value of the HC Request Status1 as a match, however I need to add that when a [Job Class] = "Associate" the HC Request Status = Approved. I am not sure how to correct my formula as I am getting an error 🤨 "unparseable"
Best Answer
-
Thank you!!!! 😀 That worked I am so grateful for your response.
Answers
-
@Catherine Shea I think you saying that if the Job Class = Associate, the HC Request Status should be set to Approved, but if Job Class <> Associate, run the index/match formula to pull the HC Request Status from the other sheet, yes?
You just need an IF formula, with the index/match as the "value if false" in the IF.
=IF([Job Class]@row = "Associate", "Approved", (IFERROR(INDEX({HC Request Status1}, MATCH([HC Request ID #]@row, {HC Request ID}, 0)), "")))
Logic: If Job Class is Associate, set this cell to Approved; otherwise, run this index/match formula.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Thank you!!!! 😀 That worked I am so grateful for your response.
-
Fantastic, happy to help!
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!