I'm trying to create an if/then statement, but am having trouble. The fields are:
A = Total # of consumers during month
B = Total # of consumers meeting criteria X
I need a statement that says if A=0, then return a value of "N/A". Otherwise, divide B from A.
I've tried several different ways, but I keep getting "A string is required here" error message. Please help.
A = Total # of consumers during month
B = Total # of consumers meeting criteria X
I need a statement that says if A=0, then return a value of "N/A". Otherwise, divide B from A.
I've tried several different ways, but I keep getting "A string is required here" error message. Please help.