Excel Pro Flashcards
(53 cards)
create custom number formats
Customize numbers in cells to have a decimal, dollar sign, comma etc.
home tab/ number group/ more number formats
Apply International Currency Formats
To format present currency in cells into the international currency.
select cells: Clk home tab/number group/format cell window/drop down to desired country/select & apply
Note: Excel doesn’t do conversion.
Outline Data
is to outline data that is important within a group of data w. collapse button.
Clk data tab/outline group/group button/auto outline
Insert Subtotals
is to outline a group of data to collapse showing the subtotal of data.
data tab/ outline group/ subtotal button/format function
Insert References
is to insert cell addresses within cell within formulas reflecting the row or column calculation.
example(=sumC6:F3), where the semicolon represents through
Reference Data in Another Workbook
To input cell addresses for calculations from other workbook’s sheets.
input = sum( open parenthese /select cell in other workbook sheet reference, input comma in formula bar prior to the next workbook sheet reference/ input close parenthes in formula bar and hit enter back to the orignal sheet**
Reference Data by Using Structured References
is to reference data from a table name (structured reference).
Consolidate Data
To consolidate data from other worksheets/workbooks into a designated sheet
Data tab/data tools group/consolidate button/clk what function, clk reference/select data/add button of selected data, selecting the next sheet/when finish selecting clk ok in window. *
Configure Data Validation
is to stipulate certain data w. error message into specific cell address/row/column.
data tab/ data tools group/ data valadation button/ settings window, inputting tittle, input message and error message
Analyze Data Excel 365
formerly known as “ideas” it anaylzes data and give ideas like tables, charts etc.
home tab/ anaylisis group/analyze data button
Power Query Editor
Import, Transform, and Connect to Data
****data tab/ get data button/ find file, clk import/ choose data from Navigator window {load-import} {transform data-opens Power Query Editor}
Power Query Editor
is a data connectivity and preparation tool that allows users to import, clean, and transform data from various sources, streamlining the data preparation process and enabling more effective analysis.
Power Query Editor
Combine and Display Data
data tab/get data button/launch power query, home tab, combine group, merge queries
OR
**get data button/combine queries/ merge **
Format Text by Using RIGHT, LEFT, and MID Functions
copying text from either side of text using all functions.
**formulas tab/text button/Right function/select the data to copy **
formula
is a user-created expression that performs calculations
function
is a predefined, built-in formula designed for specific tasks.
Functions that convert data in caps, lowercase and proper case letters.
formulas tab/text/upper function- all caps
Format Text by Using the CONCAT Function
Concat function- is to join text together.
**formula tab/function library/text button [concat] functin argument/selected cells in text box,clk ok when completed. **
Perform Logical Operations by Using the IF Function
compares a value to what is expected and returns a result based on whether the comparison is true or false.
clk selected cell /formulas tab/function library/logical button, [IF}/ function argument, logical test
Perform Logical Operations by Using the AVERAGEIF Function
calculates the average of cells that meet a specific condition (criteria) within a given range.
formula tab/function library/more functions buttons, AVERAGEIF/arguement win, input critera box
Perform Logical Operations by Using the SUMIF Function
sums values within a range that meet a specified condition, allowing you to calculate selective totals based on criteria.
formula tab/function library /insert functions/search SUMIF/fuction arguments
Perform Statistical Operations by Using the COUNTIF Function
counts the number of cells within a specified range that meet a given criterion.
**statiscal button, COUNTIF/ critera **
Perform Statistical Operations by Using the SUMIFS Function
calculates the sum of a range of cells based on multiple criteria, unlike SUMIF which only supports one criterion.
more function button, SUMIFS
Perform Statistical Operations by Using the AVERAGEIFS Function
calculates the average of cells in a range that meet multiple criteria
**more functions button/statiscal button, AVERAGEIFS **