Good Afternoon
I have an Array formula that I am using. The problem is that, while it accurately displays the name of the item I'm looking for, it does not removing duplicate values. I would like it to display a list of projects allocated to Each employee but also which Regions the project falls within. Below is an example as well as the formula being used
Formula:=(INDEX($D$2:$D$10,SMALL(IF(($E$2=$B$2:$B$10),MATCH(ROW($B$2:$B$10),ROW($B$2:$B$10)),""),ROWS($A$2:A2))))
Any help will be appreciated.
PS. I have tried the Unique formula but not sure if im using it correctly
I have an Array formula that I am using. The problem is that, while it accurately displays the name of the item I'm looking for, it does not removing duplicate values. I would like it to display a list of projects allocated to Each employee but also which Regions the project falls within. Below is an example as well as the formula being used
Formula:=(INDEX($D$2:$D$10,SMALL(IF(($E$2=$B$2:$B$10),MATCH(ROW($B$2:$B$10),ROW($B$2:$B$10)),""),ROWS($A$2:A2))))
Employee | Project | Area | E | Formula | |
1 | Faghmi | Social Media SOP's | Bellville, South Africa | Faghmi | Bellville, South Africa |
2 | Faghmi | DA CCD Review | Mitchells Plain | Faghmi | Mitchells Plain |
3 | Faghmi | BoD Annual Review | Bellville, South Africa | Faghmi | Bellville, South Africa |
4 | Faghmi | Loans Fraud | Cape Town | Faghmi | Cape Town |
5 | Faghmi | Verifications | Grassy Park | Faghmi | Grassy Park |
6 | Faghmi | Documents use in Validation of POR | Diep River | Diep River | |
7 | Faghmi | KYC Risk Insight | Grassy Park | Grassy Park | |
8 | Faghmi | ITO Application Support Processes | Lotus River | Lotus River | |
9 | Faghmi | IT Procurement | Kuils River | Kuils River |
Any help will be appreciated.
PS. I have tried the Unique formula but not sure if im using it correctly