How to count same values from 1 Cell

mando_R3GTR

New Member
Joined
Jan 10, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have a file where in a certain tab I have a dropdown list with resources (cell J2) multiple selections and doubles are possible (picture 1), in another tab I need to exclude the doubles but result them in a count (%) when doubles occur and singles need to be added with a comma in between (picture 2)
 

Attachments

  • resources.PNG
    resources.PNG
    1.4 KB · Views: 8
  • resources goal.PNG
    resources goal.PNG
    1.7 KB · Views: 9

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Book1
AB
1xxxx,xxxx,xxxx,aaa,bbbxxxx[300%],aaa,bbb
Sheet7
Cell Formulas
RangeFormula
B1B1=LET(x,TEXTSPLIT(A1,","),TEXTJOIN(",",,MAP(UNIQUE(x,1),LAMBDA(y,LET(z,SUM(--(x=y)),IF(z=1,y,y&"["&z*100&"%]"))))))
 
Upvote 0
Solution

Forum statistics

Threads
1,214,626
Messages
6,120,602
Members
448,974
Latest member
ChristineC

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