R
Rab
I have a set of data that I serach by date [enter start date] and [enter end
date]. It returns the data I need which is costs. What I would like to do is
after entering the start and end dates to also pull data for the exact same
time period the previous year. For example:
1/1/2009 to 7/1/2009
X $5.00
X $10.00
Compare that data to
1/1/2008 to 1/1/2008
X $2.00
X $15.00
The time periods may be 1 month, 6 months, or a year. Any ideas
date]. It returns the data I need which is costs. What I would like to do is
after entering the start and end dates to also pull data for the exact same
time period the previous year. For example:
1/1/2009 to 7/1/2009
X $5.00
X $10.00
Compare that data to
1/1/2008 to 1/1/2008
X $2.00
X $15.00
The time periods may be 1 month, 6 months, or a year. Any ideas