Stumped- Possible VLOOKUP Formula?

Lea722
Lea722 ✭✭✭✭
edited 10/02/24 in Formulas and Functions

Hello :) I am trying to add a checkmark next to anyone's name who has served as a reviewer when their name appears in the provider being reviewed column. All this info is in the same sheet. Any ideas on a formula?

Best Answer

  • kowal
    kowal Overachievers Alumni
    Answer ✓

    ok now it's clear.

    have you ever played with VLOOKUP function? if yes I would do this trick.

    ok my solution is not the prettiest but it works ;)

    =IFERROR(VLOOKUP(Description@row, [Project Name]:Extra, 2, 0), 0)

    you need to add extra column which will be full of 1 from top till bottom (you can hide it later) but it will be needed for vlookup function… so whatever will be found will be 1 and if there is no match it will be 0 that's why iferror is used.

    not the prettiest solution but it's the first that comes into my head :)

    hope it helps

    Tomasz Kowalski

    The Real Smartsheet Enthusiast

    Is there anything else we can help you with? - book your time.

    MASA Consult - Your Aligned Smartsheet Gold Partner

    Find us on LinkedIn & Check our Smartsheet Solutions!

    Tag my name: @kowal if you want me to respond :)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!