I can't figure this one out because it looks like everything is ok. I keep receiving an N/A error, all I'm trying to do is designate a number in a column that corresponds to a specific text value in another column. F2 contains my text that I am using to compare to the VLOOKUP range I created. My formula:
=VLOOKUP(F2,Status_ID,1,FALSE)
F2 = Reject: After Interview
Status_ID is a defined range that consists of this:
1 Submit: Pending Review
2 Request: On-site
3 Request: Phone Screen
4 Request: Questionnaire
5 Request: Make Offer
6 Accepted: Pending Questionnaire
7 Accepted: Pending Phone Screen
What am I doing wrong?
=VLOOKUP(F2,Status_ID,1,FALSE)
F2 = Reject: After Interview
Status_ID is a defined range that consists of this:
1 Submit: Pending Review
2 Request: On-site
3 Request: Phone Screen
4 Request: Questionnaire
5 Request: Make Offer
6 Accepted: Pending Questionnaire
7 Accepted: Pending Phone Screen
What am I doing wrong?