Hello!
This is probably so simple but I can't seem to get it right.
Cells: Name, Draft Name
This is what I'm trying to do: If Name is blank, show draft name, else do nothing.
=IF(ISBLANK([Name]@row), [Draft Name]@row,” “)
Appreciate any help I can get. Thank you!