Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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) -- Message posted via http://www.officekb.com |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF('Apr 06 monthly report'!B45=0,"0%",B45/'Apr 06 monthly report'!B45)
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "chedd via OfficeKB.com" <u18187@uwe wrote in message news:61a8448de9bf1@uwe... 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) -- Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Bob Phillips wrote:
=IF('Apr 06 monthly report'!B45=0,"0%",B45/'Apr 06 monthly report'!B45) 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 for your reply and will try the above. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200606/1 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Change it to
=IF('Apr 06 monthly report'!B45=0,"0%",B45/'Apr 06 monthly report'!B45) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "chedd via OfficeKB.com" <u18187@uwe wrote in message news:61a8448de9bf1@uwe... 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) -- Message posted via http://www.officekb.com |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Chip Pearson wrote:
Change it to =IF('Apr 06 monthly report'!B45=0,"0%",B45/'Apr 06 monthly report'!B45) 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 it worked a treat -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200606/1 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"chedd via OfficeKB.com" <u18187@uwe wrote in message
news:61a8448de9bf1@uwe... 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) You've had the answer in the thread you started on 9th June. -- David Biddulph |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding percentages problem need a solution for | Excel Discussion (Misc queries) | |||
What format do I use to mail merge percentages? | Excel Discussion (Misc queries) | |||
copying sheets with percentages | Excel Discussion (Misc queries) | |||
How do I sum percentages calculated from IF statements? | Excel Worksheet Functions | |||
Calculating Percentages with Variables | Excel Worksheet Functions |