This thread was originally published on Twitter by Andrew Lokenauth
With Excel, you can connect to multiple data sources, text files, other Excel files, databases & websites.
Select 'Data' > Get & Transform > From Web
Press CTRL+V to paste the URL into the text box, then select OK
This will save hours!
Sparklines allow you to insert mini charts inside any cell, and provides a visual representation of data! Use sparklines to show trends or patterns in data. On the 'Insert tab', click 'Sparklines'
Get fast answers with Goal Seek. It is also known as What-if-Analysis. Goal Seek basically uses trial & error to back-solve a problem, by plugging in guesses until it arrives at the correct answer.
Conditional formatting helps to visualize data and shows patterns & trends in your data Select 'Home' > Conditional Formatting > Highlighting Cell Rules
Wildcards are special characters that allow you to perform partial matches in your Excel formulas. Excel has three wildcards:
Transpose will transform items in rows, to instead be shown in columns (or vice versa) To transpose a column to a row:
• Select the data in the column
• Select the cell you want the row to start
• Right click, choose paste special, select transpose
Ctrl + D fills and overwrites a cell with the contents of the cell above it
Remove duplicates in a set of data in Excel • Use the shortcut: Alt + A + M
You can filter a column to show a specific product or date. You can also sort in ascending or descending order. (10) Slicer: Slicers provide buttons that you can click to filter tables, or PivotTables
Filter allows you to filter data. You can filter a column to show a specific product or date. You can also sort in ascending or descending order.
Slicers provide buttons that you can click to filter tables, or PivotTables Select 'Home', go to Insert > Slicer
A powerful tool to calculate, summarize & analyze data, which allows you to compare or find patterns & trends in data. To access this function, go to "Insert" in the Menu bar, and then select "Pivot Table"
With large data sets, instead of typing a formula multiple times, use auto-fill. There are 3 ways to do this: • Double click mouse on the lower right corner of a 1st cell, or • Highlight a Section and type Ctrl + D, or • Drag the cell down the rows
DatedIf: Calculate the number of (1) days, (2) months, or (3) years between two different dates
=DATEDIF(X,Y,"D")
X = Start date cell
Y = End date cell
"D"= Time interval •
TRIM helps to remove the extra spaces in data.
TRIM can be useful in removing irregular spacing from imported data.
=TRIM( )
The main difference between VLOOKUP and INDEX MATCH is the column reference.
VLOOKUP uses a static column reference but INDEX MATCH uses a dynamic column reference. Index Match is much more flexible as you can search by row, or by column, or by both.
XLookup is an upgrade compared to VLOOKUP or Index & Match. Use the XLOOKUP function to find things in a table or range by row. Formula: =XLOOKUP (lookup value, lookup array, return array)
The IF function makes logical comparisons & tells you when certain conditions are met.
For example, a logical comparison would be to return the word "Pass" if a score is >70, and if not, it will say "Fail"
An example of this formula would be =IF(C5>70,"Pass","Fail")
Sum the values in a range, if they meet a certain criteria
Sum the values in a range that meet multiple criteria Use it if you want the sum of two criteria: Apples & Pete Formula =SUMIFS (sum_range, criteria_range1, criteria1, ...)
Counts the number of cells that satisfy a query. (Count the number of times a word has been mentioned).
Counts the number of times a criteria is met For example, it counts the number of times that both (1) apples and (2) price > $10, are mentioned.
=UPPER, Converts text to all uppercase,
=LOWER, Converts text string to lowercase,
=PROPER, Converts text to proper case
This converts one measurement to another. There are multiple conversions that you can do.
An example is meters to feet, or Celsius to Fahrenheit.
You can get stock data in Excel Enter a list of stock ticker symbols. then select the cells and go to the Data tab, then click the Stocks button within the Data Types group Excel will attempt to match each cell value to a company stock, and fill in data
Instead of researching geographical data or maps, use Excel With the Geography data type, you can retrieve data like population, time zone, area leaders, gasoline prices, language, and more Type the data you need, then go to Data Tab -> Geography
Microsoft Excel should be taught in all schools! Excel is an underrated skill, which will help your career!
Also publishedhere.