Afternoon,
I have a multiple IF problem.
I am suing the following Sum to identify if an agent is on shift or not so i can work out productivity of an agent
=IF(C4="ON SHIFT",C26/C33,C4)
My issue is that it is upto an agent to put a figure in "C33" i get a #DIV/0! error. Is there anything i can do so that #DIV/0! doesnt appear and replace it with a 0 or a message in the cell "Missing Calls"
If possible a formula answer would be best as there a 6 places on the sheet that this can occur or a VB answer that can cover this in 1 go.
Many Thanks
I have a multiple IF problem.
I am suing the following Sum to identify if an agent is on shift or not so i can work out productivity of an agent
=IF(C4="ON SHIFT",C26/C33,C4)
My issue is that it is upto an agent to put a figure in "C33" i get a #DIV/0! error. Is there anything i can do so that #DIV/0! doesnt appear and replace it with a 0 or a message in the cell "Missing Calls"
If possible a formula answer would be best as there a 6 places on the sheet that this can occur or a VB answer that can cover this in 1 go.
Many Thanks