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
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!