Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Please I need assistance resolving this.
Actual Target % Achieved should be -150 -100 -150/100 what is the formulae to achieve this I was trying to use the formular below for different scenario =IF(B3<C3,B3/C3,IF(B3C3,(B3/C3),IF(-B3-(C3),(-B3/C3),IF((C3B3<0),(-B3/ABS(C3)),B3/C3)))) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think you probably want something like this:
=IF(ABS(B2)ABS(C2),B2/ABS(C2),B2/C2) but if this doesn't give you the results that you want then post back with a few more examples. Hope this helps. Pete On Dec 7, 6:58*pm, Lawal wrote: Please I need assistance resolving this. Actual *Target *% Achieved should be * * -150 * * * * *-100 * * * * * -150/100 what is the formulae to achieve this I was trying to use the formular below for different scenario =IF(B3<C3,B3/C3,IF(B3C3,(B3/C3),IF(-B3-(C3),(-B3/C3),IF((C3B3<0),(-B3/AB*S(C3)),B3/C3)))) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assume that you are having data like this.
A1 Cell -150 B1 Cell -100 In C1 Cell paste the below formula =A1/B1 Now place the cursor in C1 cell and Do right ClickFormat CellsNumberCategoryClick €śPercentage€ť (If required change the decimal places to 0) and give ok. Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Lawal" wrote: Please I need assistance resolving this. Actual Target % Achieved should be -150 -100 -150/100 what is the formulae to achieve this I was trying to use the formular below for different scenario =IF(B3<C3,B3/C3,IF(B3C3,(B3/C3),IF(-B3-(C3),(-B3/C3),IF((C3B3<0),(-B3/ABS(C3)),B3/C3)))) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maintaining a cells value once a target is achieved | Excel Worksheet Functions | |||
% achieved to a negative goal | Excel Worksheet Functions | |||
SUMPRODUCT to establish whether turnaround date was achieved | Excel Worksheet Functions | |||
Specifying the person who has achieved the highest result | Excel Worksheet Functions | |||
Clickable pie chart - anyone know how this might be achieved? | Charts and Charting in Excel |