+ Reply to Thread
Results 1 to 10 of 10

Building Estimation Spreadsheet

  1. #1
    Registered User
    Join Date
    07-06-2012
    Location
    Canada
    MS-Off Ver
    Mac Office 2011
    Posts
    5

    Building Estimation Spreadsheet

    Hello,

    I consider myself a basic user of excel. I am well versed in many coding languages.(html/css/java etc) I can setup data tables, simple formulas (some complex =if), make calculations that sort of thing.

    I have recently been tasked with setting up an estimation spreadsheet for our company. Basically we have our suppliers price list, with item description, name, cost, delivery etc.; from 3 different suppliers.

    I can get those tables setup and can manually on a separate table assemble my quote/estimate by clicking =and click the direct cell.

    What I would like to do is be able to enter a product code from one of those lists and have it show up in the estimate sheet. eg. Code 1001 12 yds topsoil $197.

    Is this possible with Excel Mac 2011. Is it beyond my learning capability.

    I thank you for your time in responding.

  2. #2
    Forum Contributor
    Join Date
    07-05-2012
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2016
    Posts
    165

    Re: Building Estimation Spreadsheet

    Could you supply a sample workbook?

  3. #3
    Registered User
    Join Date
    07-06-2012
    Location
    Canada
    MS-Off Ver
    Mac Office 2011
    Posts
    5

    Re: Building Estimation Spreadsheet

    Attached is a sample.

    Basically rocks sheet would have a list of the items with there respective info.

    Quote sheet would have a list where you could punch in an item code with a quantity amount and the rest would self calculate.

    thanks

    Couldn't attach spreadsheet so just took screen caps

    products.jpgquote.jpg

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,942

    Re: Building Estimation Spreadsheet

    this is very basic, but it gives you what you asked for. i used data validation in column H, so if you click on the pull-down arrow, you can select your item.

    let me know how this works for you
    Attached Files Attached Files
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    07-06-2012
    Location
    Canada
    MS-Off Ver
    Mac Office 2011
    Posts
    5

    Re: Building Estimation Spreadsheet

    This works.
    To put the quote/estimate on a separate sheet I would just have to use validation from the sheet i need. Can you breakdown how the vlookup function works, so I understand what is going on there.

    Please Login or Register  to view this content.
    Thanks

    Quote Originally Posted by FDibbins View Post
    this is very basic, but it gives you what you asked for. i used data validation in column H, so if you click on the pull-down arrow, you can select your item.

    let me know how this works for you

  6. #6
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Building Estimation Spreadsheet

    Look up:

    cell H2

    In the range A2:D7

    if found the valua in cel H2 choose the value in collumn 2

    False (True is the other option)

    This is the option to determine if you need an exact match.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  7. #7
    Registered User
    Join Date
    07-06-2012
    Location
    Canada
    MS-Off Ver
    Mac Office 2011
    Posts
    5

    Re: Building Estimation Spreadsheet

    Awesome thank you. You have been so helpful. I have one further monkey wrench to throw in. One supplier has a price per yard, 3/4 yard, 1/2yd and 1/4yd. They are not simple division of each. It is a value that grows in discount as you buy more.

    Is there anyway to look up across the values of the table against the value of an arbitrary quantity I would enter on the quote portion. i.e. if i enter .75 yds it would look up the item, look for the value associated at the 0.75 column and add that to the quote. Then if I entered 1 or greater it would take the 1yd column and multiply by that total. Ie I enter 3yds it would look up the item. Check the 1 column and times by 3

    I have added a new example file.

    Thanks again for all your help.

    sample changed.xlsx

    Quote Originally Posted by oeldere View Post
    Look up:

    cell H2

    In the range A2:D7

    if found the valua in cel H2 choose the value in collumn 2

    False (True is the other option)

    This is the option to determine if you need an exact match.
    Last edited by gotoplanf; 07-06-2012 at 05:21 PM.

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,942

    Re: Building Estimation Spreadsheet

    your codes on sheet1 already include the 1, .75, .5 and .25 sizes, so why would you need to apply them seperately? alternatively, remove them from your list, shorten the list and then have the ability to enter a "volume"?

  9. #9
    Registered User
    Join Date
    07-06-2012
    Location
    Canada
    MS-Off Ver
    Mac Office 2011
    Posts
    5

    Re: Building Estimation Spreadsheet

    Ok. I decided to drop the codes and just use a validation list of the items. I have a crazy 200 character long series of IF statements that seems to work with the 1,0.75, 0.5, and 0.25 sizes. In there it is declared if greater than 1 to times by the quantity and cost from the 1 column. It's probably the long way around. But with the help of that VLOOKUP function, I was able to conquer it. Thanks for all the help. I now understand the validation tool which is great because i want to have 5 or so sheets of data, and then one clean sheet styled in a printable quote format with info pulled from everywhere. If someone wants to look at the crazy formula that worked I will post the sample sheet.

    sample changedj.xlsx

  10. #10
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Building Estimation Spreadsheet

    If

    1) you can make your data on sheet 1 the way i made them

    And

    2) the cost are in the table on sheet 2

    You can use index/match (see my example => the yellow cells).

    I made it with text to collumn

    CNTL H
    find yrd
    replace (leave empy)

    do you have questions on this item, just ask.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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