TwinJohnson
New Member
- Joined
- Jul 15, 2021
- Messages
- 11
- Office Version
- 365
- 2011
- Platform
- Windows
I need to get a snapshot to find the earliest order date that was still open for each week.
First I assigned the week ending that coorelates with the order date then I located the earliest order date by manually reviewing each week if the order was still open or not and if not then I pulled the earliest order date open that week. (column BI-TB)
For example on Week Ending Date 01/05/2019 the earliest order # that was not closed prior to 01/05/2019 is either order 72787152, 72774457, 72774465, 772776825 or 77276833. Each of these orders had an order date of 01/02/2019 therefore the earliest order open during that time was 01/02/2019. These orders didn't close until March.
The next week is week ending 01/12/2019, the earliest order # that was not closed prior to 01/12/2019 is the same orders from above AND 72793176, 72793192,72793168 etc. (see column BE where week ending date = 01/12/2019). The earliest order still open during this period and prior is still 01/02/2019.
The earliest order still open doesn't change until week ending 01/26 in which order 72827594 is still open when recorded.
What is the best way to figure this out in Excel? I tried =IF(ISNUMBER(CLOSED DATE),MAX(IF(ORDER # COLUMN =ORDER # CELL A2,ORDER DATE WEEK ENDING)), 99/99/9999") but that returns the order date week ending and not the actual order date.
Thank you,
Tawnee
First I assigned the week ending that coorelates with the order date then I located the earliest order date by manually reviewing each week if the order was still open or not and if not then I pulled the earliest order date open that week. (column BI-TB)
For example on Week Ending Date 01/05/2019 the earliest order # that was not closed prior to 01/05/2019 is either order 72787152, 72774457, 72774465, 772776825 or 77276833. Each of these orders had an order date of 01/02/2019 therefore the earliest order open during that time was 01/02/2019. These orders didn't close until March.
The next week is week ending 01/12/2019, the earliest order # that was not closed prior to 01/12/2019 is the same orders from above AND 72793176, 72793192,72793168 etc. (see column BE where week ending date = 01/12/2019). The earliest order still open during this period and prior is still 01/02/2019.
The earliest order still open doesn't change until week ending 01/26 in which order 72827594 is still open when recorded.
What is the best way to figure this out in Excel? I tried =IF(ISNUMBER(CLOSED DATE),MAX(IF(ORDER # COLUMN =ORDER # CELL A2,ORDER DATE WEEK ENDING)), 99/99/9999") but that returns the order date week ending and not the actual order date.
Thank you,
Tawnee