Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Please help!
I am trying to get the formula below to return a value to the cell ONLY if the answer to ((c30-$30)/g$30) is greater or less than 20%. I am using the below formula. =IF(ISERROR((C30-$G30)/$G30),"-",IF(((C30-$G30)/$G30)ABS(20),((C30-$G30)/$G30)," ")) Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The value of 20% is 0.2 not 20. Change ABS(20) to ABS(.2)
Hope this helps, Hutch "Vicki" wrote: Please help! I am trying to get the formula below to return a value to the cell ONLY if the answer to ((c30-$30)/g$30) is greater or less than 20%. I am using the below formula. =IF(ISERROR((C30-$G30)/$G30),"-",IF(((C30-$G30)/$G30)ABS(20),((C30-$G30)/$G30)," ")) Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Tom!
Just discovered that myself. Amazing what that silly little decimal point will do. Hahaha "Tom Hutchins" wrote: The value of 20% is 0.2 not 20. Change ABS(20) to ABS(.2) Hope this helps, Hutch "Vicki" wrote: Please help! I am trying to get the formula below to return a value to the cell ONLY if the answer to ((c30-$30)/g$30) is greater or less than 20%. I am using the below formula. =IF(ISERROR((C30-$G30)/$G30),"-",IF(((C30-$G30)/$G30)ABS(20),((C30-$G30)/$G30)," ")) Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove #NUM! ISERROR when using array formulas | New Users to Excel | |||
nested formulas in excel | Excel Discussion (Misc queries) | |||
iserror and conditional formulas | Excel Discussion (Misc queries) | |||
nested IF(ISERROR()) statement | Excel Discussion (Misc queries) | |||
Iserror nested within a conditional vlookup | Excel Worksheet Functions |