-
Form columns update other form column
Dear reader, We have developed various forms (per service) to map the use of our services by our customers (Non Smartsheet User). The customer must enter his company name on every form, but this is not desirable if a customer submits all different forms at the same time. Is there a possibility to develop one form where the…
-
Jira gadget import to dashboard?
Hello, Is there a way to iframe or embedd an Jira gadget into Smartsheet Dashboard? For example, we'd like to import the sprint velocity gadget into Smartsheet instead of creating it from Smartsheet datasheet.
-
If/Then type formula
I have three percentages that are fed in a sheet summary. I can write this formula in the same sheet summary so there is no reason for cross sheet references. I need to write a formula that calculates the median of the three percentages. The only issue is that some of the percentages based upon the goals are beyond 100%.…
-
Moving multiple widgets in a dashboard
I would like to move multiple widgets at one time on a dashboard. Is there a way to do this?
-
Color item no longer representing on dashboard
I have a sheet where a person sets project status. They can choose Green, Yellow, Red, Grey or Blue. Since Smartsheet cannot handle 5 color lights, I do the following. The person can set G, Y, R or Grey directly. If their project is launched (blue), then instead they check a box indicating it it has launched. I have a…
-
Customer Facing Dashboard
Hello We are starting to use Smartsheet on customer facing software implementation and want to leverage the use of dashboards as a customer 'hub'. Does anyone have any examples of customer facing dashboards that you use specifically for software implementation that you would be willing to share (feel free to block out…
-
Resizing Sight To Eliminate Blank Space
Hello, I'm having an issue with a sight where there is blank space at the bottom of the sight which will not go away. This looks ok when using the sight in smartsheet, but when it's embedded in another application using an iframe, it leaves some space. That means the height of the frame has to be large enough to span the…
-
Looking for an automated way to Pareto Dashboard data in a Chart Widget from a Report
I have large datasets with various records that have spikes and some that have only a few occurrences. Right now I have things structured in a main sheet where all the data is entered, then a summary sheet with the potential values (which need to be manually maintained to some degree) with a VLOOKUP formula to count the…
-
SUMIFS I think?
I am trying to count a total number of employees in a multi-select drop down and also only count those employees if they attended meetings in November, December, January, Etc. All of this data is absorbed via a form. My current formula is: =SUMIFS([Employees at meeting]:[Employees at meeting], >1, Date:Date, AND(@cell >=…
-
Pulling data from one sheet to another
I am currently in the process of creating a dashboard. I was originally planning to use cellular formulas to pull this data. The original formula I was using is: =COUNTIFS({JBO Type}, "Overhead", {Date}, IFERROR(MONTH(@cell), "") = 11) However, this formula is returning an improper total, it reads "24" when it should be…