CasualDabbler
New Member
- Joined
- Oct 29, 2018
- Messages
- 19
- Office Version
- 2016
- Platform
- Windows
I have rows of orders with the important info in the following columns
Col B Customer ID [0002]
Col C Order Date [28/11/2018]
Col P Week Index Week commencing in (yymmdd) [181126]
for example, Customer id 0002
0002, 28/11/2018, 181126 (Wed)
0002, 01/12/2018, 181126 (Sat)
Against each of these rows (Lets say col Q) I want to return "__W__S" - The "Pattern" of orders that week (181126)
0002, 05/12/2018, 181203 (Wed)
0002, 09/12/2018, 181203 (Fri)
Against each of these rows (Lets say col Q) I want to return "__W_F_" - The "Pattern" of orders that week (181203)
I have thousands of order rows where I need to return the "Order Pattern" grouped by Week
Would prefer if this can be a formula on the source row of data as opposed to a seperate pivot or anything like that
Thanks
Col B Customer ID [0002]
Col C Order Date [28/11/2018]
Col P Week Index Week commencing in (yymmdd) [181126]
for example, Customer id 0002
0002, 28/11/2018, 181126 (Wed)
0002, 01/12/2018, 181126 (Sat)
Against each of these rows (Lets say col Q) I want to return "__W__S" - The "Pattern" of orders that week (181126)
0002, 05/12/2018, 181203 (Wed)
0002, 09/12/2018, 181203 (Fri)
Against each of these rows (Lets say col Q) I want to return "__W_F_" - The "Pattern" of orders that week (181203)
I have thousands of order rows where I need to return the "Order Pattern" grouped by Week
Would prefer if this can be a formula on the source row of data as opposed to a seperate pivot or anything like that
Thanks