August 24, 200520 yr Find number of days between two dates. (Got it) If days are greater that 15: Change color of 15 and greater to red. Can this be done in one calculation? IW
August 26, 200520 yr Let([x = Date2 - Date1; y = If(x < 15; x ; TextColor (x ; RGB ( 255 ; 0 ; 0 )))]; y)
Create an account or sign in to comment