+ Reply to Thread
Results 1 to 6 of 6

First unit full price, each one after at half off

  1. #1
    Registered User
    Join Date
    08-14-2014
    Location
    California, US
    MS-Off Ver
    2008
    Posts
    2

    First unit full price, each one after at half off

    Hi everyone! I am very new to Excel (and not that great at math in general), and I'm trying to figure out what seems like a simple problem.

    I would like the first unit to cost the full amount, but every unit after that to be half off.
    Cost per unit = B2
    Number of units = C2
    Total Cost = D2

    So if there are 4 units with the first one being $48, then the other three would be $24 each, with the total being $120.
    If there's only 1 unit, then the total would be $48.

    I tried nesting SUM and IF functions, but Excel didn't like the way I did it.

    Thanks in advance =]

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: First unit full price, each one after at half off

    Try

    =(C2+1)*B2/2

  3. #3
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: First unit full price, each one after at half off

    Hi,

    Welcome to the Forum.

    Please use the following formula in D2

    =(B2*1)+(C2-1)*(B2*0.5)


    B2= Cost Per Unit
    C2 = Number of Units
    D2 = Total Cost

  4. #4
    Registered User
    Join Date
    07-22-2014
    Location
    Riyadh
    MS-Off Ver
    2010
    Posts
    88

    Re: First unit full price, each one after at half off

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    07-22-2014
    Location
    Riyadh
    MS-Off Ver
    2010
    Posts
    88

    Re: First unit full price, each one after at half off

    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    08-14-2014
    Location
    California, US
    MS-Off Ver
    2008
    Posts
    2

    Re: First unit full price, each one after at half off

    Thank you everyone! I ended up using mohamed's formula as it fixed the problem of a total price still being shown even if there were zero units.

    Have a wonderful day =]

+ 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. Replies: 3
    Last Post: 01-03-2013, 12:32 AM
  2. Replies: 3
    Last Post: 12-27-2012, 01:20 PM
  3. Replies: 4
    Last Post: 08-15-2012, 09:49 AM
  4. unit * price total
    By willy in forum Excel General
    Replies: 2
    Last Post: 03-28-2006, 05:50 PM
  5. Populate cells with a unit price
    By luka in forum Excel General
    Replies: 2
    Last Post: 03-25-2005, 05:06 AM

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