View Single Post
 
Old 11-06-2015, 01:36 AM
scorpain scorpain is offline Windows 7 32bit Office 2003
Novice
 
Join Date: Nov 2015
Posts: 6
scorpain is on a distinguished road
Default If column A contains text, vlookup column H on the same row

Hello everyone.
Apologies I can't attach an example as I'm at work and can't access the Internet on the computer. So I'll try my best to explain.
I'm trying to work out a formula that starts with an if.
If(F5:F39<>"",Vlookup(this is what I'm struggling with, operator,2,False),"")
The struggling with part is that for example
If F7 contains text, the lookup_value is in A7, if F18 contains text then the lookup_value is in F18 but I don't know how to do that.

Thank-you for reading and thinking this through with me.
Reply With Quote