Need to get a total from an array based on corresponding comma separated cells

TheEncourager

New Member
Joined
Jun 23, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I need to get a total based on a value in a set of comma separated cells:

1624432144820.png


So I would need the total from column B of cells that have the desired week (say W27) in column A. Is there any formula that can help achieve this?


Thanks in advance!!
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi & welcome to MrExcel.
How about
+Fluff 1.xlsm
AB
1
2W28;W29;1
3W1;1
4W27;W28;W11;0.5
5
6
7
8W270.5
9W281.5
10W11
Main
Cell Formulas
RangeFormula
B8:B10B8=SUMIFS($B$2:$B$4,$A$2:$A$4,"*"&A8&";*")
 
Upvote 0

Forum statistics

Threads
1,215,650
Messages
6,126,019
Members
449,280
Latest member
Miahr

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