We have a spreadsheet we use bi weekly for calls and such coming in and how many are abondoned.
So we entered info in to new sheet and saved. When we save, excel bombs and tells me theres invalid data.
It seems to be a divide by zero problem, yet all the prior worksheets work.
Column b is calls handled, column c is calls abandoned, column d (percentage of calls abandoned) is the formula =C3/SUM(B3:C3). B and C are both zero so obviously we get zero for % of calls abandoned in D, but this seems to be where it bombs. How can I rewrite the function so it returns a blank space and get no divide by zero error?
Every worksheet we open prior to this works as expected.
Any help is appreciated.
So we entered info in to new sheet and saved. When we save, excel bombs and tells me theres invalid data.
It seems to be a divide by zero problem, yet all the prior worksheets work.
Column b is calls handled, column c is calls abandoned, column d (percentage of calls abandoned) is the formula =C3/SUM(B3:C3). B and C are both zero so obviously we get zero for % of calls abandoned in D, but this seems to be where it bombs. How can I rewrite the function so it returns a blank space and get no divide by zero error?
Every worksheet we open prior to this works as expected.
Any help is appreciated.