Recent content by Wandy

  1. W

    nested if statement

    i have this issue if (C2="annual check") { if (D2<TODAY() print expired; else if (D2<=TODAY()+7 print expiring soon; else print ok; } else if (C2="monthly check") { if (D2<TODAY() print expired; else if (D2<=TODAY()+7 print expiring soon; else print ok; } i can work fine with...

Online statistics

Members online
1
Guests online
244
Total visitors
245

Forum statistics

Threads
465
Messages
2,060
Members
2,985
Latest member
mayloctongecm
Back
Top