Discussion List
Returning Multiple Rows Matching the Same Value and Skipping Rows that Don't
Below is what I'm trying to do and I hope someone can help me figure out the best way to do this. Here is my source sheet, Proposals: I would like a formula to look for any "Won" values from the Status column in the source sheet and return them into the Project Name column of my destination sheet (below). I would like the…
Format Painter for Summary Fields
It would be amazing to have the format painter be available for Summary Fields. It is incredibly cumbersome to format each individual summary field when you are creating many that should be formatted to the same number type, decimal places, etc.
The ghost of Smartsheet Present paid my team a visit today
Workspace Panel - Default to Folder rather than Workspace
For the new Workspace Panel feature, if it could default to the current folder (within a Workspace) rather than the entire workspace, this would allow for easier navigation between related objects (objects for a single project within a common toolkit). This would default to a relevent group of resources, rather than a…
Moved: Workspace Panel - Default to Folder rather than Workspace
This discussion has been moved.
Add Device ID provisioning to AzureAD (EntraID) on smartphone apps
The device ID is not handed over from the smartphone apps (Android and IOS) to AzureAD while logon. This would be great to ensure if the device is managed and compliant to enable the logon to the app. It would also help to create a conditional access policy, to block an app logon from unknown devices to increase the…
Best way to get rows hidden on report, then dashboard
Greetings SS Gurus - please forgive any repeat query here, I did try to find this answer in the archives already (promise!). I am wanting to HIDE (but keep) rows (tasks) when I complete one and mark the Status column "complete." And then I want my reports and dashboards to update accordingly and not show those rows. So two…
Capture column data
I am working on a construction plan set revision tracker where we are trying to capture dates for different revisions. There are 5 different revision types, and I have created a helper column to join the three items I want to capture. The problem is once I change the Revision drop down type, my information gets wiped out…
Possible to integrate Veeva Systems / Promo Mats with Smartsheet?
Hello all, Does anyone know if it is possible to integrate Smartsheet with Veeva? Thanks in advance! Best, Cassie
If Contains Contact Cell
I am trying to write what seems like a basic formula, but I'm not getting the expected result. I would like to reference a Contact Cell column with an If(Contains) formula. The basic formula I have written looks like this: If(Contains("John Smith", [Received By]@row), 1, 2). The result is always returning false ("2") even…