-
How to Sum Across Multiple Sheets?
Hi, I have six sheets with an identical setup. I want to be able to summarize how much Effort each person has been assigned for all the sheets. For example, Bugs Bunny may have 12 hours assigned in Sheet 1, 4 hours in Sheet 3, and 24 in Sheet 5 for a grand total of 40. I want to be able to summarize total Effort for each…
-
Sumifs That Excludes Parents
Hello, I am working on an ever expanding project timeline that has 100's of parent tasks that flow into potentially up to 10+ levels of parent tasks, with children tasks at every level. Given the granularity of the task management and the timeline being outwardly facing, "=sum(children())" is used on every parent task to…
-
Upvote Function / Brainstorming Layout
Does anyone have a template or is there a video that shows how to create a sheet that has an "upvote" or "voting" function of any type? Ideally what I'm looking for is a way to have different product ideas listed out and then allow for our team to vote on which items they like the most.
-
How to use Smartsheet for event planning
Hey there, I'm working with a group to start using Smartsheet for event planning and looking for recommendations on how to set something up for a workback from the event date for task tracking. Just looking to see how other people set up their sheets so I can potentially streamline what I'm doing. Thanks!
-
Using the same field across different forms in one sheet
Hi there, I'm working to build a request management system using forms where requestors will simply see a dashboard with icons/text and can select the type of request they need to submit. Since each request is quite different and I want to track the different types of requests, I'd like to list "Request Type" in each of…
-
Can I conditionally format a cell if it contains text from a range consisting of multiple rows?
I have a column containing text (multiselect drop down) that I would like to eventually conditionally format based on the presence of matching text from cells in a range made of multiple rows. Here is fictitious data in an excel format for simplicity. Sheet 1 Range 1 (Column C) contains the data I want to format based on…
-
User Management removing someone from plan improvement request
When you remove a user from your company enterprise plan it would be fantastic if that would trigger the option to remove them from groups they are in and shared to items all in simultaneous steps. Our IT team removes them from plan however they are not checking the other options and it creates more cleanup now for group…
-
Merged: My charts randomly errored out, but I haven't touched the metrics that feed them
This discussion has been merged.
-
Hi, what is the best formula to collect a text in a range of column and return it into main column?
-
CONTAINS not finding match in second sheet
Looking to create a count of the number of times a name appears. in another sheets column. I keep getting a false result. =IF(CONTAINS({EE Schedule Range 3}, {EE Schedule Range 2}), "Yes", "No") Range 3 is with in Range 2 on second sheet. For this example Range 2 is a list of names and Range 3 is one of the cells in that…