-
Formula Syntax Error
I am trying to convert a column to a formula, but I am getting the Syntax error and it doesn't convert. The formula appears to work when in the cell and when dragged down, just not when I made it a column formula. Could you let me know what is wrong with it? =IF(AND(ISERROR(Transmitted1), [Hours - Total Timecard Hours]1 =…
-
COUNTIFS formula troubleshooting - multiple criteria and checkboxes
Hi SmartSheets Community, I'm new to Smartsheet (but know some basic Excel), but am getting stumped on this formula. Can you advise what I'm doing wrong? I'm trying to create a formula that 1) counts either Red or Blue cells in another spreadsheet column (Other Sheet Range 1), and then 2) counts a checkmark (or no check…
-
How can I trigger an IF statement only once?
I have a column that is a single select drop down menu. We use this to keep track of who is responsible for that line as the project moves through our departments. A couple of the selections are outside our company. We want to record in a separate column who the outside contractor is. I am attempting to copy the name of…
-
Need assistance writing a formula for one column with two purposes
Hello! I am creating a budget sheet and I would like to have a formula that calculates BOTH: 1) SUM across several cells in a row when box is not checked AND 2) SUM down a column if box is checked. So far, I have been able to write a formula that calculates the SUM across several cells (and have added in a bit to return a…
-
countif
Hi, I would like to count the number of ">3 hours saved" using the countif function. However, it is not working. I am writing the formula as follows: =countif(range, ">3 hours saved") the same issue with "<1 hour saved". Apparently adding the < or > signs is affecting the formula. Any suggestions please? I should mention I…
-
IF statement help
Hello, I'm trying to write an IF statement that checks three cells to determine if the values are equal and excluded blank cells. Below are the scenarios: cell 1, cell 2, and cell 3 all have the same value (not blank) = Yes cell 1 and cell 2 have the same value (not blank) = Yes I thought I could use: =IF(OR([cell 1]@row =…
-
Issue with Embedded IF Statement
I am working on a training tracker and am struggling with a formula that, while long, seems fairly straightforward. The column is a checkbox. And should be marked off with a check if the row is deemed a "required training". I am having an issue with the first part of the formula (The bolded portion below). Basically, the…
-
Formulas are working in the grid but not on the cross reference
Has anyone had this issue before? I'm using a formula to extract the created time from the system generated crated time stamp using the formula below. =RIGHT(Created@row, FIND(" ", Created@row, 1) - 1) The time stamp is working well in the sheet but is adding a comma to the output when I try to cross reference it in…
-
Formula to tell me how many times a word shows up, but only for a specific Review Board
Here is what I need: Count how many times Strongly Agree shows up, but only when the Review Board is General Medicine TAG. I have this to give me the # of times Strongly Agree shows, how do I ensure I only get this for "General Medicine TAG": =COUNTIF({Survey Intake - TAG Post Survey Range 2}, HAS(@cell, "Strongly Agree"))
-
IFERROR Function
Hi Community, I'm having an issue incorporating an IFERROR function into my existing function which identifies the average of averages greater than 0. However, the formula runs into the divide by zero error which I hope to default to 0% in event of the error. Please see formula below where I need to incorporate the IFERROR…