Hi,
I'm very new to Smartsheet.
In Sheet A I have columns Project # and Type(dropdown). If Type dropdown value is "New Project" I want the value of Project # to be copied to a new row on Sheet B. I've figured out how to do this within a single sheet using IF, but when I try it using cross sheet references I get an an Unparsable error. What am I missing?
=IF({Estimating Queue Types}@row="New Project",{Estimating Queue Project Num}@row,"")