Please could someone kindly help me with this INDEX/MATCH/IF /AND Formula
Hello There Smartsheet Community
Please could you kindly point me in the right direction with my formula?
Sheet 1 Contains the following sheet references
"Status" = Jira Status
"MMP" = MMP
I need to update the value of "Validation NL" based upon the following criteria:
If "MMP" in sheet 1 matches "Req ID" in sheet 2 and the value of "Status" in sheet 1 is X update the value in "Validation NL" to X
Sheet 2
Req ID
Validation NL
Current formula :
=INDEX({MMP}, MATCH([Req ID]@row, IF({Status} =Pass, "Pass Validation", IF(AND({Status}=To-Do, "Pending", IF(AND({Status}=Fail/Issue, "Fail/Issue", IF(AND({Status}=Gap, "Gap", IF(AND({Status}=Work in progress, "Work In Progress", IF(AND({Status}=NA, "NA", IF(AND({Status}=Pass - Now Fail, "Pass - Now Fail", IF(AND({Status}=Closed, "Closed"))
I am trying to keep the two sheets separate rathe than combine into 1
Currently getting unparseable any assistance would be greatly appreciated.
Thanks
Garry
Answers
-
If "MMP" in sheet 1 matches "Req ID" in sheet 2 and the value of "Status" in sheet 1 is X update the value in "Validation NL" to X
[Validation NL] =JOIN(COLLECT({Sheet 1: Jira Status}, {Sheet 1: MMP}, [Req ID]@row))
In the formula above, {Sheet 1: MMP}, [Req ID]@row range & condition takes care of the "If "MMP" in sheet 1 matches "Req ID"
-
Many Thanks have actually fixed this with an index match
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!