View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Renegade Renegade is offline
external usenet poster
 
Posts: 25
Default how to trigger data

Thanks both for your replies. The standard formula is fine, but what I
intended to achieve is have some sort of automation, so Excel could recognize
when it sees a 2nd Jan (Jan-2006), which would automatically detect the
figure for the first Jan (Jan-2005), then divide/work out the growth rate,
when it sees the 3rd Jan (Jan-2005) occurring, the figure would automatically
divide the figure for 2nd Jan... sorry if I didn't express clearly... so is
there a formula which allows me to copy across the whole range? Thanks

"Gary''s Student" wrote:

With your monthly data in row #1, In A2 enter:

=(M1-A1)/A1 format as percent and copy this formula across the second row.
--
Gary''s Student - gsnu200909


"renegade" wrote:

I have laid out a table containing 50 data on a monthly for a period of 5
years. I intend to calculate growth rate calculated over the same period in
different years.

So Row 1 contains: Jan-02, Feb-02, Mar-02, ...Jan-03, Feb-03, ...

So the growth rate I intend to calculate would be Jan-03/Jan-02,
Jan-04/Jan-03, Feb-03/Feb-02, and so on... Is there a function which could
locate and trigger the right data and then calculate? Thanks!