+ Reply to Thread
Results 1 to 3 of 3

Finding differerent Percents of a number

Hybrid View

  1. #1
    Registered User
    Join Date
    01-25-2013
    Location
    cincinnati
    MS-Off Ver
    Excel 2007
    Posts
    4

    Finding differerent Percents of a number

    Hi All,

    I would like to give a cell a number (498) and have 9 different percents taken out of that number, showing me each percent (4%, 19.9).

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Finding differerent Percents of a number

    You get better help if you add an excel example without confidentional information.

    Please also add the desired (expected) result.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: Finding differerent Percents of a number

    If you cel was A3
    for 4%
    =IF($A$3>0,$A$3*0.04,"")
    then just copy formula to other cells and change 0.04 to whatever value you want
    Regards
    Sean

    Please add to my reputation if you think i helped
    (click on the star below the post)
    Mark threads as "Solved" if you have your answer
    (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code:
    [code] Your code here [code]
    Please supply a workbook containing example Data:
    It makes its easier to answer your problem & saves time!

+ 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