Sign in to join the conversation:
Hi All
I am trying to get a formula working whereby if
Many thanks
Give this a try...
=IF(AND(Status@row <> "Complete", [End Date]@row >= TODAY(-3)), 1)
=IF(AND([End Date]@row <= TODAY() + 3, NOT(ISBLANK([End Date]@row)), OR(Status@row = "In Progress", Status@row = "Not Started")), 1, 0)
Broken down:
=IF(
3 Criteria AND statement
AND(
First criteria end date is within next three days or in the past
[End Date]@row <= TODAY() + 3,
Second criteria end date is not blank
NOT(ISBLANK([End Date]@row)),
Third criteria: opens or statement that returns a true if status is in progress or not started
OR(
Status@row = "In Progress",
Status@row = "Not Started")
),
Returns 1 if criteria is met, 0 if not.
1, 0)
Smartsheet Community - I AM STUMPED!! I am trying to do a crosssheet SUMIFS formula with 1 Column and 2 Rows of Data. I need to sum across {Weeks 1 to 104} Column to match : {Helper Column} = Baseline@row Vertical Rows {Month} needs to match Month@row, and Row {Year} needs to match Year@row I have tried SUMIFS, JOIN,…
Hello I am looking to create a Smartsheet formula that returns the following result: Column A "Created Date" - this column type is a Created date and show results with date and time Column B "Received Date" - this column would round up the "Created Date" and just show date, no time. If the "Created Date" was after 2:00pm…
Cant figure out why this is not working. It comes back NO MATCH. I have changed it to true and to 1. Nothing works. HELP