Help with Vlookup

bergmc00

New Member
Joined
Mar 31, 2011
Messages
12
Hello all,

Perhaps this is a simple task but need your help. I am trying to determine the zero values in column 3 in a column of data that has over 500 data points and would like to pull the name of the company in column 1 that reflects a zero balance from column 3. The formula would be set in column 4. What would be the best way to approach doing this. Sorry for the novice question.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Hello all,

Perhaps this is a simple task but need your help. I am trying to determine the zero values in column 3 in a column of data that has over 500 data points and would like to pull the name of the company in column 1 that reflects a zero balance from column 3. The formula would be set in column 4. What would be the best way to approach doing this. Sorry for the novice question.
Is this what you mean...

Book1
AB
1Name183
2Name263
3Name336
4Name40
5Name557
6Name675
7Name783
8Name872
9Name936
10Name1079
Sheet1

Formula to return Name4:

=INDEX(A1:A10,MATCH(0,B1:B10,0))
 
Upvote 0
Hi there,

quick followup, if I was to agree to columns to each other in a third column but the first column had some data that included some letters included along with the number I need identified, how would I set up that formula. For example, two columns listed below:

<TABLE style="WIDTH: 381pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=508 border=0><COLGROUP><COL style="WIDTH: 333pt; mso-width-source: userset; mso-width-alt: 16237" width=444><COL style="WIDTH: 48pt" width=64><TBODY><TR style="HEIGHT: 15pt" height=20><TD id=td_post_2719319 style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; WIDTH: 333pt; BORDER-BOTTOM: #ece9d8; HEIGHT: 15pt; BACKGROUND-COLOR: transparent" width=444 height=20> G_4397.</TD><TD class=xl94 style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #95b3d7 0.5pt solid; BORDER-LEFT: #95b3d7 0.5pt solid; WIDTH: 48pt; BORDER-BOTTOM: #95b3d7 0.5pt solid; BACKGROUND-COLOR: #dbe5f1" width=64>4397</TD></TR></TBODY></TABLE>
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,947
Latest member
Gerry_F

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