+ Reply to Thread
Results 1 to 8 of 8

Multiplying Percentage's

  1. #1
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Multiplying Percentage's

    Hi,
    I'm trying to do a IF formula where in H1 it will automatically work out what percentage to use.
    QLD 4.80% NT 4.80%
    TAS 4.80% ACT 5.60%
    VIC 4.80% WA 6.40%
    SA 4.80% NSW 8.00%
    So in H1 i want to be able to have =IF(A1="QLD","TAS","VIC","SA","NT" and D1="1st",F1*4.8%)+IF (A1="ACT", and D1="1st",F1*5.6%) and the same for WA and NSW.

    Thanks.
    Attached Files Attached Files
    Last edited by Jabbaman; 11-22-2019 at 06:36 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,410

    Re: Help with IF function

    Administrative Note:

    We would very much like to help you with your query, however the thread title does not really convey what your request is about.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Re: Help with IF function

    Hi Ali,
    Is that thread title better or still wrong?
    Thanks

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: Help with IF function

    What happens if column D is not equal to "1st"?

    Pete

  5. #5
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Re: Help with IF function

    Hi Pete,
    Then no commission $0.00

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: Multiplying Percentage's

    Here's one way of doing it - put this in H2:

    =IF(D2<>"1st",0,IF(ISNUMBER(SEARCH(A2,"QLDTASVICSANT")),4.8%,IFERROR(VLOOKUP(A2,{"ACT",0.056;"WA",0.064;"NSW",0.08},2,0),0))*F2)

    then copy down as required.

    Hope this helps.

    Pete

  7. #7
    Registered User
    Join Date
    01-22-2017
    Location
    Australia
    MS-Off Ver
    Excel
    Posts
    27

    Re: Multiplying Percentage's

    Thanks very much Pete

  8. #8
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: Multiplying Percentage's

    You're welcome, and thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Pete

+ 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. COUNTUNIQUE Function in Google Sheets; Excel lacks a direct counterpart to this function?
    By PivotTablePSHomage in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2018, 05:27 AM
  2. Replies: 3
    Last Post: 08-14-2017, 06:26 AM
  3. Replies: 2
    Last Post: 04-23-2017, 12:04 AM
  4. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  5. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  6. Replies: 2
    Last Post: 01-15-2014, 11:40 PM
  7. Replies: 1
    Last Post: 03-21-2012, 11:22 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