How to know the order of tasks in card view for use in table view
Hi all,
i need to do some calculation in table view depending on the order of the tasks in card view.
Which formula or function returns the order number of the task in card view?
Thank you, Joachim
Answers
-
That would be the row number after sorting.
-
Thank you @Paul Newcome
in my smartsheet the order of the tasks will not change in the table view if I changed the order in the card view.
Is this working with your sheets?
How, with which formula do you get the rownumber in the table?
Best wishes, Joachim
-
You would have to sort your sheet to match the card view. Then the row number will reflect the appropriate order.
To output the row number into the sheet so that it is usable, you would insert an auto-number column (called "Auto") and then in a text/number column you would use this column formula:
=MATCH(Auto@row, Auto:Auto, 0)
-
Thank you @Paul Newcome , I will check this
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!