This lesson covers how you can create custom functions in Excel. For example, you can create a function called MyBestCalc and use it in a cell in a worksheet or in a macro. Custom functions are a great way to package routine...

Buy Now From Amazon

Product Review

This lesson covers how you can create custom functions in Excel. For example, you can create a function called MyBestCalc and use it in a cell in a worksheet or in a macro. Custom functions are a great way to package routine logic in a function that less experienced users can use. The example exercises in this lesson cover how to return a letter grade from a numerical score and optionally apply a curve, how to extract a part number from a text string and how to process a range in a function, how to handle multiple parameters and how to add custom descriptions to your functions.

Although this is lesson #11, you do not need to have all previous 10 lessons in the series to use this material. Any macro knowledge that you know can be incorporated into custom functions.

As with all my lessons, this one comes with a follow along workbook that you can use to practice what you read.



Similar Products

Excel Pivot Tables: Crunch Large Amounts Of Data (Data Analysis With Excel Book 5)Excel Importing & Exporting Text Data: Quickly Turn Raw Data Into Excel Tables (Data Analysis With Excel)Bayes Theorem: A Visual Introduction For BeginnersExcel Shortcuts: 130 Shortcuts that will change your life foreverExcel Conditional Formatting: Tips You Can Use Immediately To Make Your Data Stand Out (Data Analysis With Excel Book 3)Mastering Excel Macros: VBA Forms and Events - Book 9Mastering Excel: Power ViewMastering Excel Macros: ArraysMastering Excel Macros: FileSystemObject  (Book 8)Machine Learning With Random Forests And Decision Trees: A Mostly Intuitive Guide, But Also Some Python