+ Reply to Thread
Results 1 to 3 of 3

Percentage of difference formula

  1. #1
    gallegos1580
    Guest

    Percentage of difference formula

    Can someone help me write a percentage of difference formula,

    EG
    Billed Paid difference percentage of billed paid
    200 100 100 50%
    100 200 -100 200%

  2. #2
    tim m
    Guest

    RE: Percentage of difference formula

    You want a formula to calculate the % of billed paid (not sure I understand
    what you mean by % of difference.

    If your data starts in A1 to calculate the % you should be able to fomat the
    column as % and enter the following formula. =B1/A1 and copy it down.

    B1 being the paid and A1 being the billed.
    "gallegos1580" wrote:

    > Can someone help me write a percentage of difference formula,
    >
    > EG
    > Billed Paid difference percentage of billed paid
    > 200 100 100 50%
    > 100 200 -100 200%


  3. #3
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    gallegos1580,

    Try,

    =(B2-A2)/(A2)+1


    HTH

    Steve

+ 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