How VLOOKUP work in Excel?

0
231

VLOOKUP is the code to get any data from Table (Cells) using String or Integer.

We use code in Excel like e.g.

=”VLOOKUP(“””&I2&”””,N2:O117,2,FALSE)”

I2 is the String, N2:O117 is Array or Cells, 2 is which we want to get Row’s Data, FALSE is the for Exact Match.

LEAVE A REPLY

Please enter your comment!
Please enter your name here