wmichael
Board Regular
- Joined
- Aug 26, 2014
- Messages
- 113
- Office Version
- 365
- 2019
- 2007
- Platform
- Windows
- Mobile
Hello.
I use this formula to count unique text in a column and it works well:
=ArrayFormula(SUM(IF(FREQUENCY(IF(LEN(L4:L)>0,MATCH(L4:L,L4:L,0),""), IF(LEN(L4:L)>0,MATCH(L4:L,L4:L,0),""))>0,1))) resulting in 6.
But the cells in the column also contain the word "Sea" or "Freedom" followed by a city name. For example "Sea Miami" or "Freedom Michigan" and I want to count the unique text for each Sea and Freedom city as a concatenate formula- For example column L has, there are 4 Sea and 3 Freedom.
Sea Miami
Sea Tampa
Sea Boston
Sea Miami
Sea Miami
Freedom Michigan
Freedom Tampa
Freedom New Jersey
Freedom Tampa
Appreciate your suggestions- thank you, Michael
I use this formula to count unique text in a column and it works well:
=ArrayFormula(SUM(IF(FREQUENCY(IF(LEN(L4:L)>0,MATCH(L4:L,L4:L,0),""), IF(LEN(L4:L)>0,MATCH(L4:L,L4:L,0),""))>0,1))) resulting in 6.
But the cells in the column also contain the word "Sea" or "Freedom" followed by a city name. For example "Sea Miami" or "Freedom Michigan" and I want to count the unique text for each Sea and Freedom city as a concatenate formula- For example column L has, there are 4 Sea and 3 Freedom.
Sea Miami
Sea Tampa
Sea Boston
Sea Miami
Sea Miami
Freedom Michigan
Freedom Tampa
Freedom New Jersey
Freedom Tampa
Appreciate your suggestions- thank you, Michael