answersLogoWhite

0

A range lets you refer to a group of cells easily, by referring to the top left and bottom right of a rectangular groups of cells. Without a range you could add all the cells from A2 to A0 like this:

=A2+A3+A4+A5+A6+A7+A8+A9+A10

Using a range reference you could do it like this:

=SUM(A2:A10)

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Do hotels use Excel?

Any business can use Excel for a whole range of things.


What peoeple use Microsoft Excel?

Excel can be used by all sorts of people. Excel has a huge range of things it can do, which makes it useful to many people, from business people to ordinary people, from children to any age.


Why do you use MS Excel?

Many people use Microsoft Excel to perform calculations. They also use it to establish databases for their business. Excel makes people efficient.


What excel function displays the highest value of range?

The Excel function that displays the highest value in a range is the MAX function. You can use it by typing =MAX(range), where "range" represents the cells you want to evaluate. For example, =MAX(A1:A10) will return the highest value found within cells A1 through A10.


Excel can display characters in only three font colors true or false?

False. You can choose from a range or colours to use for your fonts.


How do you find a range and than the highest value in a range with excel?

To find a range in Excel, you simply select the cells you want to include. You can then use the MIN and MAX functions to identify the lowest and highest values within that range. For example, if your range is A1:A10, use =MIN(A1:A10) to find the lowest value and =MAX(A1:A10) to find the highest value. You can also use the SUBTOTAL function for ranges that might have filtered data.


What do you use to sum a large range of data in Excel?

The SUM function.


How do you find the Midpoint of a Total in excel?

To find the midpoint of a total in Excel, you can use the formula =MIN(range) + (MAX(range) - MIN(range)) / 2, where "range" refers to the set of values you're analyzing. Alternatively, if you're looking for the average of the total, you can simply use the =AVERAGE(range) function. This will provide you with the midpoint value of the specified range.


The lowest number of value?

In Excel you can use the SMALL() function The small function can retrieve the smallest values from data based on rank. For example: =SMALL(range,1) // smallest =SMALL(range,2) // 2nd smallest =SMALL(range,3) // 3rd smallest


What characters are not allowed in Microsoft Excel?

I am not aware of any characters that are not allowed to be entered into an excel cell. However, there are some special rules about characters. You can not use spaces in macro or range names. You can not use a number as the first character in a range name.


What is the symbol that you use when you want to add up a set of numbers together on a spreadsheet?

If you mean Excel, you can add numbers one at a time with the "+" symbol. To add a larger range of cells, you need to use the sum() function. Don't forget that Excel formulae start with the "=" symbol. Example: = sum(a1:b10) As a convenient shortcut, once you type "sum(", you can select the range with the mouse.


You like to find 85 percentile rank of a series of Data in EXCEL?

Use =PERCENTILE(range,0.85) where range is the data that you want to analyse.