Skip to main content

Posts

Showing posts with the label Excel videos

Get multiple lookup values in single cell

create Pivot table from multiple data ranges/tables

vlookup with vstack

Randbetween3

Randbetween2

Randbetween1

arraytotext

XLOOKUP

OFFICE 365 new functions

Slicers

Slicers in Excel are interactive graphical controls that allow users to quickly and easily filter and analyze data in a PivotTable, PivotChart, or Power PivotTable. Slicers are useful when you want to analyze a large amount of data and quickly see specific data points or trends. To add a slicer to your Excel worksheet, follow these steps: Select the PivotTable or PivotChart you want to add the slicer to. Click on the "Insert Slicer" button in the "Filters" group on the "PivotTable Analyze" or "Design" tab of the ribbon. In the "Insert Slicers" dialog box, select the fields you want to use for filtering and click "OK". This will create a slicer for each selected field. Use the slicers to filter your data by clicking on the values you want to include or exclude. Slicers can be customized to match the look and feel of your workbook, and you can control how they interact with each other and with your data. Slicers are a powerf...

If function

The IF function in Excel is a logical function that allows you to test a condition and return one value if the condition is true, and another value if the condition is false. The syntax for the IF function is as follows: scss Copy code =IF(condition, value_if_true, value_if_false) Here's what each argument means: condition: The logical test that you want to perform. This can be a comparison, such as "A1=B1", or any other logical expression that evaluates to either true or false. value_if_true: The value that you want to return if the condition is true. value_if_false: The value that you want to return if the condition is false. Here's an example of how you might use the IF function in Excel: Suppose you have a list of grades in cells A1:A10, and you want to assign a letter grade to each grade based on the following scale: A: 90 or above B: 80 to 89 C: 70 to 79 D: 60 to 69 F: below 60 You could use the following formula in cell B1 to assign the letter grade: le...

EMI function PMT

Function on insert shape

Multiple lookup values if and textjoin

Create link between Pivot tables

Aggregate

Syntax Reference form AGGREGATE(function_num, options, ref1, [ref2], …) Array form AGGREGATE(function_num, options, array, [k])

If array formula

Subtotal

Text function

Pivot distinct count