I am having trouble coming up with a formula to turn a cell in column A red if the date in column B is older than 30 days and column H is not "cancelled" or "closed". I'm using the formula below to count how many rows fit that criteria but I can't seem to translate it to the conditional formatting format
=COUNTIFS(H:H,"<>c*",B:B,"<"&TODAY()-30)