I have this formula but would like it to be a column formula.
=IF(ISBLANK([Entry ID]1), "Desktop Form", "Mobile App")
The syntax isn't right for me to use it as a column formula, can someone help?
Goal:
Submission Method column will say Desktop Form if the Entry ID column is blank
Submission Method column will say Mobile App if NOT blank.
Thanks!