hi !
I need your help please.
I cannot figure out what is the problem on my what if statements
I entered the date 16 Jan 2023 and it says about to expire which should be expire since the date today is 16 Jan 2023
=IF(ISBLANK(I2),"Not Done",IF(I2<TODAY(),"Expired",IF(I2<=TODAY()+30,"About to Expire","Valid")))
Thank you
Bookmarks