+ Reply to Thread
Results 1 to 6 of 6

determine percentage of growth

  1. #1
    restore
    Guest

    determine percentage of growth

    I am trying to determine a 6mo. yearly growth chart
    to show increase in monthly profit?
    What would the formula be to do this?

  2. #2
    Art
    Guest

    RE: determine percentage of growth

    Can you give us an example?

    "restore" wrote:

    > I am trying to determine a 6mo. yearly growth chart
    > to show increase in monthly profit?
    > What would the formula be to do this?


  3. #3
    restore
    Guest

    RE: determine percentage of growth

    example would be if in 03-04 I had $25,000 total income - in 04-05 - I had
    $44,000 income - how do I figure the % of growth between the two years?

    "Art" wrote:

    > Can you give us an example?
    >
    > "restore" wrote:
    >
    > > I am trying to determine a 6mo. yearly growth chart
    > > to show increase in monthly profit?
    > > What would the formula be to do this?


  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    << example would be if in 03-04 I had $25,000 total income - in 04-05 - I had
    $44,000 income - how do I figure the % of growth between the two years? >>

    ASSUME:

    Cell A1 contains your 03-04 income of $25000
    Cell B1 contains your 04-05 income of $44000

    then your percentage growth

    =(B1-A1)/A1

    I hope this is what you are looking for.

    Regards.
    BenjieLop
    Houston, TX

  5. #5
    Art
    Guest

    RE: determine percentage of growth

    Assuming I understand your dates correctly, you had a profit of $25,000 in
    the month of March 2004 and a profit of $44,000 in the month of April 2005.

    Suppose A1=$25,000 and B1=$44,000. A2=March 2004 B2=April 2005.
    Set A3=Month(A2)+12*Year(A2).
    Set B3=Month(B2)+12*Year(B2).

    Your annual percentage increase would be:
    (B1/A1)^(A3/B3)-1

    I'm not entirely sure this is what you're looking for, but I hope it helps.

    Art


    "restore" wrote:

    > example would be if in 03-04 I had $25,000 total income - in 04-05 - I had
    > $44,000 income - how do I figure the % of growth between the two years?
    >
    > "Art" wrote:
    >
    > > Can you give us an example?
    > >
    > > "restore" wrote:
    > >
    > > > I am trying to determine a 6mo. yearly growth chart
    > > > to show increase in monthly profit?
    > > > What would the formula be to do this?


  6. #6
    Art
    Guest

    RE: determine percentage of growth

    OOPs I made a mistake in that reply:

    The last formula should be:

    (B1/A1)^(12/(B3-A3))-1

    "Art" wrote:

    > Assuming I understand your dates correctly, you had a profit of $25,000 in
    > the month of March 2004 and a profit of $44,000 in the month of April 2005.
    >
    > Suppose A1=$25,000 and B1=$44,000. A2=March 2004 B2=April 2005.
    > Set A3=Month(A2)+12*Year(A2).
    > Set B3=Month(B2)+12*Year(B2).
    >
    > Your annual percentage increase would be:
    > (B1/A1)^(A3/B3)-1
    >
    > I'm not entirely sure this is what you're looking for, but I hope it helps.
    >
    > Art
    >
    >
    > "restore" wrote:
    >
    > > example would be if in 03-04 I had $25,000 total income - in 04-05 - I had
    > > $44,000 income - how do I figure the % of growth between the two years?
    > >
    > > "Art" wrote:
    > >
    > > > Can you give us an example?
    > > >
    > > > "restore" wrote:
    > > >
    > > > > I am trying to determine a 6mo. yearly growth chart
    > > > > to show increase in monthly profit?
    > > > > What would the formula be to do this?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1