FreddieITA91
New Member
- Joined
- May 30, 2024
- Messages
- 4
- Office Version
- 2019
- Platform
- Windows
Hi all,
I have a Gaant Chart where i set daily activities details.
In C column for each row have formula that collect weeknum from row1, corresponding every no-empty cell for that row.
matrix formula in Cx:
As you see, this matrix formula collect all values, even duplicates.
I should collect unique values, but i have not UNIQUE function on my excel version. How can i solve this?
for example, in C4 expected "WK#22, WK#23" only values
I have a Gaant Chart where i set daily activities details.
In C column for each row have formula that collect weeknum from row1, corresponding every no-empty cell for that row.
matrix formula in Cx:
VBA Code:
=TEXTJOIN(", ", TRUE, IF(F4:AAE4<>"", F$1:AAE$1,""))
As you see, this matrix formula collect all values, even duplicates.
I should collect unique values, but i have not UNIQUE function on my excel version. How can i solve this?
for example, in C4 expected "WK#22, WK#23" only values