user11015000
user11015000

Reputation: 159

#N/A using vlookup in excel

I'm not sure why I get #N/A here. I a trying to get the retrieve the number of pages for paper 360.

problem

Upvotes: 0

Views: 34

Answers (3)

Hazaru
Hazaru

Reputation: 1

Can you try to see if your A column has the "360" value? Maybe if you try to change the value of 360 in F2 (C/L) to 5, the value of 10 will be returned.

Upvotes: 0

Error 1004
Error 1004

Reputation: 8220

Use:

=IFNA(INDEX(A:A,MATCH(F3,B:B,0)),"Value does not excist")

Upvotes: 2

user11015000
user11015000

Reputation: 159

Don't worry I solved it. I realized vlookup looks in the first column of my table, so I swapped the order of columns in my table and that fixed it.

Upvotes: 0

Related Questions