Large Function

  • Thread starter Thread starter wjohnson
  • Start date Start date
W

wjohnson

Can I use the LARGE Function with individual Cells or do they have to be
next to each other, (i.e A1:A6)?
Using the following I would like to have the value of B5 display in
Cell E5 using the LARGE Function.
Cell A1=10
Cell B5=20
Cell C6=15
 
=SUMPRODUCT(LARGE(INDIRECT({"A1","B5","C6"})),1)

or

=SUMPRODUCT(MAX(INDIRECT({"A1","B5","C6"})))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Are you sure you need the LARGE() function, not MAX()?
Please state your functional requirements
 
Doh!

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
But mine is good if you want the second largest :-(

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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