+ Reply to Thread
Results 1 to 8 of 8

Pricing Formula HELP NEEDED

  1. #1
    Registered User
    Join Date
    04-13-2016
    Location
    Leicester, England
    MS-Off Ver
    Office Mac 2011
    Posts
    4

    Pricing Formula HELP NEEDED

    Hello

    Any help would be grateful . . . . I am using Excel to create a pricing spreadsheet to show how much an item is going to cost, I have done 90% of it but i'm stuck and not sure if what I need to do is even possible, so here goes . . . .

    I have a piece of material that is 610mm x 1000mm which costs £1.67 (I have lots of different kinds that vary in price), I need to put this parameter and price into excel then have other columns where I input a width and height of a graphic and give me the price for that section, e.g I type in 100mm x 100mm and Excel gives me the cost of that area?

    Any help or suggestions would be grateful

    thanks

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Pricing Formula HELP NEEDED

    Hi, and welcome to the forum.

    It would have assisted if you had uploaded your workbook so that we could understand the layout you're working with but maybe the attached gives you some idea.
    Enter stuff in the yellow cells.
    Attached Files Attached Files
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,514

    Re: Pricing Formula HELP NEEDED

    I'm sure it is possible, but we have to understand the logic/math we are using to come up with it. Can you explain how you would come up with the price of that 100x100 piece? As a fraction of the total area? As a fraction of width? As a fraction of length? Some other fraction?

    area example:
    piece: 100x100=10000 mm^2 cost: ??
    stock: 610x1000=610000 mm^2 cost: 1.67
    proportionality: 10000/610000=??/1.67

    width example:
    piece: 100 mm cost: ??
    stock: 610 mm cost: 1.67
    proportionality 100/610=??/1.67

    length example:
    piece: 100 mm cost: ??
    stock: 1000 cost: 1.67
    proportionality: 100/1000=??/1.67

    You can see that, in each case, I would expect to use a simple proportionality to compute the unkown cost (I assume you remember how to solve proportionalities from early algebra classes). It should just be a matter of deciding exactly how you want to set up the proportionality. If you use the area option, you would also want to consider how you enter the data to make computing areas easiest (it will be easier to enter each dimension as a number into its own cell, rather than have a single cell with the "width x height" text string that you then need to separate out into separate width and height values).

    On edit: I note that Richard's response assumed you would be pricing proportionally by area. Note how he used separate cells for the width and height to make area computation easy.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  4. #4
    Registered User
    Join Date
    04-13-2016
    Location
    Leicester, England
    MS-Off Ver
    Office Mac 2011
    Posts
    4

    Re: Pricing Formula HELP NEEDED

    Hi Both

    The Material Costs file is exactly how I want it to work, and yes I want the calculation to work out the area cost. Is there anyway of creating some kind off drop down menu for the different materials, their costs will all be based on an area of 610mm x 1000mm and their value will change?

    thanks

    Chris

  5. #5
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Pricing Formula HELP NEEDED

    Hello Chris,

    The way to do this is create a 2 column table with the Material description in column 1 and the cost in column 2. Name this table say "tbl_MatCost". Also name the cells in the first column of the table say "Materials".

    Now with the cell you want as a drop down select the Data option from the Menu and then click the Data Validation item in the Data Tools area then Data Validation.
    In the 'Allow' box choose 'List' and enter 'Materials' in the Source box.

    Name the drop down cell say "Selection"

    Now in the cell that contains the price (C4 in my example) enter the formula

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    04-13-2016
    Location
    Leicester, England
    MS-Off Ver
    Office Mac 2011
    Posts
    4

    Re: Pricing Formula HELP NEEDED

    Thanks for the info, do you have a sample file, i cant seem to do it

  7. #7
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Pricing Formula HELP NEEDED

    Hi,

    See attached
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    04-13-2016
    Location
    Leicester, England
    MS-Off Ver
    Office Mac 2011
    Posts
    4

    Re: Pricing Formula HELP NEEDED

    Perfect - I will take a proper look later and let you know how I get on . . .

    thank you

+ 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] Trying to compare current pricing and costs with suggested pricing
    By dearnne in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-28-2013, 07:01 PM
  2. Pricing Guide/Chart with variable pricing increases
    By HSDesigns in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-23-2013, 04:49 PM
  3. [SOLVED] Calculate Pricing from Start and End Date with different Pricing Weight for Each month
    By xyang06 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-06-2013, 02:54 AM
  4. Basket Option Pricing Model (Excel/VBA) - help needed for multiple loops of arrays
    By haven83 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-29-2012, 02:49 AM
  5. [SOLVED] Pricing Grid for t-shirt pricing
    By theprint in forum Excel General
    Replies: 5
    Last Post: 03-19-2012, 12:20 PM
  6. Pricing Formula Help
    By winewaldo in forum Excel General
    Replies: 2
    Last Post: 01-16-2012, 12:35 PM
  7. 'If' formula for pricing
    By Cms040889 in forum Excel General
    Replies: 4
    Last Post: 12-22-2011, 08:37 AM
  8. Help with Pricing Formula
    By Byoung42 in forum Excel General
    Replies: 3
    Last Post: 10-31-2011, 09:23 PM

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