answersLogoWhite

0

what do I need to do to show the range to sort

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are the four whistle commands used on a range and their related verbal commands?

flood and pictures


What is a series of two or more adjacent cells in a column or row or a rectangular group of cells in Excel?

A Range


A range of cells is a contiguous block of cells?

Yes, a range is a contiguous block of cells.


What is a worksheet range?

A range is a collection of cells (e.g. A1:A4 is the range of the cells from A1 to A4).


What is criteria range?

The Criteria Range is a range of cells that hold cells from which criteria are tested for functions in Excel.


What is range on a spreadsheet?

An input range could be the range of cells a function needs to be entered to do its task. Many functions use input ranges. If you wanted a sum of a range of cells and specified them in a range, that would be an input range. In the following example the cells from A2 to A20 are the input range: =SUM(A2:A20)


Does Range Finder to verify that a formula contains the intended cell references?

The range finder will show what cells are included. However, as only the user can know what the formula is meant to be and what cells should be included, you cannot say that the range finder verifies the cells that are intended. The range finder just lets the user see what cells have been included and then the user can accept them or change the cells that are selected.


What is the difference between an excel table and a range?

A table is an organized group of cells for a specifc purpose. A range is a group of cells, but may or may not be organized. A table always has a range, but a range might not contain cells from a table.


What is a group of adjacent cells called in Excel?

They are called a range or sometimes a block.


Indicate how a range of cells is written?

You show the range of cells from A1 to A23 like this: A1:A23.


What is the Excel formula for adding how many of a category?

It sounds like you are asking about the SUMIF function. SUMIF adds all numbers in a range of cells, based on a given criteria.=SUMIF(range,criteria,sum_range)range = range of cells that you want to apply the criteria against.criteria = determines which cells to add.sum_range = range of cells to sum.


Is a group of cells called a cell range or range in excel?

You create them. A range is a collection of cells, you choose.EXAMPLE:You want to find the sum of a range of cells from C2 through C23. The range would be C2:C23. The formula to find the sum of this range of numbers is =SUM(C2:C23).