How to enter and sum multple values (up to 100) in a single cell

ashp123

New Member
Joined
Apr 20, 2017
Messages
1
Hello,

the formula below checks a list of my SKUs which contains how much stock is available. The issue is that the SKUs are always changing for the same item and may have multiple SKUs for which the the list needs to be cheked and added togeather. For this I have a list of ALL the SKUs per cell for each product, for example;

Dashboard!$I7 (PHONE1, PHONE2,PHONE3, PHONE4)

SUMPRODUCT(--('Inventory'!$B$4:$B$5001=Dashboard!$I7),ISNUMBER(SEARCH("SELLABLE",'Inventory'!$F$4:$F$5001)),'Inventory'!$G$4:$G$5001)

I need it to be as simple as possible, for example if I wanted to return the 2nd SKU in the cell something like;

SUMPRODUCT(--('Inventory'!$B$4:$B$5001=Dashboard!$I7{2st cell value}),ISNUMBER(SEARCH("SELLABLE",'Inventory'!$F$4:$F$5001)),'Inventory'!$G$4:$G$5001)

any help greatly appreciated,

ash
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
codeitemstock
1phonea23
2phoneb28
3phonec21
4phoned19
5phonea24
6phoneb26
7phonec28
8phoned30
9phonee10
10phonea15phonea62
224phoneb54
phonec49
phoned49
phonee10
224
is this what you want to end up with

<colgroup><col width="64" span="11" style="width:48pt"> </colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,226
Messages
6,123,734
Members
449,116
Latest member
alexlomt

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