- Creating an At Risk Formula
Hello Community, I am trying to create a formula that will create a flag if the tasks are not marked as Completed in the check box column and the Due Date is within the next 3 days. I've made several attempts at using an IF/AND formula, but can't seem to get it to work properly. Any assistance you can provide would be…
- Cannot transfer sheet ownership
I am trying to transfer sheet ownership to an existing collaborator who is already an Admin. This message appears "This user cannot accept ownership at this time. Please retain your ownership or select a different user." Any ideas why this can't be done?
- Two part formula question.
I am trying to count the numbers of cells that have a checked box and have a date within two cells for a training tracking sheet. I am trying to track who has completed assigned training only. I don't want to count the date if it wasn't required. I would like to do it for each row (each employee) and for each column (each…
- Using nested MATCH/INDEX across multiple columns
Hi, I'm using two sheets to track the distribution of transportation gift cards, one will be a master list of the cards and the other is a webform tracker that distribution partners use to log who receives cards. I want the master list to check off each card given out after it is logged into the tracker, however each…
- Mass producing Dashboard with web content widgets
hello everyone, I created a dashboard to act as a huddle board for the business meetings and we will need about 100 different dashboards but dont want an update on one board to impact the other boards. We used web content widgets and when we "save as new" to make a copy - we are having to go in with the unique publishing…
- Using a formula to count numbers of projects assigned to an employee and at what stage its at.
Hello! I've created a sheet to pull metrics from for some charts I need to make and I'm trying to create a formula that counts the number of projects that are assigned to each employee and its progress level. I more or less understand the first part of the formula counting the assigned projects, but I'm stuck on how to get…
- Bulk Removal of Users
Hello, Just wanting to check if there's a way of bulk removing of Smartsheet users? I know you can bulk upload contacts/users into Smartsheet but need to know if you can do the same by removing. The reason for this is to avoid a long winded manual audit. In addition, is there a way of linking your Smartsheet account users…
- How can I create a chart on the dashboard with multiple lines showing trends?
I have a sheet below that will be updated every month. The goal is to see trends throughout the month. There will be separate charts for the last 2 columns (Claims and $ Value). What my thinking is having Month on the Horizontal Axis and Claims or $ Value on the Vertical Axis. There will be 22 lines, each representing a…
- 支持Response Time
I created a ticket nearly a week ago and despite chasing in the support portal, zero, zip, nada response. Anyone else having this problem, despite being a paid up, registered user?
- JOIN DISTINCT COLLECT or JOIN INDEX COLLECT w/ Multi Dropdown List
Hi, I want to return the "Assigned to" contact for the "Assignee Role(s)" selected in a multi-select dropdown list. Here are the formulas I've tried so far: JOIN(DISTINCT(COLLECT({Project Settings - Team Members}, {Project Settings - Contact Role}, CONTAINS([Assignee Role]@row, @cell))), ", ")) JOIN(INDEX(COLLECT({Project…