Is there a formula or If statement that will work in a make-table query to accomplish the following:
Price: Sales / Volume
If either Sales or Volume is zero (0), then the calculated price will be zero (0).
Right now, I am getting #Error or Divide by zero error when executing the query.
I need this to calculate an average price.
Hope you guys can help me on this one.
Price: Sales / Volume
If either Sales or Volume is zero (0), then the calculated price will be zero (0).
Right now, I am getting #Error or Divide by zero error when executing the query.
I need this to calculate an average price.
Hope you guys can help me on this one.