JasonLeVan
Board Regular
- Joined
- Feb 7, 2011
- Messages
- 121
i have the formula below that works great execpt it wont match words or text just numbers is what can i do to make it match words also
=IF(ISNA(VLOOKUP(C3,A$3:B$7500,2,0)),0,VLOOKUP(C3,A$3:B$7500,2,0))
example: it finds the number 248 fine
but if that field say "test" it wont find test in column a and matching data in b
=IF(ISNA(VLOOKUP(C3,A$3:B$7500,2,0)),0,VLOOKUP(C3,A$3:B$7500,2,0))
example: it finds the number 248 fine
but if that field say "test" it wont find test in column a and matching data in b