Need Formula with nesting IF's help

Hi folks!

Brand new to the community and this is my first help request. I've watched many you tube videos and read as much in the forum as I could about smartsheet formula's, but I just can't figure out what I'm doing wrong. Let me set this up for you:

I'm trying to take names from a column in sheet 1, and convert them to an assigned number in a column in sheet 2. This is the formula that I think I need to be using, and it is working on the very first row in sheet 2, but despite turning it into a column formula, it isn't pulling the data from the rest of the rows on sheet 1:

=IF({L&S Workflow Range 1} = "Erin Mac", "1232862", IF({L&S Workflow Range 1} = "Sha Shaf", "545097", IF({L&S Workflow Range 1} = "Jas Dhi", "1372279", "")))

I watched one video where the instructor successfully nested several IFs without closing the parenthesis so I've tried that, but smartsheet continues to add them in at the end. Help please and thank you!

Best Answers

  • Adam Murphy
    Adam Murphy ✭✭✭✭✭✭
    Answer ✓

    Hi @Erin McElroy It would be easiest to use cell-links to bring the column into sheet 2, then hide it and change your formula to use [Hidden Column]@row instead of {L&S Workflow Range 1}

    Hope this helps!

  • Adam Murphy
    Adam Murphy ✭✭✭✭✭✭
    Answer ✓

    Yes the copy/move row automations cannot move a single column, they move the entire row.

    In sheet 2, select the first cell in column you want to contain the column from sheet 1, right click and create cell-link, then browse to sheet one and select the first cell in the column and select all the way down the column for the data you want to copy. This should give you all the data from the column in sheet 1, in sheet 2. Hope this helps!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!