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)
Date Report Partner CBO Name 01/12/25 Children's org 05/15/25 Foodbank 08/30/25 Children's org 09/11/25 Chamber 11/25/25 Digital Bus 08/21/24 Digital Bus South 01/15/26 Children's org 01/12/24 Foodbank Sister 02/15/24 For the children org 07/01/26 Digital Bus #2 08/05/26 Family Center 12/01/26 Family Center I am trying to…
I am trying to get the passenger count per month per year, and I can't seem to get the formula correct. I need to add the number of passengers for each month per year. If anyone could assist me with this, I would greatly appreciate it. Thanks!
I need to edit a large sheet that has a lot of predecessors. I need to delete one row and move another. when I make the changes the predecessors for proceeding lines are not correctly displaying the dates correctly. Need help.