![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 8
|
Does anyone know how I can set up a formula to take the minimum of a column only if it is over 0?
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=MIN(IF(A1:A100>0,A1:A100)) To array-enter a formula you need to hit control+shift+enter at the same time, not just enter. Edited to cover the condition of over zero. Aladin [ This Message was edited by: Aladin Akyurek on 2002-04-25 13:54 ] |
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
{=MIN(IF(A1:A10>0,A1:A10))}
Note: This is an array formula which is entered using the Control+Shift+Enter key combination. For more information see the Excel Help Index topic for "About array formulas and how to enter them". |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|