+ Reply to Thread
Results 1 to 3 of 3

Percentage

Hybrid View

  1. #1
    chedd via OfficeKB.com
    Guest

    Percentage

    I wish to make a comparision between one month percentage to another and show
    the difference to state whether it is higher or lower. Is there a formula
    that could do this.

    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...excel/200606/1

  2. #2
    hans bal(nl)
    Guest

    RE: Percentage

    If the percentages are in Cell A1 and A2

    use the folliwing formula : =if(A2>A1,"Higher";IF(A2<A1,"Lower","Equal")

    "chedd via OfficeKB.com" wrote:

    > I wish to make a comparision between one month percentage to another and show
    > the difference to state whether it is higher or lower. Is there a formula
    > that could do this.
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...excel/200606/1
    >


  3. #3
    CLR
    Guest

    RE: Percentage

    If you have a list of percentages in column A, then this in B1, copied down,
    will provide a graphical sort of visual.......

    =REPT("*",A1*100)

    Vaya con Dios,
    Chuck, CABGx3



    "chedd via OfficeKB.com" wrote:

    > I wish to make a comparision between one month percentage to another and show
    > the difference to state whether it is higher or lower. Is there a formula
    > that could do this.
    >
    > --
    > Message posted via OfficeKB.com
    > http://www.officekb.com/Uwe/Forums.a...excel/200606/1
    >


+ 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