Georgiboy
Well-known Member
- Joined
- Nov 7, 2008
- Messages
- 1,501
- Office Version
- 365
- 2016
- Platform
- Windows
Hi all,
My first thread here i think..
I have been trying to get my head around how to do something with the new 365 functions, below i have used a seperate unique formula to generate a list of unique values from column A and then another formula to then use this unique list to populate a texjoin - filter formula.
Below is the two working together:
My question is: Is there a way to combine them both into one spill formula using something like HSTACK?
I want to learn how to use the unique list within the same formula it was created to pull out uniques and then process further with those uniques.
Sorry if this is easy, i have fried my brain today as i usually do everything with VBA but i am trying to broaden my knowledge.
Thanks for any advice offered
My first thread here i think..
I have been trying to get my head around how to do something with the new 365 functions, below i have used a seperate unique formula to generate a list of unique values from column A and then another formula to then use this unique list to populate a texjoin - filter formula.
Below is the two working together:
Cell Formulas | ||
---|---|---|
Range | Formula | |
D1:D6 | D1 | =UNIQUE(A1:A9) |
E1:E6 | E1 | =TEXTJOIN(", ",TRUE,FILTER(B1:B9,A1:A9=D1)) |
Dynamic array formulas. |
My question is: Is there a way to combine them both into one spill formula using something like HSTACK?
I want to learn how to use the unique list within the same formula it was created to pull out uniques and then process further with those uniques.
Sorry if this is easy, i have fried my brain today as i usually do everything with VBA but i am trying to broaden my knowledge.
Thanks for any advice offered