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
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!