Formula Question

Hi
I have the formula below. If I need to add in another status "Need Info" in the formula, how can i add in?
=IF(AND([Approval Required]@row = "Yes", [Status]@row = "Review"), VLOOKUP(CM@row, {CM Range 1}, 3, 0), VLOOKUP(Comm@row, {CM Range 1}, 2, 0))
The screenshot as attach
Best Answer
-
Hey @HZAR
try this:
=IF(AND([Approval Required]@row = "Yes", OR([Status]@row = "Review",[Status]@row ="Need Info")), VLOOKUP(CM@row, {CM Range 1}, 3, 0), VLOOKUP(Comm@row, {CM Range 1}, 2, 0))
Will this work for you?
Kelly
Answers
-
Hey @HZAR
try this:
=IF(AND([Approval Required]@row = "Yes", OR([Status]@row = "Review",[Status]@row ="Need Info")), VLOOKUP(CM@row, {CM Range 1}, 3, 0), VLOOKUP(Comm@row, {CM Range 1}, 2, 0))
Will this work for you?
Kelly -
Hi @Kelly Moore
Thanks for the advise. Really works. Awesome and really appreciate your input
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!