+ Reply to Thread
Results 1 to 6 of 6

Help with Value percentage calculation

  1. #1
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Question Help with Value percentage calculation

    I need a formula to perform the following functions please:

    If value in cell (A1) is less than 80% of 78.0 the formula return should be zero.
    If between 80%-85% of 78.0 to return (1000).
    If between 86%-90% of 78.0 to return (2000).
    If between 91%-95% of 78.0 to return (3000).
    If between 96%-100% 78.0 to return (4000).
    If above 100% of 78.0 to return (5000).

    Example:
    Time value entered in cell (A1) is 71.76, the needed formula should returns (3000)

  2. #2
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Help with Value percentage calculation

    Try this...

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  3. #3
    Forum Contributor
    Join Date
    07-02-2013
    Location
    Stockholm, Sweden
    MS-Off Ver
    Excel 2003 and 2007
    Posts
    197

    Re: Help with Value percentage calculation

    This should work:

    =LOOKUP(A1/78,{0,0.8,0.85,0.9,0.95;1};{0;1000;2000;3000;4000;5000})

  4. #4
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Help with Value percentage calculation

    Unfortunately LOOKUP function is not supported by my apple app.

    Can you please replace it with one of the supported functions from the following link?

    http://support.dataviz.com/support_i...l#dtg_iphone21

  5. #5
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Help with Value percentage calculation

    Hi khaldon..

    Please spend some time.. to update your profile.. and post question in appropriate section

    Your profile says Excel 2007, and you have posted in Excel Formula & Function section.. and you have not mention office version in your post..
    It may increase your and our time..

    BTW.. try this..
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Help with Value percentage calculation

    Hi Roy..

    Thank you for your time.

    My profile is up to date, I am still using Excel 2007, however I will be using this spesfic formula with my apple app.

    Reference to the link, from my previous post, I am sorry but even the VLOOKUP function is not part of the supported functions.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Percentage calculation
    By nitkan in forum Excel General
    Replies: 3
    Last Post: 02-28-2011, 07:13 AM
  2. Percentage Calculation
    By pknivens in forum Excel General
    Replies: 2
    Last Post: 10-07-2008, 08:55 PM
  3. calculation with a row value and percentage
    By alonge in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-20-2007, 09:24 PM
  4. Percentage calculation
    By Roz in forum Excel General
    Replies: 5
    Last Post: 01-06-2006, 03:05 PM
  5. Percentage Calculation using VBA
    By Peter in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-07-2005, 07:10 AM

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