SFCChase
Board Regular
- Joined
- Jun 25, 2013
- Messages
- 110
- Office Version
- 2016
- Platform
- Windows
Probably an easy fix, but I've been staring at this for way too long.
I need a formula in cell D2 that will read A2.
If A2 is >=76 it will report the value of A2
If A2 is <76 it will read cell B2. If B2 is >=76 it will report "76" as a value (no matter the score).
If A2 is <76 it will read cell B2. If B2 is <76 it will read cell C2. If C2 is >=76 it will report "76" as a value (no matter the score).
If A2, B2, and C2 are all <76 it will report the value of A2.
I know there's probably an easy nested IF(AND(OR)) Function out there, but I can't get it to return a value based off the results of Cell C2.
All assistance is appreciated.
EXAM 1 | EXAM 1 RETEST A | EXAM 1 RETEST B | FINAL SCORE |
80 | 80 | ||
72 | 80 | 76 | |
72 | 72 | 80 | 76 |
72 | 72 | 72 | 72 |
I need a formula in cell D2 that will read A2.
If A2 is >=76 it will report the value of A2
If A2 is <76 it will read cell B2. If B2 is >=76 it will report "76" as a value (no matter the score).
If A2 is <76 it will read cell B2. If B2 is <76 it will read cell C2. If C2 is >=76 it will report "76" as a value (no matter the score).
If A2, B2, and C2 are all <76 it will report the value of A2.
I know there's probably an easy nested IF(AND(OR)) Function out there, but I can't get it to return a value based off the results of Cell C2.
All assistance is appreciated.