+ Reply to Thread
Results 1 to 2 of 2

Incentive Forumla

  1. #1
    Registered User
    Join Date
    01-10-2013
    Location
    Olymipc Valley, CA
    MS-Off Ver
    Excel 2010
    Posts
    6

    Incentive Forumla

    Hello! I am finishing up my incentive formula and stuck on issue. See attached for details. Any help would be greatly appreciated!

    Thank you!
    BrianCopy of Incentive Doc.xlsx

  2. #2
    Valued Forum Contributor
    Join Date
    07-27-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    826

    Re: Incentive Forumla

    bhager,

    The syntax for IF statements is fairly straightforward: IF(logical test, [value if (logical test is) true], [value if (logical test is) false].

    To achieve (from your spreadhseet) "If yes, then 10% of C5 (where C5 can be any number), if no then $0", your statement would look/read like this:

    IF E13="yes", return C5 * 10%; otherwise return $0.

    In Excel, this equates to:

    Please Login or Register  to view this content.

    Hope this helps.
    Brendan.


    __________________________________________________________________________________________________
    Things to consider:

    1) You can thank any poster by clicking the * at the left of a helpful post.
    2) You can help to keep the forum tidy by marking your thread as "Solved", if it has been answered to your satisfaction.
    3) Help us to help you, by uploading a sample workbook, showing the type of data you're dealing with, and clearly indicating what the results should be.

+ 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