GMC The Macro Man
Board Regular
- Joined
- Mar 23, 2023
- Messages
- 102
- Office Version
- 2021
- Platform
- Windows
Hi everyone
On the table below, I'm trying to write a formula that will look at columns C,E and H and return their LAST score in Column I.
I would have been able to do this if the 3 columns where together, but because they're in separate columns, I'm struggling.
Any help would be greatly appreciated
TIA
GMC
On the table below, I'm trying to write a formula that will look at columns C,E and H and return their LAST score in Column I.
I would have been able to do this if the 3 columns where together, but because they're in separate columns, I'm struggling.
Any help would be greatly appreciated
TIA
GMC
Book1 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | ID | Name | Oct score | Oct grade | Jan Score | Jan Grade | Mar score | Mar Grade | Last score | ||
2 | P1234 | John | 70 | C+ | 80 | B | 78 | C+ | 78 | ||
3 | P1235 | Robert | 60 | C | 72 | C+ | 72 | ||||
4 | P1236 | Alice | 80 | B | 68 | C | 92 | A | 92 | ||
5 | P1237 | Helen | 56 | C | 56 | ||||||
6 | P1238 | Thomas | 95 | A+ | 90 | A | 85 | B+ | 85 | ||
Sheet1 |