I have to prepare reports about monthly sales for the management and report needs monthly sales calculated among other things for a date range provided. Currently, I'm "=eomonth" 'ing by adding another column to know the end of month date in the sheet where data is entered and then using "Sum(if)" to calculate the sum of sales for a given month as a condition.
This however requires me to keep dragging the formula in the data sheet to not miss any transactions. Can I directly use the "eomonth" within the formula to include the entire column to directly pick those entries that qualify for being included within the date range.