answersLogoWhite

0

The Max function will give you the highest value in a range of cells. So if you have numbers in all the cells from A1 to A15 and want to know what the highest one is, you would use the following formula, which you put into another cell outside of A1 to A15.

=MAX(A1:A15)

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you make a result sheet in Excel?

how to create a excel sheet


How you delete formula in excel sheet without deleting value?

we can use the option copy and then past special value.


What is the full form of PFA in Excel sheet?

Pfa the excel sheet


What is v - look up?

VLOOKUP is a function of Microsoft Excel. You can use VLOOKUP to find a value in a table or list on an Excel sheet. It looks at a value in a column and finds the corresponding value in another column in the same row.


Is 8.4999 return a value of 8 in Microsoft Excel sheet?

=ROUND(8.4999,0) function will return 8.


What is the difference between Excel sheet and spread sheet?

They are the same thing, excel is Microsoft's spreadsheet programme.


How do you make a cover sheet in excel?

Add a sheet


How do you link data in a row on excel master sheet to row on another sheet on Mac Excel 2011?

Use the name of a sheet, followed by an exclamation mark and a cell reference. The following would take the value in cell C21 on Sheet2 and put it wherever the formula is typed. =Sheet2!C21


How do you calculate Microsoft Excel sheet Debt-Service Coverage Ratio - DSCR?

Calculating DSCR in Excel sheet


How is a sheet made active on excel 2007?

Select the sheet.


What is a model in excel?

A spread sheet


What is the formula to copy data from one sheet and to put it in another sheet in Excel?

There is no automatic forumla to copy and paste in excel, unless you write a custom macro. You could use a formula in sheet1 to show the value of a cell on sheet1, like this: In sheet1 put =sheet1!A1