JasonLeVan
Board Regular
- Joined
- Feb 7, 2011
- Messages
- 121
below is a function i have written
=IF(ISNA(VLOOKUP(C3,A$3:B$7500,2,0)),0,VLOOKUP(C3,A$3:B$7500,2,0))
it works kinda.. if in column c i have a number 12345. it wont find it,but it exists, but in column c if i have abcd it finds it b/c its text. now if i copy and paste special column a and click the "add" button, it now finds 12345 but obviosly not abcd. what can i do to this function so that it will find both the numbers and the txt numbers.
=IF(ISNA(VLOOKUP(C3,A$3:B$7500,2,0)),0,VLOOKUP(C3,A$3:B$7500,2,0))
it works kinda.. if in column c i have a number 12345. it wont find it,but it exists, but in column c if i have abcd it finds it b/c its text. now if i copy and paste special column a and click the "add" button, it now finds 12345 but obviosly not abcd. what can i do to this function so that it will find both the numbers and the txt numbers.