Want data table cell with the maximum and minimum values of another page to
show as a/b in a cell. Is this possible?
drb - 04 Feb 2008 02:06 GMT
Forgot to mention using Winxp with Excel 2002.
"drb" <drburdiX@pacbell.net> wrote in message news:...
> Want data table cell with the maximum and minimum values of another page
> to show as a/b in a cell. Is this possible?
Tyro - 04 Feb 2008 02:20 GMT
Don't have a clue what you're talking about. Perhaps you could show an
example.
Tyro
> Want data table cell with the maximum and minimum values of another page
> to show as a/b in a cell. Is this possible?
T. Valko - 04 Feb 2008 04:00 GMT
A/B
A = max
B = min
=MAX(Sheet2!A1:A10)&"/"&MIN(Sheet2!A1:A10)

Signature
Biff
Microsoft Excel MVP
> Want data table cell with the maximum and minimum values of another page
> to show as a/b in a cell. Is this possible?
drb - 04 Feb 2008 04:45 GMT
Excellent, excellent. Exactly what I needed. THANK YOU.
> A/B
>
[quoted text clipped - 5 lines]
>> Want data table cell with the maximum and minimum values of another page
>> to show as a/b in a cell. Is this possible?
T. Valko - 04 Feb 2008 06:14 GMT
You're welcome. Thanks for the feedback!

Signature
Biff
Microsoft Excel MVP
> Excellent, excellent. Exactly what I needed. THANK YOU.
>
[quoted text clipped - 7 lines]
>>> Want data table cell with the maximum and minimum values of another page
>>> to show as a/b in a cell. Is this possible?