1 Attachment(s)
Help defining and building an array and using VLOOKUP
Hi everyone,
Noobie struggling with the following:
Trying to populate an array and then use VLookup to update another sheet.
First value to be entered into the array is found by moving down column K to first blank cell and then using offset to move one cell left . That cell value is first element of array.
Move to next blank in col K, apply offset. That cell value is second element of array.
For each array element I would like to use VLOOKUP to lookup the array element in a list found on Sheet2 of same workbook. The elements should be found in sheet2 range A2:2617, if not found, it would be nice to return “not found”.
The value I need returned and written to the corresponding blank cell in colK of sheet1 is in col C of sheet2 (the County Name).
I am trying to fill in missing county name by looking up the zip code.
All help is appreciated.
Test data is attached as Book1 Attachment 13374