Array Formula

Msdtitus

New Member
Joined
Aug 31, 2010
Messages
38
Office Version
  1. 365
Platform
  1. Windows
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))))

EmployeeProjectAreaEFormula
1FaghmiSocial Media SOP'sBellville, South AfricaFaghmiBellville, South Africa
2FaghmiDA CCD ReviewMitchells PlainFaghmiMitchells Plain
3FaghmiBoD Annual ReviewBellville, South AfricaFaghmiBellville, South Africa
4FaghmiLoans FraudCape TownFaghmiCape Town
5FaghmiVerificationsGrassy ParkFaghmiGrassy Park
6FaghmiDocuments use in Validation of PORDiep RiverDiep River
7FaghmiKYC Risk InsightGrassy ParkGrassy Park
8FaghmiITO Application Support ProcessesLotus RiverLotus River
9FaghmiIT ProcurementKuils RiverKuils River

Any help will be appreciated.

PS. I have tried the Unique formula but not sure if im using it correctly
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
Office 365 for enterprise
 
Upvote 0
Thanks for that.
How about
Fluff.xlsm
ABCDEF
1EmployeeProjectAreaEFormula
21FaghmiSocial Media SOP'sBellville, South AfricaFaghmiBellville, South Africa
32FaghmiDA CCD ReviewMitchells PlainMitchells Plain
43FaghmiBoD Annual ReviewBellville, South AfricaCape Town
54FaghmiLoans FraudCape TownGrassy Park
65FaghmiVerificationsGrassy ParkDiep River
76FaghmiDocuments use in Validation of PORDiep RiverLotus River
87FaghmiKYC Risk InsightGrassy ParkKuils River
98FaghmiITO Application Support ProcessesLotus River
109FaghmiIT ProcurementKuils River
11
Data
Cell Formulas
RangeFormula
F2:F8F2=UNIQUE(FILTER(D2:D100,B2:B100=E2))
Dynamic array formulas.
 
Upvote 0
Thanks for that.
How about
Fluff.xlsm
ABCDEF
1EmployeeProjectAreaEFormula
21FaghmiSocial Media SOP'sBellville, South AfricaFaghmiBellville, South Africa
32FaghmiDA CCD ReviewMitchells PlainMitchells Plain
43FaghmiBoD Annual ReviewBellville, South AfricaCape Town
54FaghmiLoans FraudCape TownGrassy Park
65FaghmiVerificationsGrassy ParkDiep River
76FaghmiDocuments use in Validation of PORDiep RiverLotus River
87FaghmiKYC Risk InsightGrassy ParkKuils River
98FaghmiITO Application Support ProcessesLotus River
109FaghmiIT ProcurementKuils River
11
Data
Cell Formulas
RangeFormula
F2:F8F2=UNIQUE(FILTER(D2:D100,B2:B100=E2))
Dynamic array formulas.
Thanks. This works great! when i try and appy the formula with data thats sitting on another sheet over a bigger range (e.g D2:D1000) then it kicks out an error. any way I can avoid that?
 
Upvote 0
What error are you getting & what is the formula?
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,079
Members
449,094
Latest member
mystic19

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