Execute VLOOKUP is ANY value exists in another cell......

ec1957

New Member
Joined
Jul 29, 2008
Messages
31
Have done a ton of searching, can't find the answer to this. I simply want a cell to execute a VLOOKUP if ANY value exists in another cell.

As an example, E2 executes a vlookup on C2 if any value exists A2. If no value exists in A2, then E2 is blank.

Thanks everyone, I'm guessing I just have a brain lock but can't figure this baby out, take care.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Sure; let's say that in column E2 there is a vlookup that looks in another sheets table based on the value in C2 - however, if there is no value at all in A2, then don't execute, keep it blank. But if there is a value in A2, then go ahead and execute the vlookup.
 
Upvote 0
Ok how about
Excel Formula:
=IF(a2="","",vlookup(C2......))
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,848
Messages
6,121,917
Members
449,055
Latest member
KB13

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top