+ Reply to Thread
Results 1 to 6 of 6

Measurement Price Calculator Excel HELP!

  1. #1
    Registered User
    Join Date
    03-09-2018
    Location
    Saudi Arabia
    MS-Off Ver
    Microsoft Office 2016
    Posts
    3

    Measurement Price Calculator Excel HELP!

    Hello All,

    I run a metal fabrication shop and I want to calculate the cost of the product based on the dimensions of the materials used?

    For example if a 2 x 2 sq.tube with 600cm length is $30, then what will be price of a 150cm tube? I want to automatically estimate the cost prices based on the dimensions of the material used while the total unit cost of the material will be inserted manually.

    I hope i make my point clear. Can you please help me in creating an excel template that can make my life easier.

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

    Re: Measurement Price Calculator Excel HELP!

    =CostPerUnit*RequiredLength/UnitLength
    =30*150/600

    See attached

    BSB
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    03-09-2018
    Location
    Saudi Arabia
    MS-Off Ver
    Microsoft Office 2016
    Posts
    3

    Re: Measurement Price Calculator Excel HELP!

    Thank you so Much (BSB).
    The excel file definitely is very helpful. I did not realize the calculation will be so easy.
    I have another confusion in putting a formula to calculate the total item qty required and calculating cost of metal sheet.

    Like if the unit cost of the metal sheet size 100 x 200 is $80 then what will be the price of 50 x 50 metal sheet and how many pcs of 50 x 50 can I get from the material?
    Please check attached excel sheet and kindly help me in putting the formulas that can automatically detect the changes.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Measurement Price Calculator Excel HELP!

    The calculation to determine what rectangles can be cut from a larger rectangle is not a simple problem to solve: it is (obviously) easier if the dimensions of the smaller rectangle are factors of the larger one.

    In your example, with 50x50 from 100x200 is (relatively) easy to do as 50 is a factor of both 100 and 200 with no wastage. However a pieces of 40X60 or 35X70 are a different proposition as there will be wastage.

    You need to provide us with a much larger sample of possible sizes.

  5. #5
    Registered User
    Join Date
    03-09-2018
    Location
    Saudi Arabia
    MS-Off Ver
    Microsoft Office 2016
    Posts
    3

    Re: Measurement Price Calculator Excel HELP!

    Thank you John.
    It's okay if is difficult to calculate what quantity of pcs can be cut from a larger piece. No problem i will calculate that from sketchup software with the drawings.

    But for the other question can you please insert a formula that can calculate/estimate the item quantity required for tube. Like the example i have given in the attachment previously.

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Measurement Price Calculator Excel HELP!

    Try

    in F2

    =CEILING(D2/B2,1)

+ 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] Price calculator project. seems a complex task. Please help
    By Coventry G in forum Excel General
    Replies: 11
    Last Post: 03-02-2016, 08:01 AM
  2. Cost Price Calculator
    By Martinchaplin in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-20-2015, 05:11 PM
  3. Can I create a price / quote calculator for my products ?
    By kea2020 in forum Access Tables & Databases
    Replies: 3
    Last Post: 11-13-2014, 11:09 AM
  4. [SOLVED] Calculator for price list - dynamic
    By Szwadron in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-03-2014, 03:14 PM
  5. Cost to Selling Price Viability Calculator
    By Margaret jackie in forum Excel General
    Replies: 5
    Last Post: 11-15-2012, 05:42 PM
  6. Help needed for a price calculator
    By voffel in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-12-2011, 04:45 PM
  7. Need help with price calculator with exceptions
    By monin in forum Excel General
    Replies: 20
    Last Post: 06-14-2011, 05:27 AM

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