I am doing some sales analysis and need to analyze product sales over time.
I need to pull just the month out of a cell with the date in it. The dates are formatted as 9/12/2000. If I use =MONTH and point to the cell containing 9/12/2000, the function returns January 1900. Is there any faster way of getting the month besides typing =MONTH(“2000,9,12) etc into each cell. I’ve also thought of changing the date amounts to text and using the =LEFT function to get the month but that is also quite a bit of work. My database has 1300+ rows right now.
Another question: Can I nest a =AND function into a =COUNTIF function. I’ve tried and can’t get it to work.
Thanks in advance for any help you might be able to give me.
Christa