Can a value in a column be returned if that column is not blank?

jjesmith
jjesmith ✭✭✭✭

Hello, I need a formula that looks at one entire column. If column is not blank, return the value in that column. There will always only be one value in the column but it may not always be in a specific row.

I started with the formula below, but I'm getting invalid operation. I thought [Last Name]:[Last Name] would look at the whole column. I think the error may be because the return value is included in what it is searching for.

The value I want to return could be in row 1 or 2 so maybe I need to add an And statement?

=IF([Last Name]:[Last Name] <> "", [Last Name]$1)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!