R
Rashid Khan
Hello All,
I am creating a worksheet as follows:
Col Headings
A1 = Team (can be either Y or Z)
B1 = Criteria (can be either A or B)
C1 = Points Gain
D1 = Points Loss
E1 = ScoreofY (Formula required)
F1 = ScoreofZ (Formula required)
The following formula was suggest by Mr. Frank Kabel for E and F as per the
requirement given below:
1) Team Y/Criteria A: E1 = +PointGain*PointLoss & F1 = -PointGain
2) Team Y/Criteria B: E1 = -PointGain*PointLoss & F1= +PointGain
3) Team Z/Criteria A: E1 = -PointGain & F1 = +PointGain*PointLoss
4) Team Z/Criteria B: E1 = +PointGain & F1 =-PointGain*PointLoss
Formula suggested by Mr. Frank Kabel
E2 =IF(A1="Y",C1*D1*(1-2*(B1<>"A")),C1*(1-2*(B1="A")))
F2 =IF(A1="Z",C1*D1*(1-2*(B1<>"A")),C1*(1-2*(B1="A")))
Both the above formula works fine for my requirement. I have added another
team in A1 (which can be either X, Y or Z) and a new column G1 as ScoreofX.
I need to calculate the Formula in G1. One value will always be negative
and two values will be positive depending on the Criteria of B1
Any help with the Formula in G1 would be very much appreciated.
TIA
Rashid Khan
I am creating a worksheet as follows:
Col Headings
A1 = Team (can be either Y or Z)
B1 = Criteria (can be either A or B)
C1 = Points Gain
D1 = Points Loss
E1 = ScoreofY (Formula required)
F1 = ScoreofZ (Formula required)
The following formula was suggest by Mr. Frank Kabel for E and F as per the
requirement given below:
1) Team Y/Criteria A: E1 = +PointGain*PointLoss & F1 = -PointGain
2) Team Y/Criteria B: E1 = -PointGain*PointLoss & F1= +PointGain
3) Team Z/Criteria A: E1 = -PointGain & F1 = +PointGain*PointLoss
4) Team Z/Criteria B: E1 = +PointGain & F1 =-PointGain*PointLoss
Formula suggested by Mr. Frank Kabel
E2 =IF(A1="Y",C1*D1*(1-2*(B1<>"A")),C1*(1-2*(B1="A")))
F2 =IF(A1="Z",C1*D1*(1-2*(B1<>"A")),C1*(1-2*(B1="A")))
Both the above formula works fine for my requirement. I have added another
team in A1 (which can be either X, Y or Z) and a new column G1 as ScoreofX.
I need to calculate the Formula in G1. One value will always be negative
and two values will be positive depending on the Criteria of B1
Any help with the Formula in G1 would be very much appreciated.
TIA
Rashid Khan