Need unique data line
Hi team,
I have multiple duplicate date rows in my tracker but i need a single line for each date.. how's possible ?
need single line for like below
27-oct-2020 : CTMC-RC2/2015/WPTA/201400772K
13-feb-2021 : CTMC-RC2/BLP/2017/WPTA/201400772K
Answers
-
Hi @Yashwant Singh
Hope you are fine, please try the following formula:
=JOIN(DISTINCT(COLLECT(Code:Code, Date:Date, [Unique Date]@row)))
the following screenshot shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi @Bassam Khalil ,
all good at my end...thanks.!! hope also the same at your end ..
you can find unique value but how can i add unique rows in my summary / report page.
actually working on a dashboard, I have some data in which data rows are duplicate (shared image to you), and create report only for 1 single row data..
-
Please add a copy of your sheet or a screenshot (after removing or replacing any sensitive information). This will make it easier for me to provide the appropriate answer to your question.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Please check below.. based on CITQ Date and CITQ Query, need only one row for each query..
-
Did you have in your sheet the "created date" Or "modified date" column?
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
no "created date" Or "modified date" column
-
you can use the following formula and change the index row number to collect the DISTINCT value from each group:
1- Create a helper column contain series of numbers from 1 to "the number of the unique values you have "10 for example".
use the following formula for each column
CITQ-Unique =IFERROR(INDEX(DISTINCT([CITQ Query]:[CITQ Query]), series@row), "")
CITQ Query-Unique =IFERROR(INDEX(DISTINCT(CITQ:CITQ), series@row), "")
the following screenshot shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!