#DIV/0! Error

oaks15

New Member
Joined
Sep 1, 2014
Messages
3
I am encountering an issue with the #DIV/0! error. My formula is working fine, the problem is that I need to divide by zero, and I am not sure how to write a formula to do that. As you can see below, to get a result, I need to divide by zero. I need to work out turnover percentage, so need to divide 1 by 0 to get 100% turnover. If I have not explained very well, let me know and I will try again.
A1A2A3A4
011IF(A2=0,"0"), (A2-A1/A1)
Employees at startHiredFiredGrowth

<tbody>
</tbody>
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Thanks Special-K99. The only issue would be if I hired 5 people, the growth would be 500%. Because the number would fluctuate, could I change it too =(IF(A1=0,(A2), IF(A2=0,0,(A2-A1)/A1))) Would this work logically?
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,693
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top