Hello,
I am trying to create a formula and I need some help.
The formula would be in a column which have a single select dropdown option: Update.
The formula would use information from two columns. The column names are Level and Latest Update.
If the Level = 2, and the Latest Update is not blank, I would like the formula to return Update.
The following formula works however, I can't figure out how to combine it with the Level =2 condition.
=IF(ISBLANK([Latest Update]@row), "", "Update")
Any help is appreciated.
Thank you,
Tina