BiggusDoggus
Board Regular
- Joined
- Jul 7, 2014
- Messages
- 91
- Office Version
- 365
- Platform
- Windows
Hi all
So I have a table of data - here is an example:
What I'm wanting in column 3 is a formula to return the stage in column B relating to the last occurrence of the code in column A.
So - for code 455 it would be Stage 2, code 522 Stage 1, code 616 Stage 4.
I can't use MAX obviously because that doesn't work for text values, but I have been unable to locate an alternative.
Any help appreciated please!
So I have a table of data - here is an example:
A | B | C | |
1 | Code | Stage | Final Stage |
2 | 455 | Stage 1 | |
3 | 455 | Stage 2 | |
4 | 522 | Stage 1 | |
5 | 522 | Stage 1 | |
6 | 616 | Stage 1 | |
7 | 616 | Stage 2 | |
8 | 616 | Stage 3 | |
9 | 616 | Stage 4 |
What I'm wanting in column 3 is a formula to return the stage in column B relating to the last occurrence of the code in column A.
So - for code 455 it would be Stage 2, code 522 Stage 1, code 616 Stage 4.
I can't use MAX obviously because that doesn't work for text values, but I have been unable to locate an alternative.
Any help appreciated please!