ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Findiing highest and lowest in rows and columns (https://www.excelbanter.com/excel-worksheet-functions/447161-findiing-highest-lowest-rows-columns.html)

NetNathan1

Findiing highest and lowest in rows and columns
 
I have several rows and columns of numerical data.
What is the easiest way to find he highest and lowest number in the cells?

Can I highlight the highest cell in red and lowest cell in blue?

Can this be done on a .csv file also?

[email protected]

Findiing highest and lowest in rows and columns
 
On Tuesday, September 18, 2012 4:13:29 PM UTC-7, NetNathan1 wrote:
I have several rows and columns of numerical data.

What is the easiest way to find he highest and lowest number in the

cells?



Can I highlight the highest cell in red and lowest cell in blue?



Can this be done on a .csv file also?









--

NetNathan1


For columns try:

=LARGE(A1:A10,1)
=SMALL(A1:A10,1)

For rows try:
=LARGE(A1:Z1,1)
=SMALL(A1:Z1,1)

HTH
Regards,
Howard

[email protected]

Findiing highest and lowest in rows and columns
 
On Tuesday, September 18, 2012 4:13:29 PM UTC-7, NetNathan1 wrote:
I have several rows and columns of numerical data.

What is the easiest way to find he highest and lowest number in the

cells?



Can I highlight the highest cell in red and lowest cell in blue?



Can this be done on a .csv file also?









--

NetNathan1


Overlooked the color aspect. Take a look at conditional formatting.

I don't know about .csv file.

H'wd

NetNathan1

Quote:

Originally Posted by (Post 1605650)
On Tuesday, September 18, 2012 4:13:29 PM UTC-7, NetNathan1 wrote:
I have several rows and columns of numerical data.

What is the easiest way to find he highest and lowest number in the

cells?

Can I highlight the highest cell in red and lowest cell in blue?



Can this be done on a .csv file also?


NetNathan1


Overlooked the color aspect. Take a look at conditional formatting.

I don't know about .csv file.

H'wd

I assume rows and columns would be

=LARGE(A1:D10,1)
=SMALL(A1:D10,1)
Tested works good....Thanks

Now just t figure out conditional formatting....the more complicated part.

It will work with a csv file I will just have to save it to an .xls to retain colors and formulas.


All times are GMT +1. The time now is 07:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com