+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Mark
    Guest

    Declaring a value to equal 100%

    I working on a chart to show progress towards a goal for a number of groups,
    teams, and departments. What I can' not figure out is how to, for example,
    declare $75,000 = 100%

    I need to show 4 departments on a chart, each with a different goal amount
    and each goal should represent 100%.

    I think that makes sense, if not, please let me know and I'll rephrase.

    Any help is appreciated.

    Thanks!



  2. #2
    John Mansfield
    Guest

    RE: Declaring a value to equal 100%

    Mark,

    Try setting your data up like this (the % Goal are the calculations you are
    looking for):

    Goal % Goal
    a 75,000 100%
    b 60,000 80%
    c 45,000 60%
    d 30,000 40%
    e 0 0%

    Then, with the Goal numbers in column B the calculations for the % Goal are:

    Goal % Goal
    a 75000 1
    b 60000 =B3/$B$2
    c 45000 =B4/$B$2
    d 30000 =B5/$B$2
    e 0 =B6/$B$2

    To set $75,000 at 100%, all you have to do is divide all numbers lower than
    75,000 into 75,000.

    Andy Pope has some Thermometer charts at his site that can be modified to
    create the chart that you want. Here's the URL:

    http://www.andypope.info/charts/thermometer.htm

    ----
    Regards,
    John Mansfield
    http://www.pdbook.com

    "Mark" wrote:

    > I working on a chart to show progress towards a goal for a number of groups,
    > teams, and departments. What I can' not figure out is how to, for example,
    > declare $75,000 = 100%
    >
    > I need to show 4 departments on a chart, each with a different goal amount
    > and each goal should represent 100%.
    >
    > I think that makes sense, if not, please let me know and I'll rephrase.
    >
    > Any help is appreciated.
    >
    > Thanks!
    >
    >
    >


  3. #3
    Mark
    Guest

    Re: Declaring a value to equal 100%

    Thank you, John. I will try this out. If I have any more questions, I'll
    be back.

    -Mark

    "John Mansfield" <JohnMansfield@discussions.microsoft.com> wrote in message
    news:94A8D7F9-296E-416A-BB3A-4B70FD9CEA67@microsoft.com...
    > Mark,
    >
    > Try setting your data up like this (the % Goal are the calculations you
    > are
    > looking for):
    >
    > Goal % Goal
    > a 75,000 100%
    > b 60,000 80%
    > c 45,000 60%
    > d 30,000 40%
    > e 0 0%
    >
    > Then, with the Goal numbers in column B the calculations for the % Goal
    > are:
    >
    > Goal % Goal
    > a 75000 1
    > b 60000 =B3/$B$2
    > c 45000 =B4/$B$2
    > d 30000 =B5/$B$2
    > e 0 =B6/$B$2
    >
    > To set $75,000 at 100%, all you have to do is divide all numbers lower
    > than
    > 75,000 into 75,000.
    >
    > Andy Pope has some Thermometer charts at his site that can be modified to
    > create the chart that you want. Here's the URL:
    >
    > http://www.andypope.info/charts/thermometer.htm
    >
    > ----
    > Regards,
    > John Mansfield
    > http://www.pdbook.com
    >
    > "Mark" wrote:
    >
    >> I working on a chart to show progress towards a goal for a number of
    >> groups,
    >> teams, and departments. What I can' not figure out is how to, for
    >> example,
    >> declare $75,000 = 100%
    >>
    >> I need to show 4 departments on a chart, each with a different goal
    >> amount
    >> and each goal should represent 100%.
    >>
    >> I think that makes sense, if not, please let me know and I'll rephrase.
    >>
    >> Any help is appreciated.
    >>
    >> Thanks!
    >>
    >>
    >>




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.2.0