+ Reply to Thread
Results 1 to 8 of 8

Excel Formula

  1. #1
    grobertson
    Guest

    Excel Formula

    Hi,
    I have two columns of numbers
    A B C
    1 103,956.09 119,894.84

    What I would like is a formula in Cell C1 that will show a percentage
    increase of cell B1 on A1.

    Many Thanks
    Glenn

  2. #2
    Guest

    Re: Excel Formula

    Hi

    Try this:
    =(B2-A2)/A2

    Andy


    "grobertson" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    > I have two columns of numbers
    > A B C
    > 1 103,956.09 119,894.84
    >
    > What I would like is a formula in Cell C1 that will show a percentage
    > increase of cell B1 on A1.
    >
    > Many Thanks
    > Glenn




  3. #3
    Doug Kanter
    Guest

    Re: Excel Formula


    "grobertson" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    > I have two columns of numbers
    > A B C
    > 1 103,956.09 119,894.84
    >
    > What I would like is a formula in Cell C1 that will show a percentage
    > increase of cell B1 on A1.
    >
    > Many Thanks
    > Glenn


    Begin by writing down the formula as if you were showing it to a high school
    student. Show us what you come up with.



  4. #4
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    =(B1-A1)/A1 and format as a percentage

    Regards

    Dav

  5. #5
    ewan7279
    Guest

    RE: Excel Formula

    Glenn,

    In C1, enter: =(B1-A1)/A1

    Ewan

    "grobertson" wrote:

    > Hi,
    > I have two columns of numbers
    > A B C
    > 1 103,956.09 119,894.84
    >
    > What I would like is a formula in Cell C1 that will show a percentage
    > increase of cell B1 on A1.
    >
    > Many Thanks
    > Glenn


  6. #6
    ewan7279
    Guest

    RE: Excel Formula

    Sorry - must format too,

    In C1 enter: =(B1-A1)/A1

    then format the cell by going to Format=>Cells=>Percentage

    "grobertson" wrote:

    > Hi,
    > I have two columns of numbers
    > A B C
    > 1 103,956.09 119,894.84
    >
    > What I would like is a formula in Cell C1 that will show a percentage
    > increase of cell B1 on A1.
    >
    > Many Thanks
    > Glenn


  7. #7
    bpeltzer
    Guest

    RE: Excel Formula

    In cell C1: =b1/a1 - 1. Format as a percentage

    "grobertson" wrote:

    > Hi,
    > I have two columns of numbers
    > A B C
    > 1 103,956.09 119,894.84
    >
    > What I would like is a formula in Cell C1 that will show a percentage
    > increase of cell B1 on A1.
    >
    > Many Thanks
    > Glenn


  8. #8
    Neil
    Guest

    RE: Excel Formula

    If you want the result to display as a percentage also format cell C1 as a
    percentage.

    HTH

    Neil
    www.nwarwick.co.uk

    "ewan7279" wrote:

    > Glenn,
    >
    > In C1, enter: =(B1-A1)/A1
    >
    > Ewan
    >
    > "grobertson" wrote:
    >
    > > Hi,
    > > I have two columns of numbers
    > > A B C
    > > 1 103,956.09 119,894.84
    > >
    > > What I would like is a formula in Cell C1 that will show a percentage
    > > increase of cell B1 on A1.
    > >
    > > Many Thanks
    > > Glenn


+ 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