Hi, I have thousands of records that I need the capability to remove duplicate values in within a row. I need to identify the different type of designs a building has had from newest to oldest throughout the life of the building.
Here's an example of the input.
Here's how I would like the output to be.
Any advise is appreciated.
Thanks in advance.
Solved! Go to Solution.
One option:
@TB_Mylene
End up a length one since have to consider the columns names.
Hi, @TB_Mylene
A other way to filter the duplicate columns.
The Multi-Row Formula:
iif([Concat_Value]=[Row-1:Concat_Value],Null(),1)
********
If it helped you to solved, maybe you can accept it as a solution and give a like to answer. 😁
This solution worked perfect! Exactly what I needed to do. Thank you so much!
Thank you for this information.
This also worked! Thank you for showing me another way.
@TB_Mylene
Thank you for your feedback and gald it helps.