anat0l
Enthusiast
- Joined
- Dec 30, 2006
- Posts
- 11,666
Basically it reduces down to:
Points Awarded = MAX(BIS miles * Base Multiplier * (1 + Status Loading + Class Loading), MPG)
where MPG is determined in a rather complicated fashion:
It's times like this you wish there were a more elegant way to write conditionals in Excel formula (viz. in programming using case conditionals vs. nested if-then-else statements)
Points Awarded = MAX(BIS miles * Base Multiplier * (1 + Status Loading + Class Loading), MPG)
where MPG is determined in a rather complicated fashion:
- If Airline = QF, 1000 for Y/Y+, 1250 for J/F
- If Airline = JQ, 1000 for JetFlex, 1250 for Star Class
- If Airline = BA, 125 for dY, else 500
- If Airline = AA, 500
It's times like this you wish there were a more elegant way to write conditionals in Excel formula (viz. in programming using case conditionals vs. nested if-then-else statements)
Last edited: