Dynamic numbering of feature list
I have a feature list that has a number associated with each of them (by row). I'd like to be able to reorder the list as I get input on their priority and have the number associated with it dynamically update. For example, if #5 moves ahead of #3, I'd like #5 to be #3 and the others below to reorder too.
Best Answer
-
You can insert a text/number column and use this column formula...
=MATCH([Idea Name]@row, [Idea Name]:[Idea Name], 0)
Answers
-
Can you provide a screenshot of what you are working with?
-
Here is an example. I'd like to be able to move a feature/idea up or down based on customer feedback and have the order adjust accordingly. For example if I moved feature C ahead of Feature A, then Feature C would have 1 ranking and Feature A would have 2.
-
You can insert a text/number column and use this column formula...
=MATCH([Idea Name]@row, [Idea Name]:[Idea Name], 0)
-
This works just like I needed. Thank you so much. I had a ProDesk Session and they weren't able to find a solution for this one. Much appreciated.
-
They may have just been missing the fact that you are essentially replicating the row number. We aren't trying to re-order the numbers, and your number 1 starts on row 1. Replicating row numbers isn't what you are trying to do, but because of how your data is laid out it just happens to work.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!