I am using the DATE() function inside of a larger function, but I notice the following problem even if I just do the following in separate cells:
=DATE(2011,1,1)
=DATE(2011,2,1)
=DATE(2011,3,1)
If I hilight those 3 cells and drag the autofill down to the next cell, it fills it with 1/1/2011 instead of 4/1/2011. Why is this? Why isn't Excel recognizing an obvious pattern here?
=DATE(2011,1,1)
=DATE(2011,2,1)
=DATE(2011,3,1)
If I hilight those 3 cells and drag the autofill down to the next cell, it fills it with 1/1/2011 instead of 4/1/2011. Why is this? Why isn't Excel recognizing an obvious pattern here?