BPM Aditya
New Member
- Joined
- Mar 15, 2010
- Messages
- 12
I have excel sheets. Normally when we Vlook up, we use the following formula
VLOOKUP(A4,'HCV TL'!A3:R12,2,FALSE),
where
1. A4 is the look up value in 1st sheet,
2. 'HCV TL'!A3:R12' is the look up range in 2nd sheet
3. 2 is the column number from which the value is to be returned
4. FALSE is for exact match.
Now I want to look up 2 values at a time (For e.g along with A4, I walso want to look up another value (say B4)), then I want a value to be returned from 2nd sheet from the corresponding row or column by satisfying the 2 conditions.
Please suggest a formula.
VLOOKUP(A4,'HCV TL'!A3:R12,2,FALSE),
where
1. A4 is the look up value in 1st sheet,
2. 'HCV TL'!A3:R12' is the look up range in 2nd sheet
3. 2 is the column number from which the value is to be returned
4. FALSE is for exact match.
Now I want to look up 2 values at a time (For e.g along with A4, I walso want to look up another value (say B4)), then I want a value to be returned from 2nd sheet from the corresponding row or column by satisfying the 2 conditions.
Please suggest a formula.