A Weightloss and diet forum. WeightLossBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » WeightLossBanter forum » alt.support.diet newsgroups » Weightwatchers
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

Excel Question - lowest value in column??



 
 
Thread Tools Display Modes
  #1  
Old August 11th, 2004, 08:32 PM
Chrys
external usenet poster
 
Posts: n/a
Default Excel Question - lowest value in column??

"Fred" wrote in message
...
I am trying to AUTOMATICALLY find the lowest value in a column. Now
the column values are derived from formulas, so it is not just a plain
numeric value. Yes, I can look down the column but computers should
do this for you (G)

I tried just pointing to a cell in the column but neither the sort
button, nor the menu, data, sort works - grayed out.

Thanks in advance


=MIN(range)


  #2  
Old August 11th, 2004, 08:32 PM
Chrys
external usenet poster
 
Posts: n/a
Default

"Fred" wrote in message
...
I am trying to AUTOMATICALLY find the lowest value in a column. Now
the column values are derived from formulas, so it is not just a plain
numeric value. Yes, I can look down the column but computers should
do this for you (G)

I tried just pointing to a cell in the column but neither the sort
button, nor the menu, data, sort works - grayed out.

Thanks in advance


=MIN(range)


  #3  
Old August 11th, 2004, 09:17 PM
Chrys
external usenet poster
 
Posts: n/a
Default Excel Question - lowest value in column??

"Fred" wrote in message
...
Thanks.

Anyway to make that generic.

My column is B

So I did put in an expression:

=min(b1.b500)

and that worked but I don't have 500 items in the column but the
column may grow (hopefully, NOT ME), so a more flexible formula???

But would there be a way to just say COLUMN B?


To target anything in column B, use this formula:

=MIN(B:B)

And, now, any way to have it show which cell has that value? (G)

Again, thanks.


I'm not seeing any easy way to do that, but it seems like there should be a
way.


  #4  
Old August 11th, 2004, 09:17 PM
Chrys
external usenet poster
 
Posts: n/a
Default

"Fred" wrote in message
...
Thanks.

Anyway to make that generic.

My column is B

So I did put in an expression:

=min(b1.b500)

and that worked but I don't have 500 items in the column but the
column may grow (hopefully, NOT ME), so a more flexible formula???

But would there be a way to just say COLUMN B?


To target anything in column B, use this formula:

=MIN(B:B)

And, now, any way to have it show which cell has that value? (G)

Again, thanks.


I'm not seeing any easy way to do that, but it seems like there should be a
way.


  #5  
Old August 11th, 2004, 09:23 PM
Chrys
external usenet poster
 
Posts: n/a
Default Excel Question - lowest value in column??

"Chrys" wrote in message
...
"Fred" wrote in message
...
Thanks.

Anyway to make that generic.

My column is B

So I did put in an expression:

=min(b1.b500)

and that worked but I don't have 500 items in the column but the
column may grow (hopefully, NOT ME), so a more flexible formula???

But would there be a way to just say COLUMN B?


To target anything in column B, use this formula:

=MIN(B:B)

And, now, any way to have it show which cell has that value? (G)

Again, thanks.


I'm not seeing any easy way to do that, but it seems like there should be

a
way.


Here's one way to get the lowest row marked. Let's say you wanted a "*" in
the column right next to your low value to mark it. In column C, you could
enter something like this in the first row of data (if row 1 is the heading,
and row 2 is where your data starts):

=IF(B2=MIN(B:B),"*","")

If the value in B in the same row was the lowest, it would show "*",
otherwise, it would leave the cell empty.


  #6  
Old August 11th, 2004, 09:23 PM
Chrys
external usenet poster
 
Posts: n/a
Default

"Chrys" wrote in message
...
"Fred" wrote in message
...
Thanks.

Anyway to make that generic.

My column is B

So I did put in an expression:

=min(b1.b500)

and that worked but I don't have 500 items in the column but the
column may grow (hopefully, NOT ME), so a more flexible formula???

But would there be a way to just say COLUMN B?


To target anything in column B, use this formula:

=MIN(B:B)

And, now, any way to have it show which cell has that value? (G)

Again, thanks.


I'm not seeing any easy way to do that, but it seems like there should be

a
way.


Here's one way to get the lowest row marked. Let's say you wanted a "*" in
the column right next to your low value to mark it. In column C, you could
enter something like this in the first row of data (if row 1 is the heading,
and row 2 is where your data starts):

=IF(B2=MIN(B:B),"*","")

If the value in B in the same row was the lowest, it would show "*",
otherwise, it would leave the cell empty.


  #7  
Old August 11th, 2004, 09:41 PM
Laura
external usenet poster
 
Posts: n/a
Default Excel Question - lowest value in column??


"Fred" wrote in message
...
Thanks.

Anyway to make that generic.

My column is B

So I did put in an expression:

=min(b1.b500)

and that worked but I don't have 500 items in the column but the
column may grow (hopefully, NOT ME), so a more flexible formula???

But would there be a way to just say COLUMN B?

And, now, any way to have it show which cell has that value? (G)

Again, thanks.

On Wed, 11 Aug 2004 12:32:24 -0700, "Chrys"
wrote:

"Fred" wrote in message
.. .
I am trying to AUTOMATICALLY find the lowest value in a column. Now
the column values are derived from formulas, so it is not just a plain
numeric value. Yes, I can look down the column but computers should
do this for you (G)

I tried just pointing to a cell in the column but neither the sort
button, nor the menu, data, sort works - grayed out.

Thanks in advance


=MIN(range)


You could name the range (Insertnamedefine) like "weight" and then the
formula would be =min(weight).


  #8  
Old August 11th, 2004, 09:41 PM
Laura
external usenet poster
 
Posts: n/a
Default Excel Question - lowest value in column??


"Fred" wrote in message
...
Thanks.

Anyway to make that generic.

My column is B

So I did put in an expression:

=min(b1.b500)

and that worked but I don't have 500 items in the column but the
column may grow (hopefully, NOT ME), so a more flexible formula???

But would there be a way to just say COLUMN B?

And, now, any way to have it show which cell has that value? (G)

Again, thanks.

On Wed, 11 Aug 2004 12:32:24 -0700, "Chrys"
wrote:

"Fred" wrote in message
.. .
I am trying to AUTOMATICALLY find the lowest value in a column. Now
the column values are derived from formulas, so it is not just a plain
numeric value. Yes, I can look down the column but computers should
do this for you (G)

I tried just pointing to a cell in the column but neither the sort
button, nor the menu, data, sort works - grayed out.

Thanks in advance


=MIN(range)


You could name the range (Insertnamedefine) like "weight" and then the
formula would be =min(weight).


  #9  
Old August 11th, 2004, 09:41 PM
Laura
external usenet poster
 
Posts: n/a
Default


"Fred" wrote in message
...
Thanks.

Anyway to make that generic.

My column is B

So I did put in an expression:

=min(b1.b500)

and that worked but I don't have 500 items in the column but the
column may grow (hopefully, NOT ME), so a more flexible formula???

But would there be a way to just say COLUMN B?

And, now, any way to have it show which cell has that value? (G)

Again, thanks.

On Wed, 11 Aug 2004 12:32:24 -0700, "Chrys"
wrote:

"Fred" wrote in message
.. .
I am trying to AUTOMATICALLY find the lowest value in a column. Now
the column values are derived from formulas, so it is not just a plain
numeric value. Yes, I can look down the column but computers should
do this for you (G)

I tried just pointing to a cell in the column but neither the sort
button, nor the menu, data, sort works - grayed out.

Thanks in advance


=MIN(range)


You could name the range (Insertnamedefine) like "weight" and then the
formula would be =min(weight).


  #10  
Old August 12th, 2004, 01:29 AM
Laura
external usenet poster
 
Posts: n/a
Default Excel Question - lowest value in column??

Either have I. I had to look around for it.

"Fred" wrote in message
...
Ohhhhhhh. I have not named a range since Lotus 123 (G)

On Wed, 11 Aug 2004 20:41:05 GMT, "Laura"
wrote:


"Fred" wrote in message
.. .
Thanks.

Anyway to make that generic.

My column is B

So I did put in an expression:

=min(b1.b500)

and that worked but I don't have 500 items in the column but the
column may grow (hopefully, NOT ME), so a more flexible formula???

But would there be a way to just say COLUMN B?

And, now, any way to have it show which cell has that value? (G)

Again, thanks.

On Wed, 11 Aug 2004 12:32:24 -0700, "Chrys"
wrote:

"Fred" wrote in message
.. .
I am trying to AUTOMATICALLY find the lowest value in a column. Now
the column values are derived from formulas, so it is not just a

plain
numeric value. Yes, I can look down the column but computers should
do this for you (G)

I tried just pointing to a cell in the column but neither the sort
button, nor the menu, data, sort works - grayed out.

Thanks in advance

=MIN(range)


You could name the range (Insertnamedefine) like "weight" and then

the
formula would be =min(weight).




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Laura - Excel Question (G) Laura Weightwatchers 5 May 25th, 2004 03:35 AM
Glycogen weight question and a status update JJ Low Carbohydrate Diets 27 April 19th, 2004 10:51 PM
Excel Question - columns of weeks for weighin results Fred Weightwatchers 24 January 25th, 2004 04:06 AM
Question about the Excel spreadsheet Cyndi Low Carbohydrate Diets 7 December 31st, 2003 07:33 PM
Can you...question about sucralose Lexin Low Carbohydrate Diets 23 November 1st, 2003 09:05 PM


All times are GMT +1. The time now is 07:19 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 WeightLossBanter.
The comments are property of their posters.