Hi!
I have this formula to calculate a percentage
=IF(ABS(G29/C29-1)>3,"n/m",IFERROR(G29/C29-1,0))
But it is returning #DIV/0 when one or both columns have no value. How do I ret it to return N/A and still keep the first part of the formula. Thank you.
I have this formula to calculate a percentage
=IF(ABS(G29/C29-1)>3,"n/m",IFERROR(G29/C29-1,0))
But it is returning #DIV/0 when one or both columns have no value. How do I ret it to return N/A and still keep the first part of the formula. Thank you.