Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a formula that will return the correct percentage where there is 4
scenarios of comparing Actuals as a percentage of Plan. eg Actual Plan 110 100 90 100 -10 100 -90 -100 -110 -100 50 -100 10 0 -10 0 I have tried several formulas but they do return the correct answer in all cases. Any suggestions would be appreciated. Many Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This is a bit confusing. What are you trying to do with that data? Do
you want the result on the right to appear if the result on the left is input? Sue wrote: I need a formula that will return the correct percentage where there is 4 scenarios of comparing Actuals as a percentage of Plan. eg Actual Plan 110 100 90 100 -10 100 -90 -100 -110 -100 50 -100 10 0 -10 0 I have tried several formulas but they do return the correct answer in all cases. Any suggestions would be appreciated. Many Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
the answer will be the result of dividing the actual (column left) into the Plan (column right) and be formatted to percentage. The simple formula of A/B poses no problems when both values are positive but becomes complicated where negative values are involved in either column. "S Davis" wrote: This is a bit confusing. What are you trying to do with that data? Do you want the result on the right to appear if the result on the left is input? Sue wrote: I need a formula that will return the correct percentage where there is 4 scenarios of comparing Actuals as a percentage of Plan. eg Actual Plan 110 100 90 100 -10 100 -90 -100 -110 -100 50 -100 10 0 -10 0 I have tried several formulas but they do return the correct answer in all cases. Any suggestions would be appreciated. Many Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() you still have not said what you wish the answers to be, follow the previous instructions if a is +ve and b is +ve a/b a positive answer if a is -ve and b is -ve what answer? if a is +ve and b is -ve what answer? if a is -ve and b is +ve what answer? Regards Dav -- Dav ------------------------------------------------------------------------ Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107 View this thread: http://www.excelforum.com/showthread...hreadid=563862 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sue --
It would help to know what you think the correct percentages should be in each case. So -- when you're expecting 0 and get 10, let's work backwards from the answer you want. Same with expecting 100 and getting -10... "Sue" wrote: I need a formula that will return the correct percentage where there is 4 scenarios of comparing Actuals as a percentage of Plan. eg Actual Plan 110 100 90 100 -10 100 -90 -100 -110 -100 50 -100 10 0 -10 0 I have tried several formulas but they do return the correct answer in all cases. Any suggestions would be appreciated. Many Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
negative values | Excel Discussion (Misc queries) | |||
show difference between weights with correct pos and neg values | Excel Worksheet Functions | |||
how do i hide negative values in excel | Excel Discussion (Misc queries) | |||
I Need a formula to evaluate a cell with + or - values | Excel Worksheet Functions | |||
calculating positive and negative formulas | Excel Worksheet Functions |