I need a formula that allows the following

HYG_Support
✭✭✭✭
If the Created By is Blank then insert the Create By data in the New Created By Column but if Created By is Not Blank then insert the Created By data into the New Created By column.
Tags:
Answers
-
The below should work:
=IF(ISBLANK([Created By]@row), [Create By]@row, [Created By]@row)
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!