Hi,
Currently I use the following formula to determine whether an entry in my data extract was opened within the past 12 months ^=IF(DATE(2006,11,1)>R2,”Old”,”New”)
My extracts consist of 20,000 to 40,000 rows. By inserting a New/Old column and using the formula I can extract information(pivot/filter) based on just those entries that occurred in the previous 12 months.
I now have the requirement to extract information that is 13 to 24 months old. For this I need to specify if the data in column R is between 2005/11/1 and 2006/10/31 and give it a name eg “prevyear”. It doesn’t matter what the other data is called, so long as I can identify the data between 13 and 24 months old.
Can anyone suggest a formula that I could use?
Thanks
capri