I am using two columns and one calculated column - Column 1; Column 2; Calculated Column
I need a formula that checks:
1. If column 1 & 2 have same text values, update calculated Column as No Gap
2. If column 1 & 2 have different text values, update calculated Column as Gap
3. If either column 1 or 2 is blank, update Calculated Column as Incomplete
I am unable to add the third condition (ISBLANK) to the formula. Please help.
=IF([Column 1]=[Column 2],"No Gap","GAP")