-
Access values stored in cell history
Hi guys, my idea here is to use the stored information in a cell value. Let's say that the first time this cell was changed is important to me and I want to store this value in a different column in my sheet. I would then use a formula to get this stored information, for example: =GETCELLHISTORY([info], [position]) info:…
-
Add URLs to other people's shared worksheets into Folders
Hi, I would like to be able to add links to other peoples' shared smartsheets into folders that I create but at the moment this is not possible. Scenario: As a manager, I receive lots of shares to my teams' smartsheets. Requirement: Store and organise links to all of these smartsheets in a number of different folders.…
-
Enhancement Request: TODAY() as default value in forms
Hi team, I find that it would be very useful to the user just to implement a way to set up the date of "today" into data fields of Smartsheet Forms and new entries in Dynamic view. In essence it would take today's date as default value. Upvote if you find this useful so it could be implemented
-
Allow a sheet to count how many rows are on a report
I would find it very useful to see how many rows are displayed on reports. We can see this on each report but the idea is that we want to have 1 sheet that can count how many rows are showing up on reports. If we had this ability it would give us a precise view of the amount of data we are dealing with at any given moment.
-
Smartsheet + OneNote
To avoid duplication of entry for those who prefer MS products more integration/automation between MS products like OneNote are necessary, especially for large teams or cross functional projects. Many teams use different tools to track notes and progress, this is becoming critical to our ability to continue to be able to…
-
Allow folders to be added as pages in WorkApps
It would be helpful when we want to share stuff like archives of meeting agendas, instead of having to share each individual sheet.
-
Editable Font Size and Colour for Data Labels on Charts
It would be helpful to have some control over the size and colour of data labels for charts. e.g. if your dashboard font sizing is consistently a smaller or larger size than the default for data labels, it looks untidy, often data labels appear too large on a chart as a result of the large default font size too.
-
Please enable integration wtih qTest report
For IT project management dashboards, it is important to be able to show testing metrics at a glance, rather than just pull a link or other. Please enable the use of an embed code from qTest into smartsheets.
-
Combine Contacts from multiple columns into a single cell
Allowing contact columns to be combined into a multi-select contact column would make team management and index sheets much more useful. If Columns 2 through 10 on my sheet are all contact columns, a formula like =Contact2@row + Contact3@row + Contact6@row should produce a multicontact cell, not a text cell. That would…
-
IFERROR Formula Should Catch INDEX() Returning #INVALID COLUMN NAME
Recently we noticed that when we have a function that looks like this: =IFERROR(INDEX(COLLECT(...), Index), "") If the Index value was 0 the result of INDEX() was an error (understandably) - #INVALID COLUMN NAME, however IFERROR() did not catch this as and error but was also returning #INVALID COLUMN NAME. This makes not…