Hi, this is my first question so I hope I didn't break any rules.
Anyway, I have 2 Tabs. Report and Raw Table.
In Raw_Table I have several columns with different values. I need to extract only the unique combined values from this column (Send-out, Segment, Keyword) in Report Tab in B4:B6 till last found unique value. For Example, I can have the same date, same segment but a different keyword and that means it needs to be extracted in another column as a unique value.
I know how to do this in google sheets, but in Office 2019 which doesn't have functions like unique/filter I have no idea even how to approach this.
I don't even know if this is possible to be done by formulas or best is with VBA?
Thank you for any help.
Report Tab
Raw Data
Anyway, I have 2 Tabs. Report and Raw Table.
In Raw_Table I have several columns with different values. I need to extract only the unique combined values from this column (Send-out, Segment, Keyword) in Report Tab in B4:B6 till last found unique value. For Example, I can have the same date, same segment but a different keyword and that means it needs to be extracted in another column as a unique value.
I know how to do this in google sheets, but in Office 2019 which doesn't have functions like unique/filter I have no idea even how to approach this.
I don't even know if this is possible to be done by formulas or best is with VBA?
Thank you for any help.
Report Tab
Example1.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
2 | Example of what I need from Raw_Data Tab | |||||
3 | ||||||
4 | Send-out | 2020-10-12 | 2020-09-28 | … | ||
5 | Segment | segjewelry | segappandacc | … | ||
6 | Keyword | contemporary | briolettexxlbead | … | ||
7 | Total Delivered | |||||
8 | Opens | |||||
9 | Open Rate % | |||||
10 | Unique Opens | |||||
11 | Unique Open Rate % | |||||
12 | Clicks | |||||
13 | Click Rate % | |||||
14 | Unique Clicks | |||||
15 | Unique Click Rate % | |||||
16 | Click-to-Open Rate % | |||||
17 | Unique Click-to-Open Rate % | |||||
18 | E-com Users | |||||
19 | E-com Sessions | |||||
20 | E-com Transactions | |||||
21 | E-com Conversion Rate % | |||||
22 | Avg. Revenue per Transaction | |||||
23 | Total Revenue € | |||||
Report |
Raw Data
Example1.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Send-out | Language/Area | Ecom/Non Ecom | Segment | Keyword | 3rd | ||
2 | 2020-10-12 | en | Ecommerce | segjewelry | contemporary | global | ||
3 | 2020-10-12 | de | Ecommerce | segjewelry | contemporary | global | ||
4 | 2020-10-12 | es | Ecommerce | segjewelry | contemporary | global | ||
5 | 2020-10-12 | fr | Ecommerce | segjewelry | contemporary | global | ||
6 | 2020-10-12 | jp | Ecommerce | segjewelry | contemporary | global | ||
7 | 2020-10-12 | cn | Ecommerce | segjewelry | contemporary | global | ||
8 | 2020-10-12 | en | Non Ecommerce | segjewelry | contemporary | global | ||
9 | 2020-10-12 | de | Non Ecommerce | segjewelry | contemporary | global | ||
10 | 2020-10-12 | es | Non Ecommerce | segjewelry | contemporary | global | ||
11 | 2020-10-12 | fr | Non Ecommerce | segjewelry | contemporary | global | ||
12 | 2020-10-12 | jp | Non Ecommerce | segjewelry | contemporary | global | ||
13 | 2020-10-12 | cn | Non Ecommerce | segjewelry | contemporary | global | ||
14 | 2020-09-28 | en | Ecommerce | segappandacc | briolettexxlbead | global | ||
15 | 2020-09-28 | de | Ecommerce | segappandacc | briolettexxlbead | global | ||
16 | 2020-09-28 | es | Ecommerce | segappandacc | briolettexxlbead | global | ||
17 | 2020-09-28 | it | Ecommerce | segappandacc | briolettexxlbead | global | ||
18 | 2020-09-28 | jp | Ecommerce | segappandacc | briolettexxlbead | global | ||
19 | 2020-09-28 | cn | Ecommerce | segappandacc | briolettexxlbead | global | ||
20 | 2020-09-28 | en | Non Ecommerce | segappandacc | briolettexxlbead | global | ||
21 | 2020-09-28 | de | Non Ecommerce | segappandacc | briolettexxlbead | global | ||
22 | 2020-09-28 | es | Non Ecommerce | segappandacc | briolettexxlbead | global | ||
23 | 2020-09-28 | it | Non Ecommerce | segappandacc | briolettexxlbead | global | ||
24 | 2020-09-28 | jp | Non Ecommerce | segappandacc | briolettexxlbead | global | ||
25 | 2020-09-28 | cn | Non Ecommerce | segappandacc | briolettexxlbead | global | ||
26 | 2020-09-16 | en | Ecommerce | segnails | launch | global | ||
27 | 2020-09-16 | jp | Ecommerce | segnails | launch | global | ||
28 | 2020-09-16 | en | Non Ecommerce | segnails | launch | global | ||
29 | 2020-09-16 | jp | Non Ecommerce | segnails | launch | global | ||
30 | 2020-09-14 | en | Ecommerce | segjewelry | emeraldignite | global | ||
31 | 2020-09-14 | de | Ecommerce | segjewelry | emeraldignite | global | ||
32 | 2020-09-14 | es | Ecommerce | segjewelry | emeraldignite | global | ||
33 | 2020-09-14 | fr | Ecommerce | segjewelry | emeraldignite | global | ||
34 | 2020-09-14 | jp | Ecommerce | segjewelry | emeraldignite | global | ||
35 | 2020-09-14 | cn | Ecommerce | segjewelry | emeraldignite | global | ||
36 | 2020-09-14 | en | Non Ecommerce | segjewelry | emeraldignite | global | ||
37 | 2020-09-14 | de | Non Ecommerce | segjewelry | emeraldignite | global | ||
38 | 2020-09-14 | es | Non Ecommerce | segjewelry | emeraldignite | global | ||
39 | 2020-09-14 | fr | Non Ecommerce | segjewelry | emeraldignite | global | ||
40 | 2020-09-14 | jp | Non Ecommerce | segjewelry | emeraldignite | global | ||
41 | 2020-09-14 | cn | Non Ecommerce | segjewelry | emeraldignite | global | ||
42 | 2020-10-12 | jp | Ecommerce | segnails | necklace | global | ||
43 | 2020-10-12 | cn | Ecommerce | segnails | necklace | global | ||
44 | 2020-10-12 | en | Non Ecommerce | segnails | necklace | global | ||
45 | 2020-10-12 | de | Non Ecommerce | segnails | necklace | global | ||
46 | 2020-09-28 | jp | Ecommerce | segappandacc | briolettexxlbead | global | ||
47 | 2020-09-28 | cn | Ecommerce | segappandacc | briolettexxlbead | global | ||
48 | 2020-09-28 | en | Non Ecommerce | segappandacc | briolettexxlbead | global | ||
49 | 2020-09-28 | de | Non Ecommerce | segappandacc | briolettexxlbead | global | ||
Raw_Data |