How to use the Excel ROW function
The ROW function in Excel returns the row number of a reference. For example =ROW(C4) returns 4. The ROW function can be quite useful.
Page 13 of 29 · 695 articles
The ROW function in Excel returns the row number of a reference. For example =ROW(C4) returns 4. The ROW function can be quite useful.
Use the magic SORT function in Excel 365/2021 to sort your Excel data by one column or multiple columns. Let's give it a try.
Instead of creating different scenarios you can create a data table to quickly try out different values for formulas. You can create a one variable data table or a two variable data table in Excel.
Below we will look at a program in Excel VBA that counts the number of year occurrences.
This example teaches you how to find the most frequently occurring word in Excel.
Use EVEN and ODD in Excel to round numbers. Use ISEVEN or ISODD in Excel to determine if a number is even or odd.
There's no DIVIDE function in Excel. Simply use the forward slash (/) to divide numbers in Excel. Don't forget always start a formula with an equal sign (=).
The status bar in Excel can be quite useful. By default the status bar at the bottom of the window displays the average count and sum of selected cells.
Outlining data in Excel makes your data easier to view. In this example we will total rows of related data and collapse a group of columns.
Below we will look at a program in Excel VBA that creates a progress indicator. We've kept the progress indicator as simple as possible yet it looks professional. Are you ready?
If you're an Excel beginner this is the perfect place to start. Microsoft Excel is one of the most used software applications of all time. Hundreds of millions of people around the world use Microsoft Excel.
Below we will look at a program in Excel VBA that sums numbers by color.
1 kg = 2.20462 lbs (pounds) and 1 lb (pound) = 0.45359 kg. Use a simple formula the CONVERT function or download our free unit converter to convert from kg to lbs or vice versa.
This page teaches you how to find duplicate values (or triplicates) and how to find duplicate rows in Excel. Select a range of cells. On the Home tab in the Styles group click Conditional Formatting Highlight Cells Rules Duplicate Values.
This example teaches you how to create a simple timesheet calculator in Excel. Cells that contain formulas are colored light yellow.
Learn how to show fewer or more decimal places in Excel without changing the number itself. You can also round a number.
If you know the result you want from a formula use Goal Seek in Excel to find the input value that produces this formula result.
The most used functions in Excel are the functions that count and sum. You can count and sum based on one criteria or multiple criteria.
Below we will look at a program in Excel VBA that compares randomly selected ranges and highlights cells that are unique. If you are not familiar with areas yet we highly recommend you to read this page first.
The Currency format and the Accounting format in Excel are very similar to each other. This example shows the difference.
This example teaches you how to compare dates and times in Excel VBA. Dates and times are stored as numbers in Excel and count the number of days since January 0 1900. What you see depends on the number format.
When you copy a formula Excel automatically adjusts the cell references for each new cell the formula is copied to. Use the fill handle in Excel to quickly copy a formula to other cells.
Below we will look at a program in Excel VBA that finds the second highest value.
Below we will look at a program in Excel VBA that loops through all closed workbooks and worksheets in a directory and displays all the names.