How to find information

468gurgurf

New Member
Joined
May 15, 2023
Messages
5
Hello! I want to start with a value in column C2 (afterwards C3, C4, C5 and so on), find that exact same value in column L, copy the value next to the duplicated value in Column M, and then afterwards insert the value from column M in D2 (afterwards D3,D4,D5 and so on). Is there any way to do this automatically, and if so, how?
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Hi,

if you are using Excel version O365, you could put this formula into cell D2.
cheers
Rob

Book1
ABCDEFGHIJKLM
1ValuesResultList
2102005100
32040010200
43060015300
54080020400
650100025500
760 30600
870 35700
980 40800
1090 45900
11100 501000
Sheet1
Cell Formulas
RangeFormula
D2:D11D2=IFERROR(CHOOSECOLS(FILTER(L2:M11,$L2:L11=$C2),2),"")
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0

Forum statistics

Threads
1,215,790
Messages
6,126,914
Members
449,348
Latest member
Rdeane

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