Whitenoise
New Member
- Joined
- Apr 22, 2019
- Messages
- 5
I am looking at a way to extract values based on twin criteria, preferrably using vlookup or any other method.
I have 2 constraints -
One, I can't have any VBA code in my spreadsheet
Two, I may not be able to add any additional columns in my sheet 1
Requirement: I would like to get values from Col-H in Sheet 1 into Col-F in Sheet 2
I have tried using the below method to obtain values in Col F (cell F2) in Sheet2, but unable to get the results in any scenario.
=IFERROR(VLOOKUP(Sheet2!D2&E2,Sheet1!$A$2:$H$16,8,FALSE),"")
The screenshots below give a preview of sheet 1 and sheet 2 of sample data
https://drive.google.com/drive/folders/1SVchlsEV6K27CA1D0cIw8IcFPAnbi-nb?usp=sharing
I have 2 constraints -
One, I can't have any VBA code in my spreadsheet
Two, I may not be able to add any additional columns in my sheet 1
Requirement: I would like to get values from Col-H in Sheet 1 into Col-F in Sheet 2
I have tried using the below method to obtain values in Col F (cell F2) in Sheet2, but unable to get the results in any scenario.
=IFERROR(VLOOKUP(Sheet2!D2&E2,Sheet1!$A$2:$H$16,8,FALSE),"")
The screenshots below give a preview of sheet 1 and sheet 2 of sample data
https://drive.google.com/drive/folders/1SVchlsEV6K27CA1D0cIw8IcFPAnbi-nb?usp=sharing