I have a spreadsheet made up of several worksheets. Each worksheet contains several thousand rows of data. The data consists of an ID Number, Date Requested, Date Paid and Days Between. I need to average this data 3 ways.
1st – average by Days Between (did this)
2nd – average by Days Between based on payment within the last 3 months
3rd – average by Days Between based on payment within the last 6 months
I know how to do date based averaging by filtering the data, but I can’t figure out how to do it without filtering. Can anyone help me with the formula that I need to use?