Thanks for responding - I was in the middle of 10 different things and accidently hit the submit versus preview, then got side-tracked again.
My spreadhseet is A1:Y190 setup as a table and will grow in rows.
I included some of the columns in the initial post along with the formulas.
I am trying to make the column A rows change based upon how the data is entered and was trying formulas; however, have ran into limitations and was thinking VBA could help; however, I'm not sure how to create code in VBA and would appreciate some help:
If Membership Type(G) = "BRB":
Looking at columns L,M,N,O as all = "Y", Not expired(K), Pending(S) <> "pending" and Cancelled(U) = "N" then display "ACTIVE".
If LMNO have "N" in any of the columns with the above criteria, then display "WARNING".
Regardless of the above:
If Expired(K), then display "EXPIRED"
If Pending(S), then display "PENDING"
If Cancelled(U), then display "INACTIVE"
If Membership Type(G) <> "BRB", but equal to "F&HCIC", "GO", "MBC", "MVIC" or "WHBC":
Looking at columns L,M,N as all = "Y", O="N", Not expired(K), Pending(S) <> "pending" and Cancelled(U) = "N" then display "ACTIVE".
If L,M,N have "N" in any of the columns with the above criteria, then display "WARNING".
Regardless of the above:
If Expired(K), then display "EXPIRED"
If Pending(S), then display "PENDING"
If Cancelled(U), then display "INACTIVE"