Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible? | Excel Worksheet Functions | |||
Cell just shows formula after named region var change | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Some text shows in the formula bar but not in the cell. | Excel Discussion (Misc queries) | |||
Cell shows formula and not the result of the formula. | Excel Worksheet Functions |