VBA learner ITG
Active Member
- Joined
- Apr 18, 2017
- Messages
- 272
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi all,
I need your guidance if possible on how to amend the below array formula?
=TEXTJOIN("/", TRUE, IF(MATCH(AN4:AN23, AN4:AN23, 0)=MATCH(ROW(AN4:AN23), ROW(AN4:AN23)), AN4:AN23, ""))
Currently it adds the "/" as a pefix to the end of all values but i need this removing so it shows like the below format.
Example 1 unique value only:
80g
Example 2
80g/90g
I need your guidance if possible on how to amend the below array formula?
=TEXTJOIN("/", TRUE, IF(MATCH(AN4:AN23, AN4:AN23, 0)=MATCH(ROW(AN4:AN23), ROW(AN4:AN23)), AN4:AN23, ""))
Currently it adds the "/" as a pefix to the end of all values but i need this removing so it shows like the below format.
Example 1 unique value only:
80g
Example 2
80g/90g