Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Does anyone know this formula ? lowest value shows in a cell

I have a sheet with 3 columns. Each of the 3 columns has values in the
cells. I want the lowest of these 3 values to appear in a 4th column,
and even on a cell in a different worksheet as a 2nd part to the
question. Does anyone know the formula to achive this?

Help appreciated- Doug

  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Does anyone know this formula ? lowest value shows in a cell

Hi

This:
=MIN(A2:C2)
will give you the minimum of the three cells. You can copy this down the
column.
If you just want the minumum of the whole of the three columns, use
=MIN(A:C)
If you want to use more than one sheet, you could use
=MIN(MIN(sheet1!A:C),MIN(sheet2!A:C))

Andy.

wrote in message
oups.com...
I have a sheet with 3 columns. Each of the 3 columns has values in the
cells. I want the lowest of these 3 values to appear in a 4th column,
and even on a cell in a different worksheet as a 2nd part to the
question. Does anyone know the formula to achive this?

Help appreciated- Doug



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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Cell just shows formula after named region var change John Excel Worksheet Functions 4 January 19th 06 02:33 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Some text shows in the formula bar but not in the cell. George M. Excel Discussion (Misc queries) 5 May 20th 05 12:43 AM
Cell shows formula and not the result of the formula. stumpy Excel Worksheet Functions 2 January 14th 05 04:44 PM


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

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

About Us

"It's about Microsoft Excel"