#37 — Replace Duplicate Items with The Specified Text

Problem description & analysis:

In the Excel table below, the 1st column contains sequence numbers and the 2nd column has duplicate values.

Task: Record the value appearing for the first time in the 2nd column and replace its duplicates with th…


This content originally appeared on DEV Community and was authored by Judith-Excel-Sharing

Problem description & analysis:

In the Excel table below, the 1st column contains sequence numbers and the 2nd column has duplicate values.

original table

Task: Record the value appearing for the first time in the 2nd column and replace its duplicates with the string "cont.".

desired table

Solution:

Use SPL XLL to enter the following formula:

=spl("=((d=E(?))\d.group@1(Date)).(Date=$[cont.]),d",A1:B8)

As shown in the picture below:

result table with code entered
Explanation:

E() function converts the data range to a two-dimensional table. group@1 groups rows and retrieves the 1st row of each group. The operator \ finds the difference of two sets.


This content originally appeared on DEV Community and was authored by Judith-Excel-Sharing


Print Share Comment Cite Upload Translate Updates
APA

Judith-Excel-Sharing | Sciencx (2024-08-01T03:45:47+00:00) #37 — Replace Duplicate Items with The Specified Text. Retrieved from https://www.scien.cx/2024/08/01/37-replace-duplicate-items-with-the-specified-text/

MLA
" » #37 — Replace Duplicate Items with The Specified Text." Judith-Excel-Sharing | Sciencx - Thursday August 1, 2024, https://www.scien.cx/2024/08/01/37-replace-duplicate-items-with-the-specified-text/
HARVARD
Judith-Excel-Sharing | Sciencx Thursday August 1, 2024 » #37 — Replace Duplicate Items with The Specified Text., viewed ,<https://www.scien.cx/2024/08/01/37-replace-duplicate-items-with-the-specified-text/>
VANCOUVER
Judith-Excel-Sharing | Sciencx - » #37 — Replace Duplicate Items with The Specified Text. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/01/37-replace-duplicate-items-with-the-specified-text/
CHICAGO
" » #37 — Replace Duplicate Items with The Specified Text." Judith-Excel-Sharing | Sciencx - Accessed . https://www.scien.cx/2024/08/01/37-replace-duplicate-items-with-the-specified-text/
IEEE
" » #37 — Replace Duplicate Items with The Specified Text." Judith-Excel-Sharing | Sciencx [Online]. Available: https://www.scien.cx/2024/08/01/37-replace-duplicate-items-with-the-specified-text/. [Accessed: ]
rf:citation
» #37 — Replace Duplicate Items with The Specified Text | Judith-Excel-Sharing | Sciencx | https://www.scien.cx/2024/08/01/37-replace-duplicate-items-with-the-specified-text/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.