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

  • Christina09
    Christina09 ✭✭✭✭✭✭
    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!