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!