Matching entries in 2 columns - exported document

virtuosok

Board Regular
Joined
Sep 2, 2020
Messages
209
Office Version
  1. 365
Platform
  1. Windows
Hi,
I have an export from external database and am trying to create a dashboard (or a pivot table) with the following results:
Individual subject ID (output from column B) - and their compliance (output from column V). Subject IDs are noted multiple times whereas their compliance is only noted once, whenever there's a specific condition in column C.
Capture.PNG


This is likely a formatting issue (i.e. compliance is a text entry; subject ID starts with two leading zeros but it can be just one, i.e. 0123). Either way, I am unable to run workable pivot tables or set up a formula to create output in question. We're talking about ~150 subjects. How can I address this case please? I'd like to avoid helper columns as much as possible on the original worksheet, but it's ok to create them on a separate sheet. So that whenever source sheet gets changed, so does the output.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
I did found a way to concatenate the output via pivot table measure + formula
Excel Formula:
=CONCATENATEX(Table1,Table1[Code],", ")
...but it is associated with a lot of commas and as such, is suboptimal.
 
Upvote 0

Forum statistics

Threads
1,213,567
Messages
6,114,342
Members
448,570
Latest member
rik81h

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