N
NFL
This formula will give me the previous month (which is March 2010) and will
also include 01 April 2010 data.
Between DateSerial(Year(Date()),Month(Date()),1) And
DateSerial(Year(Date()),Month(Date())-1,0)
I tried this formula, but 31 March 2010 will not show up.
Between DateSerial(Year(Date()),Month(Date()),-1) And
DateSerial(Year(Date()),Month(Date())-1,0)
Regardless of how many days in the month, is there way this can be fixed to
show only the previous month?
Thank you!
also include 01 April 2010 data.
Between DateSerial(Year(Date()),Month(Date()),1) And
DateSerial(Year(Date()),Month(Date())-1,0)
I tried this formula, but 31 March 2010 will not show up.
Between DateSerial(Year(Date()),Month(Date()),-1) And
DateSerial(Year(Date()),Month(Date())-1,0)
Regardless of how many days in the month, is there way this can be fixed to
show only the previous month?
Thank you!