Look up columns and fill vales in the intersection

Prascena

New Member
Joined
Nov 2, 2015
Messages
7
1st sheet of my excel:

38522a39522a40582a36559a
245
544
322
65

<tbody>
</tbody>

2nd sheet of my excel:

IR NOASSY NOQTY
6538522a2
6539522a3
6736559a4
24538522a1
32240582a1
32236559a2
54439522a1

<tbody>
</tbody>

Required Output:

38522a39522a40582a36559a
2451000
5440100
3220012
652300

<tbody>
</tbody>

Can anyone please help me with a formula to automate this?

Thank you so much in advance.

Regards,
Prasanna.A
****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">C
38522a39522a40582a36559a
2451
5441
32212
65231

<tbody>
</tbody>
</body>
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
1st sheet of my excel:

38522a39522a40582a36559a
245
544
322
65

<tbody>
</tbody>

2nd sheet of my excel:

IR NOASSY NOQTY
6538522a2
6539522a3
6736559a4
24538522a1
32240582a1
32236559a2
54439522a1

<tbody>
</tbody>

Required Output:

38522a39522a40582a36559a
2451000
5440100
3220012
652300

<tbody>
</tbody>

Can anyone please help me with a formula to automate this?

Thank you so much in advance.

Regards,
Prasanna.A
****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">C
38522a39522a40582a36559a
2451
5441
32212
65231

<tbody>
</tbody>


B2 = SUMIFS(Sheet2!$C$2:$C$8,Sheet2!$A$2:$A$8,$A2,Sheet2!$B$2:$B$8,B$1)
 
Upvote 0
Hi thank you for the reply,

This works perfect for me.

But if you can explain me a little how it works, I would be great help.

Thank you so much.

Regards,
Prasanna.A
 
Upvote 0
Hi thank you for the reply,

This works perfect for me.

But if you can explain me a little how it works, I would be great help.

Thank you so much.

Regards,
Prasanna.A

the formula reads as:

sum up column C if column A is equal to the current IR No and if column B is equal to the current ASSY NO
 
Upvote 0

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

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