-
Formula with multiple equations
I'm trying to convert a fairly simple formula from excel into one of sheets that has multiple equations in it and can't seem to find the one that works best. formula in excel would be =(B45*B46)+B45
-
Can I add something to color code for blank cells?
Hello, I am using the following formula to represent health color for individual rows: =IF([Start Date]40 > TODAY(), "Blue", IF(AND([% Complete]40 < 1, [End Date]40 < TODAY()), "Red", IF(COUNTIFS(CHILDREN(), "Red") > 0, "Yellow", "Green"))) This formula works well for what I need except that I use a template project sheet…
-
Applying Filter to Agenda
Hello all, I've been using Smartsheet for a few hours and i've been able to create in Gantt Mode without problem so far. The columns i've created allow me to filter tasks and help me read / correct / adjust the planning easily : Nice ! Now for the problem... The filters applied in Gantt Mode are effective in Agenda Mode…
-
Help with INDEX MATCH with duplicate unique identifiers
Hi Community, I am working with an INDEX MATCH formula to return content from another sheet; however, for each unique value, there are 4 duplicates. For example, an associate completed 4 learning events all attached to the same cohort name. Records are displayed as: Associate 123456, Cohort 1, Learning Event 1 Associate…
-
Live Data Search Feature Request
Good afternoon, Would it be possible to create a product that allows users to do a live search on sheets and even possibly aggregate data from multiple sheets to produce given search results. I have already built this through a customized application internally but users are asking to have this capability. Thanks, AJ
-
When saving as a Template do the shared filters carry into a new sheet created from the template?
I have tried this several times but the filters I create before saving as a template do not appear in the derived sheet. The check box above leads me to believe the filters should be in the template.
-
Calculating average difference in dates between two columns
Hi I am trying to find the average time to complete a task without adding additional columns in my sheet. I would like to set it up in the sheet summary for easy reporting. In excel I would use the following formula. If a cell is blank the row will not be calculated as part of the average.…
-
Max number of rows on a dashboard
I have a dashboard with 185 rows that I have added to a Dashboard. I don't want users to be able to click on it to view the full report, however Smartsheet seems to be limiting the number of rows that can be viewed via the Dashboard. Is there a way to increase the number of rows viewable on the dashboard? If not, is there…
-
Intake Requests Without Form
I am trying to see if there is a way to create rows via email without having our employees use a form. We are currently receiving a large amount of requests from our branch personnel to our corporate office. These are specific requests for a specific department. The requests are currently coming into our Jira help-desk via…
-
COUNTIFS with Due Date and Status
Hi! I've been trying to use a COUNTIFS formula to determine how many projects are 5 days out from the due date, as well as, which projects are either blank or In Progress. I definitely don't have the formula formatted correctly so it is not working. Any help you can provide is greatly appreciated!