R
Richard Yates
Excel array formulas drive me crazy. I think part of my brain formed early
under the influence of Fortran (yes I know that dates me).
I have two columns of data named 'Date_In' and 'Date_Out. I want to count
all of those rows in which 'Date_In' is before a certain date ('Then') and
'Date_Out' as after another date ('Now'). Why doesn't this work?
{=Sum(if(and(Date_In<Then,Date_Out>Now),1,0))}
Richard Yates
under the influence of Fortran (yes I know that dates me).
I have two columns of data named 'Date_In' and 'Date_Out. I want to count
all of those rows in which 'Date_In' is before a certain date ('Then') and
'Date_Out' as after another date ('Now'). Why doesn't this work?
{=Sum(if(and(Date_In<Then,Date_Out>Now),1,0))}
Richard Yates