Excel GODs please help me!

nickkim88

New Member
Joined
Jul 12, 2024
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Table A and Table B has the same information.

Are there anyway you can fill in column "M" with formula?

excel question.jpg
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
For M3, filled down:
Excel Formula:
=LET(warehouse_col, MATCH("Warehouse " & I4, $E$2:$G$2, 0),SUMIFS(INDEX($E$3:$G$14, ,warehouse_col), $C$3:$C$14,L4, $B$3:$B$14,K4))
 
Upvote 1
Solution
For M3, filled down:
Excel Formula:
=LET(warehouse_col, MATCH("Warehouse " & I4, $E$2:$G$2, 0),SUMIFS(INDEX($E$3:$G$14, ,warehouse_col), $C$3:$C$14,L4, $B$3:$B$14,K4))
thanks so much but this formula gives me wrong qty?? :(
 
Upvote 0
Excellent! I think you can mark a solution for this if you like, and you can mark this question as solved.
 
Upvote 0

Forum statistics

Threads
1,221,693
Messages
6,161,356
Members
451,697
Latest member
pedroDH

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