Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HI,
In cells A1 to A4 I have formulas picking up values from other cells. If any of them is 'empty' it shows #N/A and it is preventing cell A5 =MIN(A1:A4) from showing the minimum value. Is there a way to solve this Thank you!! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=MIN(IF(ISNUMBER(A1:A4),A1:A4,""))
this is an array formula that must be entered with CNTRL-SHFT-ENTER rather than just the ENTER key -- Gary''s Student - gsnu200812 "Arno" wrote: HI, In cells A1 to A4 I have formulas picking up values from other cells. If any of them is 'empty' it shows #N/A and it is preventing cell A5 =MIN(A1:A4) from showing the minimum value. Is there a way to solve this Thank you!! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
It has worked straight away. I really thank you because on my own I would not have made it. Ciao Grazie Arno :) "Arno" wrote: HI, In cells A1 to A4 I have formulas picking up values from other cells. If any of them is 'empty' it shows #N/A and it is preventing cell A5 =MIN(A1:A4) from showing the minimum value. Is there a way to solve this Thank you!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MINIMUM | Excel Worksheet Functions | |||
Minimum IF | Excel Worksheet Functions | |||
Minimum Value | Excel Worksheet Functions | |||
How to lookup the minimum, 2nd minimum and 3rd minimum......... | Excel Worksheet Functions | |||
Minimum Value | Excel Worksheet Functions |