Lookup Table

  • Thread starter Thread starter Beep Beep
  • Start date Start date
B

Beep Beep

I am viewing a spreadsheet that has the below formula. I can figure out what
it is looking at. I know it is going to cell c14 in the tab IMU_PD3! and I
am assuming that the range is B:M (which does not match the figure I am
looking at) and then what is the 8, and false)

=VLOOKUP(C14,IMU_Pd3!B:M,8,FALSE)
 
It looks at the value in C14 then it goes to Col B on IMU_Pd3 sheet and tries
to find the cell with the same value as C14...

If it finds such a cell it looks in the 8th Column from B (Col I) in the
same row, and retruns the value in that cell to the cell which contains
VLOOKUP formula...

if does not find a match in Col B it returns #N/A
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Nested Formula Giving Incorrect Answer 4
Hide the contents of cell 3
INDEX and sum 1
Classify in categories 4
Lock Cells 1
dynamic validation list 3
Vlookup help 2
VLOOKUP Question 27

Back
Top