-
Formula for Max Value and Row Name
Hello - I am trying to pull in the max value of column A and the name(s) associated with that value. I am trying to use the following formula to pull in the max value and taking into consideration there could be multiples of the max value: =LARGE(DISTINCT([B]$1:[B]$7), #) And then I would like to show the value(s) in…
-
Creating a custom number formula with conditions
Hello! I am trying to create a formula in which a row is automatically assigned the next number in a series if the progress column blank, "Not started," "Processing," or "Equipment checked out." If the progress column is something else ("Wait list," "Completed, Equipment returned," or "Completed, No response"), then no…
-
Countif Help Getting #Invalid Operation
I have two columns of data. In one column I have a formula that looks for Ownership Changes (=COUNTIF([Service Request Record Type]:[Service Request Record Type], "Ownership Changes") In another column I have a formula that is looking for Management Company Change Requests (=COUNTIF([Billing Request]:[Billing Request],…
-
#DIVIDE BY ZERO Error
Hello - I get this #DIVIDE BY ZERO error when I try to take the average on multiple criterias. Here is my formula: =AVG(COLLECT([Target Date Variance]:[Target Date Variance], [Design Team]:[Design Team], "Experience Design", [Design Team]:[Design Team], "Prism Core", [Design Team]:[Design Team], "Platform Vertical")) I…
-
How can I average two count totals on reports?
Hello! I have two reports: Report 1 has the total count of tasks. Report 2 has the total count of sub-tasks. How can I automatically calculate the average number of subtasks per task (number of sub-tasks/number of tasks) from these reports? I know that reports can't pull in ifnormation from other reports, so I'm not quite…
-
Formula to show Current Status of Project Approval
Not sure if this would be accomplished easier with a Formula or with a Update Cell Workflow. We have a Projects Smartsheet that have 4 different Reviewers that need to approve. I'm looking to add another column for Reporting purposes that will show what approval step each project is on. For example, based off my attached…
-
Flag Duplicate
Hi I have a smartsheet that is essentially setup like this: Start Date End Date Start Time End Time Equipment 10/01/2021 10/01/2021 08:00 10:00 Shovel #1 10/01/2021 10/02/2021 07:00 11:00 Shovel #1 How can I flag for duplicate of the equipment? Essentially, if a row is entered and the same Equipment is being used during…
-
Is there a formula or function that allows text to be removed and replaced elsewhere on the Sheet?
Hard to explain just in the question box. We have a staffing schedule for our company which allows us to see who is currently on jobs and who is coming up for availability for an upcoming job. We are trying to figure out if there is a type of formula or function that would allow us to type an employees name in next to the…
-
Percent complete when using date & checkbox field types
I have a task sheet that lists 7 items per row that need to be completed. I would like to calculate the percent complete of these tasks, but am running into trouble with my formula. I have 4 checkbox columns, and 3 date columns. I may not use the check or a date in each, some will have "NA" or text, depending on the…
-
Workday Function Counting Holidays on Another Sheet
Trying to make a function where it counts holidays referenced on another sheet. The formula I am using is =WORKDAY([Test Out Date]@row, 30, {Reference Sheet Column Location}) and I am getting an "Invalid Data Type" error Any idea what I need to do? I dont want to include my holidays on the same sheet cause it messes up…