+ Reply to Thread
Results 1 to 6 of 6

Quoting Formula

  1. #1
    Registered User
    Join Date
    08-25-2014
    Location
    Louisiana
    MS-Off Ver
    2014
    Posts
    17

    Quoting Formula

    I am trying to come up with a formula to make a simple quoting program. I can't figure this out.

    ................X...............Y............Z
    2"............. #...........Blank......Blank
    3 ........... Blank........Blank......Blank
    4
    5
    6


    What I am looking to do is have a minimum price up to a point. So if they buy one 2" X they will be charged $15. However if they bought two, I would charge them $15 for the first and a flat rate of $10 each after this. My chart goes past 6 up to 24. At a certain point that baseline ($15) charge goes up to $40. Any ideas?

  2. #2
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: Quoting Formula

    Please upload a sample workbook. Click the Go-Advanced button, and click the Papercip icon or go down to manage Attachments. It's difficult to answer this, especially as the data you provided doesn't seem to match the question at all? I don't see anywhere in your sample that says $15 or $10, or $40.
    You should hit F5, because chances are I've edited this post at least 5 times.
    Example of Array Formulas
    Quote Originally Posted by Jacc View Post
    Sorry, your description makes no sense. I just made some formula that looks interesting cause I had nothing else to do.
    Click the * below on any post that helped you.

  3. #3
    Registered User
    Join Date
    08-25-2014
    Location
    Louisiana
    MS-Off Ver
    2014
    Posts
    17

    Re: Quoting Formula

    QUP QUP.xlsx

    Here is the attachment. I want to have a minimum price of a set amount. After that initial 1 sold, I'd like the program to add an additional price to each one.

  4. #4
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: Quoting Formula

    What does 150#, 300#, #600 represent?

    The values that are typed in the blank cells, what do they represent?

    You want to perform a calculation, where does the formula/result go?

    You mentioned you were trying to come up with the formula, can you show us what you are working on and explain where you are stuck?

    Can you provide some results by calculating them manually, so we have some values to go by?


    As a note on your formatting, using the Merge and Center function can cause problems with formulas sometimes. You can expand the height and width of the columns to achieve the same looking result, without having to merge and center.

  5. #5
    Registered User
    Join Date
    08-25-2014
    Location
    Louisiana
    MS-Off Ver
    2014
    Posts
    17

    Re: Quoting Formula

    QUP QUP.xlsxWhat does 150#, 300#, #600 represent?
    These numbers are just different pressure ratings for material

    The values that are typed in the blank cells, what do they represent?
    These represent the quantity of parts they would purchase

    You want to perform a calculation, where does the formula/result go?
    I]It doesn't matter where[/I]

    You mentioned you were trying to come up with the formula, can you show us what you are working on and explain where you are stuck?
    So far I have this: =IF(SUM(D9:R14)>1,(SUM(D9:R14)*10)+5,15) which gives me the number I am looking for. However I want it to work at different minimum rates. This works for OD" 2"-5". I want a different minimum cost on a different set, say 6"-8".

    Can you provide some results by calculating them manually, so we have some values to go by?
    Purchasing 1 item in the 2" category from 150#-600# would be:
    QTY: 1 = $15
    QTY: 2 = $15 + $10
    QTY: 3 to Inf = $15 + 10 + 10 + 10 + ....N



    As a note on your formatting, using the Merge and Center function can cause problems with formulas sometimes. You can expand the height and width of the columns to achieve the same looking result, without having to merge and center.[/QUOTE]

  6. #6
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: Quoting Formula

    Edit;;


    Try

    =IF(COUNTA(D9:R50)>=1,5+(COUNTA(D9:R50))*10,"")
    Last edited by Speshul; 10-21-2014 at 10:53 AM.

+ 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. Quoting project
    By Mikey7963 in forum Excel General
    Replies: 0
    Last Post: 08-08-2012, 11:25 AM
  2. Help with quoting system
    By Lubby in forum Excel General
    Replies: 4
    Last Post: 06-08-2012, 03:47 PM
  3. Price Quoting
    By rbeck in forum Excel General
    Replies: 1
    Last Post: 07-07-2008, 11:43 PM
  4. Custom Quoting
    By back2k5 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-19-2006, 08:35 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