+ Reply to Thread
Results 1 to 4 of 4

If AND THEN FORMULAS

  1. #1
    Registered User
    Join Date
    03-15-2021
    Location
    London
    MS-Off Ver
    10
    Posts
    2

    If AND THEN FORMULAS

    Hi,

    I am attempting to create a formula to work out commission paid based on a series of circumstances based on %age level of achievement:

    TH 3,500
    TA 10,000
    GSA 20,000
    WOD 2,000
    CP

    0 to TH 0%
    TH to (TA*60%) 10%
    (TA*60%) to TA 15%
    TA + 20%

    Am trying to create a formula that includes all the below:

    If GSA <= TH Then 0
    IF GSA >TH BUT <= TA*60% Then WOD*10%
    IF GSA > TH*60% BUT <= TA Then WOD*15%
    IF GSA > TA Then WOD*20%

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: If AND THEN FORMULAS

    Fast answers need visual help. Please read the yellow banner at the top of this page on how to attach a file.

  3. #3
    Registered User
    Join Date
    03-15-2021
    Location
    London
    MS-Off Ver
    10
    Posts
    2

    Re: If AND THEN FORMULAS

    Example attached
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: If AND THEN FORMULAS

    Try

    =IF(G4<=G2,0,IF(G4>G3,G5*0.2,IF(AND(G4>G2,G4<G3*0.6),G5*0.1,IF(AND(G4>G2*0.6,G4<=G3),G5*0.15))))

+ 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. Make model faster: convert formulas to text and then back to formulas
    By lucassdm7 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 01-25-2019, 06:49 AM
  2. Replies: 9
    Last Post: 12-04-2015, 05:19 PM
  3. Using Cell references in file paths for formulas to create dynamic formulas
    By MichaelStokesJr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-04-2013, 11:49 AM
  4. Replies: 5
    Last Post: 09-25-2013, 02:51 PM
  5. Ctrl+Shift+Enter (CSE) array formulas in VBA using differing formulas
    By officeguy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2012, 04:31 PM
  6. Help modifying macro to wrap iferror formulas around existing formulas
    By dcgrove in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-14-2012, 02:04 PM
  7. Replies: 5
    Last Post: 05-05-2008, 02:22 PM

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