PERCENTAGES

  • Thread starter Thread starter chedd via OfficeKB.com
  • Start date Start date
C

chedd via OfficeKB.com

Hi can anyone help as i keep getting error message #DIV/0! in the cells
The formula i have is =IF(B45=0,"0%",B45/'Apr 06 monthly report'!B45)

Thanks
 
Maybe cell B45 in sheet 'Apr 06 monthly report' is empty or zero ?

HTH
 
Yes the B45 does have zero conection, but just wondering if the cell could
regeister a fig instead of an error message for reports?
 
=IF(OR(B45=0,'Apr 06 monthly report'!B45),"0%",B45/'Apr 06 monthly
report'!B45)

That will return 0% if 'Apr 06 monthly report'!B45=0
 
Ardus said:
=IF(OR(B45=0,'Apr 06 monthly report'!B45),"0%",B45/'Apr 06 monthly
report'!B45)

That will return 0% if 'Apr 06 monthly report'!B45=0

--
AP
Yes the B45 does have zero conection, but just wondering if the cell could
regeister a fig instead of an error message for reports?
[quoted text clipped - 9 lines]


I have tried the formula above, but either still get the same error or if i
copy the formula into another cell it return 0% instead of a fig that was
there before.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top