Hi,
I'm mainly using a single sheet to track sales information. Within this, there are "stages" for where the lead is in the pipeline. I have a secondary sheet to track the data of how many leads are in each stage.
Example: Lead 1 is in the first stage -"Initial Call". Lead 2 is in the second stage -" PM Call". Lead 3 is in the third sage -"Site Assessment". As each day passes, the leads are moved through to the next stage.
On a the second (separate ) sheet, I want to see each week how many people are in which stage. I've been able to use =COUNTIF({Client Contact List Range 3}, Labels@row) to see where the numbers are currently. How do I edit the above form to break it up between date ranges such as last week or last month?
Thanks,