Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My formula is as follows:
=(P6/100*55-P30)/(P6/100*55)*100 I keep getting the #DIV/0! error. Can you help? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
P6 must be zero or blank. Try this to avoid the error:
=IF(P6=0,0,(P6/100*55-P30)/(P6/100*55)*100) Hope this helps. Pete |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is the value in P6 0? That would explain it, even though you have P6 in the
numerator, 0/0 will still give #DIV/0. -- Regards, Dave "Cindy" wrote: My formula is as follows: =(P6/100*55-P30)/(P6/100*55)*100 I keep getting the #DIV/0! error. Can you help? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() What are your values in P6 and P30? Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=527637 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It works Pete, Thank you so much. I knew someone out there had an answer for
me. I am surprised that microsoft help could not assist me. Thanks again. Cindy "Pete_UK" wrote: P6 must be zero or blank. Try this to avoid the error: =IF(P6=0,0,(P6/100*55-P30)/(P6/100*55)*100) Hope this helps. Pete |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for feeding back, Cindy.
Pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i make a sum formula ignore #div/0! errors in the range | Excel Worksheet Functions | |||
evaluate #ˇVALUE! and #!DIV/0! and other errors.... | Excel Worksheet Functions | |||
How to hide #DIV/0! in cells waiting for input? | Excel Discussion (Misc queries) | |||
replace "#DIV/0!" error with blanks | Excel Worksheet Functions | |||
Unresolved Errors in IF Statements - Errors do not show in results | Excel Worksheet Functions |