Using excel. I have this sample data (There's > 28,000 rows, just got a 7 row sample size)
I am using this formula =VLOOKUP(new_q.csv!$A$67&new_q.csv!$B$67, A2:B28563, 4, FALSE)
to try to match find a match in the above data, using the data source below new_q.csv. (The data is filtered, which is why I'm using A67, and B67 respectively)
Clearly row 2 in new_q.csv matches data from row 1 in the top data. Not only do I get a !REF
, but before that reference error I received #N/A
which can't be right, because the cell values match.
Any thoughts? Thanks