Reputation: 135
I have a spreadsheet with two sheets:
I need to pull out some data from Sheet1 to Data. For this I am using the following formula: =VLOOKUP($B2,Sheet1!$A$1:$E$56,5,0)
It keeps giving me an error which I cannot identify. Will really appreciate it if you could help. Here is the link to the file - https://docs.google.com/spreadsheets/d/1E-nBdLZI853k1avPLJ_dNEspmOiOtFj7Q5hXTFsUBDc/edit#gid=1692769539
Upvotes: 0
Views: 101
Reputation: 59
Hi Dear I Resolve Your VLookup
=VLOOKUP($B2,Sheet1!$B$1:$E$56,4,0)
Upvotes: 1