Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Business Friendly Excel Automation (Formula + Macro/VBA)
Rating: 4.3 out of 5(30 ratings)
175 students

Business Friendly Excel Automation (Formula + Macro/VBA)

Why Wait? Just Automate! - Start Learning Excel Automation with Our Easy to Follow Course
Last updated 4/2021
English
English [Auto],

What you'll learn

  • Excel Formula
  • Excel Macro
  • Programming Logic
  • Process Automation
  • Report Automation
  • Excel Consolidation
  • Smart Excel workbooks for business
  • Smart Excel workbooks for operations
  • Smart Excel workbooks for finance
  • SAP automation with Excel
  • Email automation with Excel

Course content

2 sections18 lectures1h 55m total length
  • Overview3:07

    This lecture series will cover my pick of top formulas that helped me automate the majority of business processes I have encountered. Most formulas are taught with relatable business applications to help you hit the ground running.

    Remember to download the course material (Excel files) provided to follow along with the video.


    The following videos will go over:

    1. Basics: Mathematical Operators, If/Else, And/Or, List, Iferror/ifblank/ifnumber

    2. String Manipulation: Concatenation, cutting strings

    3. Sumif: Sumif and Sumifs

    4. Index & Match combination

    5. Offset

    6. Sumproduct

    7. Indirect Reference

  • Basics11:42

    1. Basics: Mathematical Operators, If/Else, And/Or, List, Iferror/ifblank/ifnumber

    This video will cover the basics of Excel formulas and rudimentary logic formulas as well as how to make dropdown list.

    Feel free to skip ahead to the next video if you are already familiar with all the formulas used here.

    • =if()

    • =and()

    • =or()

    • =iferror()

    • =ifblank()

    • =ifnumber()


  • String Manipulation7:52

    2. String Manipulation: Concatenation, cutting strings into segments

    This video covers methods used to combine multiple strings/text as well as methods used to extract parts of a string such as separating a name into first and last names

  • If & Ifs (Sumif, Countif, Sumifs, Countifs)9:14

    3. If & ifs: Sumif, Countif, Sumifs, Countifs

    Counting and/or calculating the sum of a list of values based on a certain criteria.

    For example, finding the total sales of a selected sales person.

  • Index Match7:24

    4. Index & Match combination

    A more flexible and powerful version of lookup/vlookup/hlookup.

    Simultaneously find data in two tables based on its row header and column header

  • Offset5:01

    5. Offset

    Working together with Index & Match, Offset allows you to handle complicated but well structured tables.

    Here it is applied to a table with two row headers (Branch & Product) and two column headers (Quarters & Months)

  • Sumproduct2:43

    6. Sumproduct

    Can be used sum the results from multiplying columns.

    Used here as a 2D sumif or sumif where the criteria range is multiple columns


  • Indirect Referencing6:38

    7. Indirect Referencing

    Programmatically get data from other sheets. Set up reference to one sheet and easily replicate to as many other sheets. Also more stable than cell linking.


Requirements

  • Basic operation of Microsoft Excel
  • Access to Microsoft Excel 2013 and above

Description

This lecture series will cover my pick of top Excel Formulas, Macros and/or functions that helped me automate the majority of business processes I have encountered such as consolidating data from multiple workbooks, sending emails with data from Excel, data cleanup, handling of complicated data structure, SAP automation, etc.

The two series is taught assuming basic Excel operation knowledge suitable for business users with little to no programming background.

Most of the materials are taught with relatable business applications and some Macros are provided as easily reusable templates to help you get started in automating your own business processes.


The course is separated into two video series, one for Formulas and another for Macro / VBA. Each series has 7 or 8 bite size videos which get progressively more difficult and may require learnings from a previous video.

Two versions of Excel .xlsx and .xlsm workbooks are also provided; one for you to follow along the video and attempt the Formulas/Macros for yourself and one with the solutions along with detailed commentary to help you understand how to use each Formula/Macro taught.


Video Series 1, Excel Formulas:

1. Basics: Mathematical Operators, If / Else, And/Or, List, Iferror / ifblank / ifnumber

2. String Manipulation: Concatenation, cutting strings

3. Sumif: Sumif and Sumifs

4. Index & Match combination

5. Offset

6. Sumproduct

7. Indirect Reference

Video Series 2, Excel Macros:

1. Basics: Hello World, Get and Set Range / Cells

2. Range Management

3. Copy & Paste

4. For Loops

5. If Else Logic

6. Importing Data from other workbooks (Excel files)*

7. Sending Email*

8. SAP Automation using Excel Macro*

*With Easily Reusable Templates

Who this course is for:

  • Business users looking to improve productivity
  • Business users wanting to learn how to automate their existing and future Excel workbooks
  • Business, Operations and Finance users who want to automate tedious manual Excel work
  • People who want to start using Robotic Process Automation (RPA) but want start small with existing infrastructure