What formula is required to find and add values from a matching data set?

TravelMI

New Member
Joined
Oct 4, 2016
Messages
10
Hi,

I was hoping someone could advise what formula can be used for my query?

If I have a full list of unique data in Columns A & B, is there a formula I can use to match up Column A & C and then add the Value1 to the corresponding Value2 field?


The first line is an example where by Value2 is added as it uses Value1 from the first two Columns.



<colgroup><col width="64" span="5" style="width:48pt"></colgroup><tbody>
</tbody>
Name1Value1Name2Value2
A1A1
B2C
C3F
D4
E5
F6

<tbody>
</tbody>
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
How about


Excel 2013/2016
ABCD
1Name1Value1Name2Value2
2A1A1
3B2C3
4C3F6
5D4
6E5
7F6
List
Cell Formulas
RangeFormula
D2=INDEX(A$2:B$7,MATCH(C2,A$2:A$7,0),2)
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,806
Messages
6,121,672
Members
449,045
Latest member
Marcus05

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