how to figure

R

RagDyer

If they're *real* numbers:

=Max(A1:Z1)
=Min(A1:Z1)

If they're Text, you might try these*array* formulas:

=Max(--A1:Z1)
=Min(--A1:Z1)
 
Top