ChetanPuri
Board Regular
- Joined
- Sep 5, 2018
- Messages
- 74
- Office Version
- 365
- Platform
- Windows
Hi Excel Team,
Please see below, I have 2 worksheets, Detailed Report and APLoadData. In Column S on Detailed Worksheet I have Description Column , S, and on APUPLOAD Data, in Column E6 onwards, I just want the unique value gets upload from the Detailed report to APupload, just wondering if there is a vBA or a formula to do this every month. Any help would be appreciated
Please see below, I have 2 worksheets, Detailed Report and APLoadData. In Column S on Detailed Worksheet I have Description Column , S, and on APUPLOAD Data, in Column E6 onwards, I just want the unique value gets upload from the Detailed report to APupload, just wondering if there is a vBA or a formula to do this every month. Any help would be appreciated
Cell Formulas | ||
---|---|---|
Range | Formula | |
S2:S42 | S2 | =TEXTJOIN("-",FALSE,K2,H2,E2) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
S:S | Cell Value | duplicates | text | NO |
Book1 | |||
---|---|---|---|
E | |||
4 | Invoice Description | ||
5 | 30 A (M) | ||
6 | IF(ROWS(E6:E$99)>$E$1,"",LET( filtered_data, FILTER('Detail_report (9)'!$S$2:$S$19000,'Detail_report (9)'!$T$2:$T$19000=APLODATA!$E$3), unique_vals, UNIQUE(filtered_data),unique_vals, UNIQUE(filtered_data),row_num, ROWS(APLODATA!E6:E$99), IF(row_num <= COUNTA(unique_vals), INDEX(unique_vals, row_num), ""))) | ||
7 | DEV CDU SITE MOBILE-Mobiles- | ||
8 | CDU Mobile Nick Swifte-Mobiles- | ||
9 | Mark Pattison-iPAD- | ||
10 | Maelys Koenig-Internet - Wireless- | ||
11 | Jenny Dignan 100372 4G-Internet - Wireless- | ||
12 | Caretaking - Yianni Kaisarlis-Caretaker C2- | ||
13 | Akoya Caretaker #TO BE CANCELLED-Caretaker AKOYA- | ||
14 | Caretaking - Bruce Walker-Caretaker 130- | ||
15 | Caretaking - Yianni Kaisarlis-Caretaker 130- | ||
16 | Connect IP Backup NTF Berrimah-Telstra Legacy charges- | ||
17 | Connect IP Backup Frontier-Telstra Legacy charges- | ||
18 | Connect IP Backup H105-Telstra Legacy charges- | ||
19 | Connect IP Backup NTF Coolalinga-Telstra Legacy charges- | ||
20 | Connect IP Backup H-Hotel-Telstra Legacy charges- | ||
21 | Connect IP Backup Novotel-Telstra Legacy charges- | ||
22 | Connect IP Backup CDC-Telstra Legacy charges- | ||
23 | Connect IP Backup 84 Pruen Rd-Telstra Legacy charges- | ||
24 | Nick Swifte - mobile-Mobiles- | ||
25 | HPL IPAD MATTHEW SHARP-Mobiles- | ||
26 | Anthony Tonkin - iPad #TBC-Mobiles- | ||
27 | Aakar Achraya - Mobile-Mobiles- | ||
28 | Jermaine Kidney ( iPad)-Mobiles- | ||
29 | DEV iPad Adam Worthy-Mobiles- | ||
30 | DEV iPad Jay Mcneice-Mobiles- | ||
31 | CDU Ali Zayif iPad-Mobiles- | ||
32 | CDU mobile Rohit Adhikari-Mobiles- | ||
33 | DEV CHANDAN IPAD #TBC-Mobiles- | ||
34 | HHOTEL FRONT OFFICE IPAD-Mobiles- | ||
35 | CDU Scott Davis #TBC-Mobiles- | ||
36 | Textum Rob Bykowski iPad-Mobiles- | ||
37 | CDU Luke Ronke ipad # TBC-Mobiles- | ||
38 | Const RBBIP Pkg 1 - iPad-Mobiles- | ||
APLODATA |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E7:E38 | E7 | =IF(ROWS(E7:E$99)>$E$1,"",INDEX(UNIQUE(FILTER(TRIM('Detail_report (9)'!$S$2:$S$19000),'Detail_report (9)'!$T$2:$T$19000=APLODATA!$E$3)),ROWS(APLODATA!E7:E$99))) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
E6:E267 | Cell Value | duplicates | text | NO |