I recently completed this training on
Formula and Function Tips and Shortcuts
- Displaying and highlighting formulas
- Use ‘Ctrl+~’ to show all the formulas in the excel
- Another method is to use ‘Show Formula’ in the ribbon tab
- Using Auditing tools
- Track all the impacted cells in the Excel
- Use Trace Precedents and Track Dependents in the ‘Formulas’ tab
- Track all the impacted cells in the Excel
- Using entire row and column references
- Use ‘Alt+Equal’ to select entries in the entire row/column for addition
- Use
comma between Sum formula to include multiple rows/columns
- Copying column formulas instantly
- Drag by the end of the column to copy the formula to the entire row
- Press ‘Ctrl+.’ to go to the end of the column
- Converting formulas to values with a drag
- Use ‘Flash Fil’ under
‘ Data’ tab to fill the column with similar values - Right click on the column and drag it to the cell
- Use ‘Flash Fil’ under
- Updating values without formulas
- put the value in a cell
- copy the cell and
choose paste special - The value will get updated by the number in the cell
- Debugging formulas with the F9 key
- select a portion of the long formula,
- press F9 and
- you can check the result right away (applicable for Binary formulas like AND OR as well)
- Enhancing readability with range names
- Select all the cells to be included in the formula and give it a name in the top-left space
- Use that range and put it in the formula
- Tabulating data from multiple sheets
- ‘Ctrl+Right click hold and drag will create the exact copy of the sheet
- Group sheets and autosum on the final sheet
- The totals will be added on all the sheets
(Tip – for inserting same formula on multiple cells – select those cells, insert the formula on the first cell and press Ctrl+Enter)
Formula and Function Tool
- Hierarchy of operations in formulas
- Parentheses – ()
- Power – ^
- Multiply/Divide – *,/
- Addition/Subtraction – +,-
- Formulas tab for locating functions
- Click on the
formulas tab - Select the specific function you would like to use and click on ‘Tell more’ to know more about the function
- Click on the
- Insert function for learning more about unfamiliar functions
- Click on insert function on the ‘Formula’ tab and write a small description of what you want to do
- Extending the capabilities of Autosum
- Select cells and double-click the Autosum button to add the sum to the cell below the column cells and after the row cells
- If you highlight the cells, you will have to click only once
- Select the cells and you can use any capabilities included under the ‘Autosum’ icon and you can work across multiple rows/columns
- Use ‘Ctrl+1’ for the format cells pop-up
- Select cells and double-click the Autosum button to add the sum to the cell below the column cells and after the row cells
- Absolute and relative references
- Press F4 to convert absolute reference to relative reference
- Using mixed references in formulas
- Put $ in front of the cell or number as required and not both the numbers
- Using auto-calculate in the status bar
- Customize the top column header and the auto-calculate bar will work on the custom formats like dates as well
- This can be enabled by
right clicking the status bar and selecting the functionalities
- Using IFS for multiple conditions
- Use IFS to remove the need for multiple nested If statements
- FormulaText formula can be used to see the formula in a cell
Power Functions
- Tabulating data using a single criterion
- COUNTIF – Count the number of entries in a data set
- Use wildcards (asterisks, question marks) to count on basis of a condition
- SUMIF – Total the number of entries in a data set as per the criteria
- AVERAGEIF – Average of the number of entries in a data set as per the criteria
- COUNTIFS – Count on the number of entries in a data set based on multiple conditions
- The limit to this formula is 127 conditions
- The conditions can be logical statements and need not have to be hardcoded
- SUMIFS – Total the number of entries in a data set as based on multiple conditions
- AVERAGEIFs – Average of the number of entries in a data set based on multiple conditions
and MINIFS can also work on multiple conditions to find theMAXIFS
- COUNTIF – Count the number of entries in a data set
- To avoid double-counting use SUBTOTAL function with the appropriate parameter (Tip – 1 for Average, 9 for Sum)
- An alternate to MAX and MIN are LARGE and SMALL respectively
- Use LARGE and SMALL with the INDEX to find a particularly ranked number (e.g. 2nd highest, 3rd smallest)
- Use COUNTBLANK to count the number of blanks in a data set
- Convert the data set in a table to make the counting dynamic
- If the result of a formula is blank, the COUNTBLANK function will calculate it as a blank
- Variations of count:
- COUNT – Counts only the cells with the numbers
- COUNTA – Counts all the cells with the date
Math Functions
- TRUNC – Always drops the decimal portion
- INT – Always returns a lower value
- ODD – Nearest odd number moving away from zero
- EVEN – Nearest even number moving away from zero
- MOD – Come up with remainder after division
- Can also be
used with conditional formatting e.g. color every 4th row, highlight 4th column etc.
- Can also be
- RAND – Generate random numbers
- RANDBETWEEN – Generate random numbers within a range
- CONVERT –
This function can be used to convert between units, e.g. km to mi, C to F etc. - AGGREGATE – Use this function to bypass errors and hidden data, and still perform the mathematical operation
- Use ROMAN and ARABIC functions to convert the numbers from Roman to Arabic or vice-versa
- The limit from Arabic to Roman conversion is 3999, but you can convert any length number from Roman to Arabic
Note – The second part of the post can be accessed by clicking here.
1 Reply to “33 Must-know Tips and Formulas from ‘Excel 2016: Advanced Formulas and Functions’ [Part 1]”
Comments are closed.