Adding Sentences to Nested IF Formula, based on Impact

Anthony Barthelemy
Anthony Barthelemy ✭✭✭✭✭✭
edited 05/21/20 in Formulas and Functions

Smartsheet Community:

I having Issues Adding Verbiage to my Formula: =IF(Impact@row = "Highest", "P1", IF(Impact@row = "High", "P2", IF(Impact@row = "Low", "P3", IF(Impact@row = "Lowest", "P4"))))

P1: The issue impedes QA and/or further development until resolved. The code cannot provide the core functionality at all unless the defect is resolved.

P1: The issue impedes QA and/or further development until resolved. The code cannot provide the core functionality at all unless the defect is resolved.

P2: A major (non-P1) function of the site produces the wrong result and while a workaround may exist, it is not acceptable for the long-term. The situation impedes usability of the site for a majority of the users.

P3: A minor function of the site produces the wrong result. A major function of the site produces the wrong result and there is an acceptable work around. The situation impedes the usability of the site for a minority of the users.

P4: Deficiencies that are cosmetic and do not impact the usability or functionality of the site. 


Thanks for the Help in Advance

Best Answer

Answers

  • Mike Wilday
    Mike Wilday ✭✭✭✭✭✭

    Can you describe what exactly you are trying to do? Are you trying to add the P code with the definition in each of those instances? Like below?

    =IF(Impact@row = "Highest", "P1: The issue impedes QA and/or further development until resolved. The code cannot provide the core functionality at all unless the defect is resolved.", IF(Impact@row = "High", "P2: A major (non-P1) function of the site produces the wrong result and while a workaround may exist, it is not acceptable for the long-term. The situation impedes usability of the site for a majority of the users.", IF(Impact@row = "Low", "P3: A minor function of the site produces the wrong result. A major function of the site produces the wrong result and there is an acceptable work around. The situation impedes the usability of the site for a minority of the users.", IF(Impact@row = "Lowest", "P4: Deficiencies that are cosmetic and do not impact the usability or functionality of the site."))))

  • Anthony Barthelemy
    Anthony Barthelemy ✭✭✭✭✭✭

    Add the Verbiage to the Priority Column so when I select the Impact High the Priority Column Automatically Displays P1 and what P1 Means in the same Column.

  • Anthony Barthelemy
    Anthony Barthelemy ✭✭✭✭✭✭

    Yes! It worked Perfectly. Thanks

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!