chewybar1986
New Member
- Joined
- Jul 29, 2024
- Messages
- 5
- Office Version
- Prefer Not To Say
- Platform
- Windows
Hi All,
I'm trying to create a vlookup that only searches through rows where a separate column (not part of the vlookup formula) contains the word "CHG-529C" and the vlookup only uses those rows that contain that particular word.
So Column A is where CHG-529C will be which is completely separate from the vlookup. so I was thinking maybe some sort of IF function might work.
=IF($A:$A="chg-529c",(VLOOKUP(B2,$C:$N,12,FALSE)))
But this doesn't seem to work... It seems the problem is the fact I'm looking through a whole column and not just a singular Cell.... Any ideas??
Thanks in advance
I'm trying to create a vlookup that only searches through rows where a separate column (not part of the vlookup formula) contains the word "CHG-529C" and the vlookup only uses those rows that contain that particular word.
So Column A is where CHG-529C will be which is completely separate from the vlookup. so I was thinking maybe some sort of IF function might work.
=IF($A:$A="chg-529c",(VLOOKUP(B2,$C:$N,12,FALSE)))
But this doesn't seem to work... It seems the problem is the fact I'm looking through a whole column and not just a singular Cell.... Any ideas??
Thanks in advance