How to Move Columns in Excel
To move columns in Excel use the shift key or use Insert Cut Cells. You can also change the order of all columns in one magic move.
Page 15 of 29 · 695 articles
To move columns in Excel use the shift key or use Insert Cut Cells. You can also change the order of all columns in one magic move.
Icon Sets in Excel make it very easy to visualize values in a range of cells. Each icon represents a range of values.
This chapter helps you understand array formulas in Excel. Single cell array formulas perform multiple calculations in one cell.
The RANK function in Excel returns the rank of a number in a list of numbers. Use RANK.AVG to return the average rank if more than one number has the same rank.
Master Excel tables and analyze your data quickly and easily. Learn how to create a table sort a table filter a table and much more.
Pivot tables are one of Excel's most powerful features. A pivot table allows you to extract the significance from a large detailed data set.
To merge Excel files into one use the 'Move or Copy' feature. If you need to merge many Excel files consider using VBA to automate the process.
This example teaches you how to make a histogram in Excel. You can use the Analysis Toolpak or the Histogram chart type. First enter the bin numbers (upper levels).
Use the 'Paste Special Transpose' option to switch rows to columns or columns to rows in Excel. You can also use the TRANSPOSE function.
Below we will look at a program in Excel VBA that loops through all open workbooks and worksheets and displays all the names.
To get the size of an array in Excel VBA you can use the UBound and LBound functions.
Embed an Excel worksheet in a Word document and work with Excel in Word. You can also embed files in Excel.
Below we will look at a program in Excel VBA that creates an interactive Userform.
This example teaches you how to calculate the future value of an investment or the present value of an annuity in Excel.
A range in Excel is a collection of two or more cells. This chapter gives an overview of some very important range operations.
Pie charts are used to display the contribution of each value (slice) to a total (pie). Pie charts always use one data series. To create a pie chart in Excel execute the following steps.
Calculating gross profit margin operating profit margin and net profit margin in Excel is easy. Simply use the formulas explained on this page.
To check if a cell contains specific text use ISNUMBER and SEARCH in Excel. There's no CONTAINS function in Excel.
Below we will look at a program in Excel VBA that creates a rolling average table.
Group worksheets in Excel to edit multiple worksheets at the same time. Our workbook contains 3 similar worksheets (North Mid and South) and a blank fourth worksheet.
You can use the name box in Excel to select a cell range or named range. You can also use the name box to quickly create a named range (important).
This example shows you how to create an array formula that counts unique values in Excel. In Excel 365/2021 use UNIQUE and COUNTA to count unique values.
The scope of a variable in Excel VBA determines where that variable may be used. You determine the scope of a variable when you declare it. There are three scoping levels: procedure level module level and public module level.
This chapter illustrates three functions to round numbers in Excel. ROUND ROUNDUP and ROUNDDOWN.