More than one formula in a cell??

G

Guest

Can you enter more than one formula in a single cell? What I mean is, I want
to list two values in a cell. For example, if I have the following data:
100
200
300
400
500
and I want the cell to display the highest and lowest values like: 500 \ 100
can I somehow enter LARGE(A1:A5,1) &"\" LARGE(A1:A5,5)
or do I have to use two cells?
 
G

Guest

Thanks!! This board sure is a help and a time saver! I'm thankful for those
that take the time to respond.
 
B

Bob Phillips

or even

=MAX(A1:A5,1)&"\"&MIN(A1:A5,5)

<g>


--

HTH

RP
(remove nothere from the 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

Top