Forum Discussion

RobertoKartoredjo's avatar
RobertoKartoredjo
Copper Contributor
Aug 06, 2022
Solved

Return latest date for billing

I need a formula to help me with the billing process. I want it to help with if billing is YES of NO. Please see below excel example. Billing is YES if any equipment went to for inspection or wen...
  • HansVogelaar's avatar
    HansVogelaar
    Aug 06, 2022

    RobertoKartoredjo 

    Perhaps

     

    =IF(NETWORKDAYS.INTL(MAXIFS(A$1:A1,G$1:G1,G2),A2,IF(OR(WEEKDAY(A2)=7,WEEKDAY(MAXIFS(A$1:A1,G$1:G1,G2))=7),11,1))>5,"YES","NO")