pjandshelly
Board Regular
- Joined
- Jan 25, 2017
- Messages
- 61
Hi,I'm looking for a Vlookup formula where I am checking a table. If that value is found, then give me the value in a column that matches the data.
Example:
A B C D
Class ID Class Matching Formula Results
1 Science Math 2
2 Math English #N/A
3 History
Formula that I used =VLOOKUP(D2,$A$1:$B$3,1,FALSE)
This would not give the results that I would like. Am I missing something on this?
Example:
A B C D
Class ID Class Matching Formula Results
1 Science Math 2
2 Math English #N/A
3 History
Formula that I used =VLOOKUP(D2,$A$1:$B$3,1,FALSE)
This would not give the results that I would like. Am I missing something on this?