jonathan92591
Board Regular
- Joined
- Oct 27, 2011
- Messages
- 65
Hi All - I am trying to use "Match" inside a "Vlookup" for the Index input on the "Vlookup" formula. I am trying to pull "Estimated Hours" from one spreadsheet to another spreadsheet using "Work Order ID" as the ID>
Work Order Log to Work Order Log - Rollup
Spreadsheets: https://drive.google.com/open?id=1kFYjRcMAKDx5eJHYdQAqFnyVs6m8O1pu
Attempt without nested "Match":
=VLOOKUP($A2,IMPORTRANGE("1c-Mu40dSREGNUeuY5DjIftspdT9QG8O5zf4q1W2QxC4","Details!A2:P502"),14,0)
Attempt WITH nested "Match":
=VLOOKUP($A3,IMPORTRANGE("1c-Mu40dSREGNUeuY5DjIftspdT9QG8O5zf4q1W2QxC4","Details!A2:P502"),MATCH("ESTIMATED HOURS",IMPORTRANGE("1c-Mu40dSREGNUeuY5DjIftspdT9QG8O5zf4q1W2QxC4","Details!A1:A50"),0),0)
Thank you for your support in advance. - JT
Work Order Log to Work Order Log - Rollup
Spreadsheets: https://drive.google.com/open?id=1kFYjRcMAKDx5eJHYdQAqFnyVs6m8O1pu
Attempt without nested "Match":
=VLOOKUP($A2,IMPORTRANGE("1c-Mu40dSREGNUeuY5DjIftspdT9QG8O5zf4q1W2QxC4","Details!A2:P502"),14,0)
Attempt WITH nested "Match":
=VLOOKUP($A3,IMPORTRANGE("1c-Mu40dSREGNUeuY5DjIftspdT9QG8O5zf4q1W2QxC4","Details!A2:P502"),MATCH("ESTIMATED HOURS",IMPORTRANGE("1c-Mu40dSREGNUeuY5DjIftspdT9QG8O5zf4q1W2QxC4","Details!A1:A50"),0),0)
Thank you for your support in advance. - JT