![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Apr 2002
Posts: 91
|
How do i calculate the minumum of five values without calculating a value if it is zero
ie 0 5 2 7 i want the minimum to show 2 Thanks! |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
copy this into a cell
=MIN(IF(A1:A4,A1:A4)) hit F2, then hit control shift enter. This is necessary to make this array formula work properly and avoid a value! error |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Posts: 91
|
thanks!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|