Hi,
I have a worksheet with a series of numbers like so:
A1 - $36.10 B1 - $1,835.25
A2 - B2 - $1,321.25
A3 - B3 -
I would like to divide column A by column B, and either get a number (not 0) or have the cell be blank.
I've tried =if(or(iserror(A1/B1),B1=0),"",A1/B1)...