I'm trying to look through every cell and check if it equals "-" or is null/empty. If so, I want to update it to state "NO Column Name Data". Anyone know what is wrong with my expression?
Solved! Go to Solution.
Looks like you are missing a closing ) after your IsEmpty function
You will also need to get rid of the second line of code (where it says THEN t ELSE f ENDIF)
The rest looks good