-
Using SUMIF with dates
Hello, I am tying to sum cells within a column that are greater than a specific date. Unfortunately, the current formula I am using isn't adding any of the cells that meet the date criteria. It only returns 0. Where did I go wrong? This is the formula I am using: =SUMIF([Order Date]:[Order Date], AND(@cell >= 2021, 1, 1,โฆ
-
Moved: Column order in charts
This discussion has been moved.
-
"Invalid Operation
Why am I getting and "Invalid Operation on a simple formula that I have used many times
-
Stuck with SumIF
Hi. Fairly new to smartsheets. I need to sum up by Month and customer name. I am getting an error message with the formula below. =SUMIF([Invoice Month]:[Invoice Month], "4 - APR", [Customer Name]:[Customer Name], "Amazon", [Invoice Total]:[Invoice Total]) Can someone help me fix the error? Thanks!
-
Rolling time period
I'm trying to create a report that will have a rolling time period covering some number of months. Let's say 4 months for the example. Column 1: Current Month Column 2: Last Month Column 3: 2 months ago Column 4: 3 months ago I'm trying to user a helper column with an if statement, basically saying: If [Date]@row is thisโฆ
-
How to count number of Past Due Tasks
I use the formula below to track my past due tasks : but it is not giving me the correct number currently my sheet does not have any late task according to my filter below : Which formula should I use to make it possible ?
-
How to Track Someone's Past due Task
Hi, I have tried to write down a formula at the sheet summary that tracks the number of past due tasks assigned to a specific person on my sheet but it is giving a #UNPARSEABLE error below is how I have done it : =COUNTIFS([Is Past Due?]:[Is Past Due?], "Yes", Status:Status, "In Progress", [Assigned To]:[Assigned To],โฆ
-
How to count the number of Flagged rows
Hi, I'm trying to count the number of rows on my sheet summary that are flagged on my sheet it seems my formula is not working it gives #INVALID DATA TYPE error Below is the formula : =COUNTIF(TBD:TBD, @cell) The name of the column is TBD as seen on the screenshot below :
-
What's wrong with my formula?
Something very obvious, I am sure: =COUNTIF({COVID Sick Testing Range 4}, CONTAINS("Positive Rapid", {COVID Sick Testing Range 4}), OR(CONTAINS("Positive PCR", {COVID Sick Testing Range 4}))) Trying to count all Covid-1 positive tests, referencing another sheet. Thanks!
-
Countif not working for entire column range
Hi, This was a formula that used to work and stopped working a few weeks ago - I've been troubleshooting and have found that if I select a range < 130 cells, the countif works (essentially counting how many of the cells there are in that column). But when I select a range larger than that or the entire column, I get anโฆ