legreenwood
New Member
- Joined
- Mar 9, 2015
- Messages
- 11
I have a situation in which I need to calculate Z (teams) *AA if BOTH X and Y = 1, and the same for the alternate values of Z (2 and 3) while keeping them separate because I need to later in the spreadsheet show the value for each record by team.
X Y Z AA
1 1 3547 1
2 0 9987 5
3 1 1597 4
2 0 155667 3
3 1 3247 2
1 0 354898 0
Basically, I need to know Z*AA if Y=0, and Z-(Z*AA%) if Y=1.
Is this easily doable? I haven't worked with multiple ifs and nested ifs in half a decade & my brain is fried.
X Y Z AA
1 1 3547 1
2 0 9987 5
3 1 1597 4
2 0 155667 3
3 1 3247 2
1 0 354898 0
Basically, I need to know Z*AA if Y=0, and Z-(Z*AA%) if Y=1.
Is this easily doable? I haven't worked with multiple ifs and nested ifs in half a decade & my brain is fried.