Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Have three columns R,S,T
 
Posts: n/a
Default Multiple questions in a formula

I have three cells S, T, U with vales 7,2,8
I want to look at all three cells and put the lowest value (T) in col Z
How can I do it in one formula?
Thanks

  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

In the cell in column Z type
=MIN(S:U)
or if there is actual cells rather than the whole column
=MIN(S1:U1)
these will put the lowest value in the cell

if it's the cell reference of the lowest value you're after use
=CELL("address",INDEX(S1:U1,MATCH(MIN(S1:U1),S1:U1 ,0)))


Cheers
JulieD


"Have three columns R,S,T" <Have three columns
wrote in message
...
I have three cells S, T, U with vales 7,2,8
I want to look at all three cells and put the lowest value (T) in col Z
How can I do it in one formula?
Thanks



  #3   Report Post  
Norman Jones
 
Posts: n/a
Default

Hi,

Try:

=Min(S1:U1)

---
Regards,
Norman



"Have three columns R,S,T" <Have three columns
wrote in message
...
I have three cells S, T, U with vales 7,2,8
I want to look at all three cells and put the lowest value (T) in col Z
How can I do it in one formula?
Thanks



  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

S,T and U are not cell addresses.

S1, T1 and U1 are cell addresses.

In Z1 enter =MIN(S1:U1)

Gord Dibben Excel MVP

On Sat, 4 Dec 2004 08:09:04 -0800, "Have three columns R,S,T" <Have three
columns wrote:

I have three cells S, T, U with vales 7,2,8
I want to look at all three cells and put the lowest value (T) in col Z
How can I do it in one formula?
Thanks


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Simple formula doesn't quite add up circeo Excel Discussion (Misc queries) 3 January 17th 05 09:04 PM
Re What is the formula for adding multiple numbers in a cell merlin_au Excel Discussion (Misc queries) 2 January 4th 05 11:50 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM
Excel 2003 - Formula result shows as 0:00 Serena Excel Worksheet Functions 4 November 11th 04 10:18 PM


All times are GMT +1. The time now is 11:06 PM.

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

About Us

"It's about Microsoft Excel"