+ Reply to Thread
Results 1 to 3 of 3

Thread: advanced IF statement

  1. #1
    Registered User
    Join Date
    11-18-2005
    Posts
    2

    advanced IF statement

    hello,

    i was wondering if anyone could tell me how to create an IF statement where i want to compare a a set criteria to a result and give it 1 mark it it makes the criteria and then and extra 1 point for ever 5% it is above the criteria

    thanks

  2. #2
    Registered User
    Join Date
    06-11-2006
    Posts
    3

    excel beginner

    please any one help me Iam egyptian and I am interseted in learning and use excel and access so please can anyone contact me at this E-mail:
    waffaa_qm@yahoo.com
    I need a project by excel which can put a yellow marker on the cell which is repeated in another column
    and send with it the explaination
    Iwill very greatfull if anyone reply
    thanks

  3. #3
    Valued Forum Contributor
    Join Date
    10-27-2006
    Location
    United Kingdom
    MS-Off Ver
    EXCEL 2003 (2007 at home)
    Posts
    517
    try something like:

    IF (value<criteria,0,INT(20*(value-criteria)/criteria))

    ie use Maths rather than a complex IF.

    5% of crtieria is 5*criteria/100 or criteria/20

    as I understand your problem you want to know how many times this 5% is value larger than criteria thus

    (value-critera)/(criteria/20) or 20*(value-criteria)/criteria

    take the INT (or perhaps ROUND) to get the required answer.

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