Urgent method required to achieve the desired goal in pivot table using following data

Achyuth

New Member
Joined
Aug 13, 2021
Messages
8
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
Below is my data which I am able to achieve using this formula.
=SUBSTITUTE(TRIM(SUBSTITUTE(CONCAT(IF(MID(","&A2&",",ROW(INDIRECT("1:"&LEN(A2)+1)),1)=",",IF(ISERROR(SEARCH(MID(","&A2&",",ROW(INDIRECT("1:"&LEN(A2)+1)),FIND(",",","&A2&",",ROW(INDIRECT("2:"&LEN(A2)+2)))-ROW(INDIRECT("1:"&LEN(A2)+1))+1),","&B2&",")),MID(","&A2&",",ROW(INDIRECT("1:"&LEN(A2)+1)),FIND(",",","&A2&",",ROW(INDIRECT("2:"&LEN(A2)+2)))-ROW(INDIRECT("1:"&LEN(A2)+1))+1),""),"")),","," "))," ",",")

on column C.

Now my question is how do I check for occurrence of top 50% of numbers under column C for each person on column D.

Data 1Data 2OutputName
1, 2, 3, 4, 51, 23,4,5Person 1
1, 3, 46, 71,3,4Person 2
1, 3, 4, 5, 85, 101,3,4,5,8Person 3
2, 5, 6, 71,3,4,6,82,5,6,7Person 4
6, 8, 9, 06, 9, 08Person 1
1, 4, 5, 6, 7, 01, 3, 5, 64,7,0Person 2
3, 5, 7, 95, 7, 93,5Person 3
2, 6, 8, 02, 56,8,0Person 4
1, 4, 5, 7, 24, 7, 21,4,5Person 1
9, 7, 5, 4, 19, 7, 15,4Person 2
3, 4, 5, 6, 73, 6, 74,5Person 3
3, 6, 8, 0, 13, 0, 16,8Person 4
1, 4, 51, 45Person 1
1, 221,2Person 2
5, 6, 76, 75,6Person 3
4, 8, 08, 04,8Person 4

Desired output using pivot

Person 14,5
Person 24,1
Person 35, 3,4
Person 48, 6

Can I use calculate field to achieve this, if yes what formula should i be using, since it contains both number and text or combination of both.

Thanks for all the help earlier.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,214,798
Messages
6,121,635
Members
449,043
Latest member
farhansadik

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