MAX function

  • Thread starter Thread starter Asif
  • Start date Start date
A

Asif

How do you search through an entire worksheet (the formula resides in another worksheet) to find the largest number with the MAX function?

Thanks.
 
Hi asif,

Here's one way:

=MAX(Sheet2!1:65536)

This formula would reside on Sheet1 and return the max
value in Sheet2.

Biff
-----Original Message-----
How do you search through an entire worksheet (the
formula resides in another worksheet) to find the largest
number with the MAX function?
 
Asif

Assuming sheet1 with formula and sheet2 with numbers.

On sheet1 enter =MAX(sheet2!1:65536)

Gord Dibben XL2002
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top