subtotalatom
New Member
- Joined
- Feb 3, 2020
- Messages
- 14
- Office Version
- 365
- Platform
- Windows
Hello,
i need a formula to return a value based on 4 cells in different rows.
if the four cells have "W" in them then the collumn AA will retun a W. however if one of more Cells have L in them then it returns a L
i need a formula to return a value based on 4 cells in different rows.
if the four cells have "W" in them then the collumn AA will retun a W. however if one of more Cells have L in them then it returns a L
KBJM Bet Club Tracker.xlsx | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | |||
14 | 27/04/2021 | Cowdenbeath | Scotland Other | 1.67 | £5 | W | Halifax | £5 | W | Brentford | England Championship | 1.57 | £5 | W | Charlton | £5 | W | #NAME? | |||||||||||
Bet Tracker |
Cell Formulas | ||
---|---|---|
Range | Formula | |
AA14 | AA14 | =IF((AND(G14=W,M14=W,S14=W,Y14=W)),"W","L") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
G2:G9,M2:M9,S2:S9,Y2:Z9,Y122:Z144,S122:S144,M122:M144,G122:G144,Y76:Z76,S76,M76,G76,Y11:Z31,S11:S31,M11:M31,G11:G31 | Cell Value | ="L" | text | NO |
G2:G9,M2:M9,S2:S9,Y2:Z9,Y122:Z144,S122:S144,M122:M144,G122:G144,Y76:Z76,S76,M76,G76,Y11:Z31,S11:S31,M11:M31,G11:G31 | Cell Value | ="W" | text | NO |