Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear All,
need your guys help. I am working on a formula to tabulated in excel to find the End percentage of the 2 other percentage amounts. 1) WORKED PERFECTLY (VARIABLE WITH NO ZERO PERCENTAGE VALUE) I have done up the formula as below and it works : VARIABLE 1 : F111 WHICH IS 0.04% VARIABLE 2 : F112 WHICH IS -0.09% END RESULT IS 142% CODE : =IF(F$48=0," ",IF((1-F111/F112)2,"200%",IF((1-F111/F112)<-2,"<-200%",IF((1-F111/F112)=-2,1-F111/F112,IF((1-F111/F112)<=2,1-F111/F112,IF(AND(F111=0,F112=0),1)))))) 2) DID NOT WORK , WITH #DIV/0 ERROR (VARIABLE WITH ZERO PERCENTAGE VALUE) VARIABLE 1 : E111 WHICH IS 0.00% VARIABLE 2 : E112 WHICH IS 0.00% END RESULT IS #DIV/0 ERROR, EVERNTHOUGH IT IS FOLLOW THE SAME FORMULA. CODE: =IF(E$48=0," ",IF((1-E111/E112)2,"200%",IF((1-E111/E112)<-2,"<-200%",IF((1-E111/E112)=-2,1-E111/E112,IF((1-E111/E112)<=2,1-E111/E112,IF(OR(E111=0,E112=0),1)))))) Please help me what should be changed in the formula in order to get a figure. Ypur help will be much appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up a divison of two figures | Excel Worksheet Functions | |||
How to sum of two max figures out of five and four figures | Excel Worksheet Functions | |||
add figures to existing figures in excel | Excel Worksheet Functions | |||
Add to Summed Figures | Excel Worksheet Functions | |||
Changing positive figures to minus figures | Excel Worksheet Functions |