I have three columns in a query.
A-----B-----C
I am dividing Column A by Column B with the Results in Column C
My issue is when Column B is 0. What I need is if column B is 0
I really need for Column A to be divided by 1 and appear in Column C.
How can I solve this problem?
A-----B-----C
I am dividing Column A by Column B with the Results in Column C
My issue is when Column B is 0. What I need is if column B is 0
I really need for Column A to be divided by 1 and appear in Column C.
How can I solve this problem?