HELLO! I have been wracking my brain trying to figure out how to make this seemingly easy function work and keep hitting dead ends.
Basically, I have a list of schools we manage, and I need to assign a phase number to them as new projects are created. The problem is, they are not submitted in order, and we have about 230 schools.
I need to be able to count how many times prior this school has had a project created so I can keep track of what phase number we are on. I have a sheet where all incoming projects are being submitted via Paperform, and another “Master” sheet with the school name linked to the incoming projects school name. Every possible option I’ve been able to come up with changes every answer within the column and I need each row to be “set”, if that makes sense.
An example of how projects are submitted and what their phase number would be:
School Phase
Cooper - 1
Roosevelt - 1
Washington - 1
Cooper - 2
Cooper - 3
Lincoln - 1
Roosevelt - 2
Also if it helps, this is the formula I was using in Google sheets to make this automatic count happen:
=COUNTIF(B$2:B2,B2) Each time a new school came in I would drag the formula down to the next row.
Column B in sheet 2 is referring to our master list of school names.
I’ll be happy to answer any questions to clarify what I’m trying to do! Just reeeeally need to get this figured out if its at all possible. Thanks!
