sandero1970
New Member
- Joined
- Aug 23, 2013
- Messages
- 19
- Office Version
- 2016
- Platform
- Windows
Hello,
I have following question:
In sheet 1, I have a value in cell A1 for which I need to find a result value in Sheet 2 col G.
The complication is that my value Sheet1!A1 might be located in Sheet2 in the range C:F
A vlookup is searching value Sheet1!A1 in column C of Sheet2. So it does not work.
I've been trying with this combination but without success: =INDEX(SHEET2!G:G,EQUIV(Sheet1!A1,SHEET2!C:F,1))
Any idea how to fix this?
Thx
I have following question:
In sheet 1, I have a value in cell A1 for which I need to find a result value in Sheet 2 col G.
The complication is that my value Sheet1!A1 might be located in Sheet2 in the range C:F
A vlookup is searching value Sheet1!A1 in column C of Sheet2. So it does not work.
I've been trying with this combination but without success: =INDEX(SHEET2!G:G,EQUIV(Sheet1!A1,SHEET2!C:F,1))
Any idea how to fix this?
Thx