Help with populating one column based on value of range of columns

I have a number of columns with either "High", "Medium" or "Low" as the value and am wanting to return either "Yes", "No" or "Maybe" in another column based a result in any of those columns.

So if any of columns A - E contains "High" then column F should show "Yes"

Thanks in advance for any help!

Best Answer

  • Bassam Khalil
    Bassam Khalil ✭✭✭✭✭✭
    Answer ✓

    Hi @Kristen Beer

    Hope you are fine, please try the following formula and convert it to column format formula:

    =IFERROR(IF(COUNTIF(A@row:E@row, "High") > 0, "Yes", "No"), "")

    the following screenshot shows the result:


    PMP Certified

    bassam.khalil2009@gmail.com

    ☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!