redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,604
- Office Version
- 365
- Platform
- Windows
Hi all,
Can anybody suggest a formula that will carry out the following ...
IF cell A2 on SHEET2 is the same as cell A13 on sheet 'TEST' then VLOOKUP cell B17 in sheet 'TEST' through range C2:E15 of SHEET2 and copy 2nd colum along if true.
I can get the VLOOKUP part, ie
but have no idea how to link this to the first part of my question
any help please
regards
Can anybody suggest a formula that will carry out the following ...
IF cell A2 on SHEET2 is the same as cell A13 on sheet 'TEST' then VLOOKUP cell B17 in sheet 'TEST' through range C2:E15 of SHEET2 and copy 2nd colum along if true.
I can get the VLOOKUP part, ie
Code:
=VLOOKUP(B17,TEST!C2:E15,2,TRUE
but have no idea how to link this to the first part of my question
any help please
regards