Hi All!
I’m trying to calculate a formula for conditional formatting. I’m sure this is easy, but what I tried isn’t working. I already have a row that calculates # of days between dates (Today()-thisRow.[Trial Start Date]), but I want to color-code based on duration. For example, I want:
<45 days = green (thisRow.[Trial Duration]<45)
>45 and <90 days = yellow
>90 days = red (thisRow.[Trial Duration]>90)
I got the first and last ones pretty easily, but that middle/yellow one I just can’t figure out the formula.
Thanks!