-
Re: COUNT(COLLECT) Status and Dates
@NickBlocker Hi, I would use a countifs instead of a count and collect. Try something like this: =COUNTIFS([Finish Date]:[Finish Date], AND(@cell >= DATE(2024, 1, 1), @cell <= DATE(2024, 12, 31…1 · -
Re: Multiple IF Statement giving an #UNPARSEABLE error.
@Matthew R I changed it to read as blank and moved the parenthesis; see if this one works =IF(ISBLANK([QTY 1]@row), "0", IF([QTY 1]@row = "1", "1246", IF([QTY 1]@row = &…1 · -
Re: COUNTIFS Error
@Julie Nelson Hi, Try using the @cell in your formula. =COUNTIF(Status:Status, @cell = "SI- Un...", [workover...]:[workover...], @cell= "Routine")1 · -
Re: IF/And Formula to Change Symbols
@TolerDo Hi, try something like this instead =IF(NOT(ISBLANK([Column4]@row)), IF(AND([Column4]@row >= 80, [Column4]@row < 100), "Yellow", IF([Column4]@row = 100, "Green", &q…1 · -
Re: Modification - URGENT
@JenaW You can set the sheet to trigger an update request after an approval, they'll be able to attached their pdf. Include the attachment field with the message1 ·