forginganewone
Board Regular
- Joined
- Mar 14, 2018
- Messages
- 64
[FONT="]This is the formula i am trying to get to work : =IF(COUNTA($L3)=1,"Delivered",IF(EDATE($I3,6)<=TODAY(),"Expired",IF((EDATE($I3,5))<TODAY()-30,"Near expiry","Pending")))[/FONT]
[FONT="]I just want to get this part to work fine : IF((EDATE($I3,5))<TODAY()-30,"Near expiry","Pending")[/FONT]
[FONT="]The cheque date is in I column.[/FONT]
[FONT="]Required : The cheques expire after 6months from their date. So i want it to start showing near expiry status if their last 30 days have started but show expired if today() is > edate(I3,6).
But if both of these above criteria are false and CountA($L3)=0 then show "pending"[/FONT]
[FONT="]I just want to get this part to work fine : IF((EDATE($I3,5))<TODAY()-30,"Near expiry","Pending")[/FONT]
[FONT="]The cheque date is in I column.[/FONT]
[FONT="]Required : The cheques expire after 6months from their date. So i want it to start showing near expiry status if their last 30 days have started but show expired if today() is > edate(I3,6).
But if both of these above criteria are false and CountA($L3)=0 then show "pending"[/FONT]