how to figure

  • Thread starter Thread starter cjbarron5
  • Start date Start date
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)
 

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