Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using the MAX formula - ie MAX of a2,a3,a4,a5,a6 etc. ( These are date
fields ) but how do I ensure a blank field is returned if a2-a6 are empty ( rather than 0-Jan-00? Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(count(yourrange)=0,"",max(yourrange))
Dates are numbers to excel. David Brereton wrote: I am using the MAX formula - ie MAX of a2,a3,a4,a5,a6 etc. ( These are date fields ) but how do I ensure a blank field is returned if a2-a6 are empty ( rather than 0-Jan-00? Thanks. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pivot tables, calculated fields, empty cells and zeros | Excel Discussion (Misc queries) | |||
pivot tables, calculated fields, empty cells and zeros | Excel Discussion (Misc queries) | |||
if not empty, not a formula? | Excel Discussion (Misc queries) | |||
disregarding empty fields during average | Excel Discussion (Misc queries) | |||
Viewing an Excel sheet w/out all the empty fields... | Excel Discussion (Misc queries) |