Hello,
I am using the following formula in a priority column to maintain ranking number when filtering my sheet. I would like to apply this formula to the rows based on criteria in my "Open, Backlog, Closed" column. For instance, if a closed is selected for a row, i do not want the formula to apply to that row.
=COUNTIFS([Project Name]$1:[Project Name]@row, OR(@cell = "", @cell <> ""))
Any help would be appreciated.