Finding unique values from Column, then listing them in another sheet
Answers
-
Formula Update: =IFERROR(INDEX(DISTINCT(COLLECT({ONE Program Approved Change Requests Range 2}, {ONE Program Approved Change Requests Range 2}, AND(@cell <> "", ISNUMBER(IFERROR(VALUE(SUBSTITUTE(@cell, ".", "")), "A")))), [Row #]@row), ""))
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
Here is my new formula, I copied the wrong one, in my first message, my apologies.
=IFERROR(INDEX(DISTINCT(COLLECT({ONE Program Approved Change Requests Range 2}, {ONE Program Approved Change Requests Range 2}, AND(@cell <> "", ISNUMBER(IFERROR(VALUE(SUBSTITUTE(@cell, ".", "")), "A")))), [Row #]@row), ""))
Still get the same error.
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
I copied over the wrong formula, my apologies.
Here is the correct formula:
=IFERROR(INDEX(DISTINCT(COLLECT({ONE Program Approved Change Requests Range 2}, {ONE Program Approved Change Requests Range 2}, AND(@cell <> "", ISNUMBER(IFERROR(VALUE(SUBSTITUTE(@cell, ".", "")), "A")))), [Row #]@row), ""))
Still get the same error.
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
Sorry for the multiple posts, was having some connectivity issues.
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
Can you send screenshots of the 2 sheets?
As well as the cross sheet references you created.
-
Here are the screenshots, thanks for the help
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
Looks like I was missing a parentheses in my formula.
The below should be correct:
=IFERROR(INDEX(DISTINCT(COLLECT({ONE Program Approved Change Requests Range 2}, {ONE Program Approved Change Requests Range 2}, AND(@cell <> "", ISNUMBER(IFERROR(VALUE(SUBSTITUTE(@cell, ".", "")), "A"))))), [Row #]@row), "")
-
Yeah, that worked. I was pulling my hair our trying to see where I was missing something.
You are the best!
I have another question about the earlier date formula is there a way I can only display dates that are today or earlier?
here is the current formula: =IFERROR(INDEX(DISTINCT(COLLECT({ONE Program Change Request Backlog Range 1}, {ONE Program Change Request Backlog Range 1}, ISDATE(@cell))), [Row #]@row), "")
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
see below
=IFERROR(INDEX(DISTINCT(COLLECT({ONE Program Change Request Backlog Range 1}, {ONE Program Change Request Backlog Range 1}, AND(ISDATE(@cell), @cell <= TODAY()))), [Row #]@row), "")
-
I jumped the gun, when I put in the formula I get all blank cells.
=IFERROR(INDEX(DISTINCT(COLLECT({ONE Program Change Request Backlog Range 1}, {ONE Program Change Request Backlog Range 1}, AND(ISDATE(@cell), @cell <= TODAY()))), [Row #]@row), "")
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
You sure you have dates today and earlier?
Works great by me.
-
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
none of those dates are today or earlier
-
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
So if I want dates today or in the future, just change <= to >= correct?
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!