detriez
Board Regular
- Joined
- Sep 13, 2011
- Messages
- 193
- Office Version
- 365
- Platform
- Windows
I can seem to get the formula syntax to get this right
Code:
IF (A1 <>"" and B1<>"" and C1<>"") Then "Bronze"
IF (A1 <>"" and B1<>"" and C1<>"" and D1<>"" and E1<>"") Then "Silver"
IF (A1 <>"" and B1<>"" and C1<>"" and D1<>"" and E1<>"" and F1<>"" and G1<>"") Then "Gold"