Forumla help

lindley

New Member
Joined
Oct 27, 2013
Messages
2
Hi,
I am not even sure the type of formula that I need but I need to be able to copy something from one column into another column based on the value of a column...

This probably makes no sense so I will explain with a picture..
Column A Column B Column C
100 Address1
200 Address2
300 Address3
100
300
200
300
200
100
100


So I want to know how to match the address in column C with the value in column A....
Everyone that has 100 in Column A needs to have Address1 in Column C, Everyone that has 200 in Column A, needs to have Address2 in Column C.

Please help :)
 

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
Hi Artik,
Thanks for your help. This works great, but my data is actually much more complicated. I have about 20,000 different addresses and about 15,000 different numbers in the first column that i need to match up. Do you have any advice? I think it is a vlookup formula.

Thanks!! :bow:
 
Upvote 0
Maybe something like this?


Excel 2010
ABCDE
1ValueAddressVLOOKUP Table
2100Address 1100Address 1
3200Address 2200Address 2
4300Address 3300Address 3
5100Address 1
6300Address 3
7200Address 2
8300Address 3
9200Address 2
10100Address 1
11100Address 1
Addresses
Cell Formulas
RangeFormula
B2=VLOOKUP(A2,$D$2:$E$4,2,0)
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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