Gliffix101
Board Regular
- Joined
- Apr 1, 2014
- Messages
- 81
Happy Monday! Hoping this is a quick and easy one for you all.
I have four fields:
Column AE: Order Status
Column AF: Order Status Date
Column AG: Billing Status
Column AH: Billing Status Date
I need to write a formula that returns the days between the Status Date and today IF the Order Status or Billing Status equals "Outstanding". Some examples:
A) Order Status = Outstanding (9/9/18), Billing Status = Pending (9/9/18) - return the days (1) between Today (9/10/18) and Order Status Date (9/9/18)
B) Order Status = Received (9/9/18), Billing Status = Outstanding(9/8/18) - return the days (2) between Today (9/10/18) and Billing Status Date (9/8/18)
C) Order Status = Outstanding (9/9/18), Billing Status = Outstanding (9/8/18) - return the days (2) between Today (9/10/18) and the MIN of Order Date (9/9/18) and Billing Date (9/8/18).
Hoping this makes sense.
Thanks,
Bill
I have four fields:
Column AE: Order Status
Column AF: Order Status Date
Column AG: Billing Status
Column AH: Billing Status Date
I need to write a formula that returns the days between the Status Date and today IF the Order Status or Billing Status equals "Outstanding". Some examples:
A) Order Status = Outstanding (9/9/18), Billing Status = Pending (9/9/18) - return the days (1) between Today (9/10/18) and Order Status Date (9/9/18)
B) Order Status = Received (9/9/18), Billing Status = Outstanding(9/8/18) - return the days (2) between Today (9/10/18) and Billing Status Date (9/8/18)
C) Order Status = Outstanding (9/9/18), Billing Status = Outstanding (9/8/18) - return the days (2) between Today (9/10/18) and the MIN of Order Date (9/9/18) and Billing Date (9/8/18).
Hoping this makes sense.
Thanks,
Bill