look up match formula

jdubelle

New Member
Joined
Mar 23, 2017
Messages
2
I am trying to write a look up match formula.

I have account numbers in column b tab 3. I would like it to look up Tab 2 column b to find the same account number and then fill in the cell with the budget number in Tab 2 column F. I keep coming up with too many criteria.

Can someone help?

Thanks,
Jolene
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Sounds like you need a VLOOKUP in tab2 column F...

=VLOOKUP(value in tab3.columnb, tab2.columnb, #rows, 0)

HTH,
Roger
 
Upvote 0
Try the VLOOKUP() function. It's best.


Excel 2010
ABC
1
2
3
41234515000

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet3

Worksheet Formulas
CellFormula
C4=VLOOKUP(Sheet3!B4,Sheet2!$B$2:$F$4,5,0)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0
I think Roger meant # columns, not rows...

=VLOOKUP(value in tab3.columnb, tab2.columnb, #columns over from value in tab3.columnb, 0)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,850
Members
449,051
Latest member
excelquestion515

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