fayez_MrExcel
Active Member
- Joined
- Oct 29, 2005
- Messages
- 444
- Office Version
- 365
- Platform
- Windows
My lookup_value is in number format while my lookup_array is in text format, how can i avoid returning #N/A even if either lookup value and lookup array is in different format but the same number
Book5 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Employee Number | Match | ||||
2 | 11528 | 207970 | #N/A | |||
3 | 11649 | |||||
4 | 11529 | |||||
5 | 11525 | |||||
6 | 1000407 | |||||
7 | 207970 | |||||
8 | 207972 | |||||
9 | 207975 | |||||
10 | 208114 | |||||
11 | 11651 | |||||
12 | 208022 | |||||
13 | 208044 | |||||
14 | 25185 | |||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2 | D2 | =MATCH(C2,$A$2:$A$14,0) |