+ Reply to Thread
Results 1 to 4 of 4

=IF function help

  1. #1
    Registered User
    Join Date
    11-29-2012
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    46

    =IF function help

    Hi all,

    I’m trying to create some tools that will help me cut down on my manual calculations.

    I’ve attached a mock template of what I’m trying to achieve.

    I have a list of customers, some of whom are eligible for a discount, whether that be a % discount, or a £ discount. This is shown on sheet 2. A customer will never be eligible for both, it will be one or the other, or in some cases, no discount at all.

    What I would like, is to select a customer, if they are eligible for a % discount then the Total amount in B8 will work out Total cost minus the % value. If another customer is selected that has a £ discount, then B8 will be Total cost minus the £ discount. Finally, if the customer has no discount at all, then the total cost is just displayed in B8.

    Thank you.
    Last edited by Bandicoot; 12-19-2012 at 06:53 AM.

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

    Re: =IF function help

    First of all, for Customer F in row 7 of Sheet2, leave both cells B7 and C7 empty to indicate no discount. Then you can have this formula in B8 of Sheet1:

    =B5*(1-B2)-B3

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-29-2012
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: =IF function help

    Thank you Pete, that is such a simple way to do it!

  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,726

    Re: =IF function help

    Ah well, keep it simple - easier to understand and maintain.

    Pete

+ 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