We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
1
[Advanced Excel & Basics of PQ] Masterclass – Revision Notes by [www.yodalearning.com]
S Technique Description Remarks N (A) DATA CLEANING Show sample output / pattern – (1) no blank column, (2) three samples, 1 FlashFill (Ctrl E) (3) apostrophes for bank account no., IDs, (4) diverse/tough samples - [Add Column Headers later] 2 Go To – Special (Ctrl G) Ctrl + Enter (to fill Blanks); Constants (hard coded) vs. Formulas 15 3 Find & Replace (Ctrl H) Wildcard characters (*) and (?); To neutralize, use tilde ~ 63-64 4 SUBSTITUTE Formula version of “Find & Replace” - (1) Split text, (2) Cell formats - General vs. Text vs. Date ***; (3) Rectify 5 Text to Columns 67-70 22.07.2018 ~ dmy and 20180722 is ~ ymd LEFT (first n characters), RIGHT (last n characters), MID (n characters 6 Extract characters 71 from a certain starting point) 7 “Cleanse” TRIM (Yoda Pvt Ltd > Yoda Pvt Ltd), VALUE (Nos. stored as text > No.) 60 8 Check/Validate LEN (Yoda = 4), SEARCH (start position no. in a cell) 60 (B) LOOKUPS (1) Lookup value in 1st column of table array, (2) F4 and comma, (3) 9 VLOOKUP “tantrums” 50 Format = Nos. stored as text vs. General/Number -> Use T2C *** 10 VLOOKUP with TRUE / 1 3 conditions – [Slabs] in [>=] [Nos. in Asc. Order]; Used for [Nos./Dates] 51
2D lookup with 90° table (Cross-tab)
11 VLOOKUP with 1 MATCH Junior (MATCH) follows Senior (VLOOKUP) 53
T-form / Reverse lookup
12 INDEX with 2 MATCH Array (Map) + 1st MATCH for row (Vertical) + 2nd MATCH for column (Horizontal) 57 13 Fuzzy Lookup (MS Add-in) Ctrl + T; Matching same names with different spellings – Rajeev vs. Rajiv - (C) AGGREGATORS & LOGICALS 14 SUMIFS / COUNTIFS SAME Heights of all Ranges, Use $ for ranges, “>=”&A1 58-59 15 Running Count =COUNTIFS($A$1:A1,A1) – Used to lookup for duplicate value 59