Sean15
Well-known Member
- Joined
- Jun 25, 2005
- Messages
- 719
- Office Version
- 2010
- Platform
- Windows
Hi:
Could you help me rewrite formula in column F to allow 2nd, 3rd…occurrence of lookup value return blank cell?
Thank you for your help.
Sean
Could you help me rewrite formula in column F to allow 2nd, 3rd…occurrence of lookup value return blank cell?
Thank you for your help.
Sean
Book2 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | |||
2 | Tom | 1 | |||||||||||
3 | Peter | 2 | Tom | 1 | |||||||||
4 | Tom | 3 | Tom | 1 | 2nd, 3rd…occurrence of lookup value should return blank cell | ||||||||
5 | Peter | 4 | peter | 2 | |||||||||
6 | Paul | 5 | peter | 2 | 2nd, 3rd…occurrence of lookuo value should return blank cell | ||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F3:F6 | F3 | =INDEX($C$2:$C$6,MATCH(E3,$B$2:$B$6,0)) |