+ Reply to Thread
Results 1 to 3 of 3

formula to work out cost including multiple discounts

  1. #1
    Registered User
    Join Date
    03-29-2014
    Location
    Cambridge, England
    MS-Off Ver
    2010
    Posts
    4

    Question formula to work out cost including multiple discounts

    Hello,

    New to forum here...

    I'm hoping someone with better skills that me can help with a complicated formula for working out prices including applying discounts.

    Please see here

    I'm looking for the correct formula for G6,G8,G10 and G15,G17 and G19

    I think I have them correct(?) to include standard days and extended days but I can't make it work to include Half days.
    The formula gets too complicated for me to follow.

    Please help if you can :)

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: formula to work out cost including multiple discounts

    Hi, for one way try this in cell G6 and copy down.

    =IF(COUNTIF(B6:F7,"H*")=5,$D$1,IF(COUNTIF(B6:F7,"S*")=5,$D$2,IF(COUNTIF(B6:F7,"E*")=5,$D$3,(COUNTIF(B6:F7,"H*")*$B$1)+(COUNTIF(B6:F7,"S*")*$B$2)+(COUNTIF(B6:F7,"E*")*$B$3))))

    I'm sure there are tidier methods though.

  3. #3
    Registered User
    Join Date
    03-29-2014
    Location
    Cambridge, England
    MS-Off Ver
    2010
    Posts
    4

    Talking Re: formula to work out cost including multiple discounts

    Quote Originally Posted by BadlySpelledBuoy View Post
    Hi, for one way try this in cell G6 and copy down.

    =IF(COUNTIF(B6:F7,"H*")=5,$D$1,IF(COUNTIF(B6:F7,"S*")=5,$D$2,IF(COUNTIF(B6:F7,"E*")=5,$D$3,(COUNTIF(B6:F7,"H*")*$B$1)+(COUNTIF(B6:F7,"S*")*$B$2)+(COUNTIF(B6:F7,"E*")*$B$3))))

    I'm sure there are tidier methods though.
    Thank you for taking a look. That's the neatest I have seen and Certainly something I would not have thought of.
    Perfect, thank you
    Last edited by robholding; 04-01-2014 at 10:42 AM. Reason: I asked a silly question. I worked it out

+ 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. [SOLVED] Duration of phone call and total cost.....how to work ut cost per minute ?l
    By monkeyman90210 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-23-2012, 04:18 AM
  2. Replies: 1
    Last Post: 07-13-2012, 06:43 AM
  3. IF Formula to work out Actual Time*Cost
    By Charl_88 in forum Excel General
    Replies: 4
    Last Post: 06-16-2011, 12:00 PM
  4. Help Comparing cost on two work sheets to update cost
    By mbechtel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-04-2009, 05:37 PM
  5. How do I create a formula for multiple levels of discounts?
    By bearkm02 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-12-2006, 05:15 PM

Tags for this Thread

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