Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
Im using the formula MIN to select the minimun date of a columm, but in that colum there are several blank cells that must keep blank. Which formula could i use to ignore the blank cells ans selecct the minimun date? Thank u!!!! Leticia |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=min()
it ignores text and empty cells. or maybe: =if(count(a1:a10)=0,"No Numbers",min(a1:a10)) Leticia wrote: Hello, Im using the formula MIN to select the minimun date of a columm, but in that colum there are several blank cells that must keep blank. Which formula could i use to ignore the blank cells ans selecct the minimun date? Thank u!!!! Leticia -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I used this formula and it works great
{=min(if((a1:a10)0,(a1:a10)))} Notice though it is an array formula "Dave Peterson" wrote: =min() it ignores text and empty cells. or maybe: =if(count(a1:a10)=0,"No Numbers",min(a1:a10)) Leticia wrote: Hello, Im using the formula MIN to select the minimun date of a columm, but in that colum there are several blank cells that must keep blank. Which formula could i use to ignore the blank cells ans selecct the minimun date? Thank u!!!! Leticia -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Since the OP is working with dates, I bet all of the dates are positive <bg.
Seems like overkill to me. Andy wrote: I used this formula and it works great {=min(if((a1:a10)0,(a1:a10)))} Notice though it is an array formula "Dave Peterson" wrote: =min() it ignores text and empty cells. or maybe: =if(count(a1:a10)=0,"No Numbers",min(a1:a10)) Leticia wrote: Hello, Im using the formula MIN to select the minimun date of a columm, but in that colum there are several blank cells that must keep blank. Which formula could i use to ignore the blank cells ans selecct the minimun date? Thank u!!!! Leticia -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to ignore cells in ranking? | Excel Discussion (Misc queries) | |||
Formula to delete blank cells across multiple columns? | Excel Worksheet Functions | |||
Copy down - special to fill only the blank cells | Excel Discussion (Misc queries) | |||
how do you ignore blank cells | Excel Discussion (Misc queries) | |||
Non Blank - Blank Cells???? | Excel Discussion (Misc queries) |