Hi @Lauren ,
Please try to use this.
=IF(AND(ColumnA="",ColumnB=""),"BLANK",IF(AND(NOT(ColumnA=""),ColumnB=""),"statement1",IF(AND(NOT(ColumnA=""),NOT(ColumnB="")),"statement1&2","statement2")))
Output:
If the answer is helpful, please click "Accept Answer" and kindly upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.