this should be easy...highest value in a row

  • Thread starter Thread starter jacob farino
  • Start date Start date
J

jacob farino

How do you display the highest numeric value in a row?

Example:

Row 1:
A 100 B 200 C 300 D displays "300", highest number on row 1.

lookup value or something????????

thanks!!!
(e-mail address removed)
 
Hi Jacob

=max(1:1)

--
XL2002
Regards

William

(e-mail address removed)

| How do you display the highest numeric value in a row?
|
| Example:
|
| Row 1:
| A 100 B 200 C 300 D displays "300", highest number on row 1.
|
| lookup value or something????????
|
| thanks!!!
| (e-mail address removed)
|
|
 
How do you display the highest numeric value in a row?

Example:

Row 1:
A 100 B 200 C 300 D displays "300", highest number on row 1.

lookup value or something????????

thanks!!!
(e-mail address removed)

=MAX(1:1)


--ron
 

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