Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

How to automatically copy a cell value to the next column

Hi =),

It is likely a very easy solution for you guys. I've two columns one for the client names (Dropdown list) and another one for OTHER ( if they can't find the client name from the dropdown). I wanted to bring the OTHER client name automatically to the client name once someone enters data in the OTHER column.

Goal is to use the client column to run analytics.

Any help will be appreciated

Thanks =)

Please see attached


Best Answer

  • Community Champion
    Answer ✓

    Hi @SIS

    Devin formula will work, just the logic is switched. The logic should be if "other client name" is entered, show the "other client name", if not show the "client"

    =IF([OTHER CLIENT NAME]@row <> "", [OTHER CLIENT NAME]@row, [Client]@row)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions