+ Reply to Thread
Results 1 to 5 of 5

Making an Excel based quote tool

  1. #1
    Registered User
    Join Date
    08-27-2017
    Location
    UK
    MS-Off Ver
    2010
    Posts
    2

    Making an Excel based quote tool

    Good Morning Guys

    I want to be able to make a fairly simple quoting tool from an Excel document. I have a price list with details of what products we sell and is split into product details such as family code, product range, model ref etc. (see below)

    Capture.JPG

    I want to be able to click a box next to a line and import that information into a simple quote template on the next sheet. I also want to be able to add multiple lines, adding more than one product to the quote (hoping this can be done by clicking on additional check boxes). See below

    Capture.JPG

    However, im struggling to find any information on how to do this? Can someone point me in the right direction or just tell me what the process is called? Is it forms or using formulas? I've used excel for a long number of years but nothing really this complex.

    Any help would be greatly appreciated

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

    Re: Making an Excel based quote tool

    Hi and welcome to the forum.

    The problem with this approach is setting up all those checkboxes if you're planning on having lots and lots products. It will very quickly become laborious.

    A different approach would be to have your list of products on one sheet and drop down boxes on the quote template where you select the product and the details auto fill in by using lookup formulas like VLOOKUP or INDEX/MATCH.
    Far easier to set up and maintain.

    You CAN do it the way you suggest, I mention the above purely as an alternative option.

    Layout your workbook and attach it here and we'll take a look at helping you along with it.

    BSB

  3. #3
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Re: Making an Excel based quote tool

    Another way - that will be similar to your Check box (without having to create and format check boxes) is to use a cell and a helping column.
    Cell A: users add an X (or better yet a quantity)
    The helping column (with Text color white) would be (Assuming a header row): =if(A2<>"",CountA($A$2:$A2),"")
    the helping column will number the chosen options 1,2,3,...
    On your Quote sheet start with a helping column (A) and number them 1,2,3,4,... The numbering begins where you want the parts to be. Then column B will be a INDEX Match combination to return chosen parts
    =Index(PartsWorksheetName!$A$2:$I$3000,Match($Ax,PartsWorksheetName!$I$2:$I$3000,1)

  4. #4
    Registered User
    Join Date
    08-27-2017
    Location
    UK
    MS-Off Ver
    2010
    Posts
    2

    Re: Making an Excel based quote tool

    Good Afternoon Guys

    That's brilliant, thanks for your suggestions!
    I'll give both them methods a go this week and see how i get on

    Appreciate your help

  5. #5
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Making an Excel based quote tool

    Hi thewonder1304

    Welcome to the Forum!!!

    See this Link for an example of what you can do without Checkboxes...
    https://www.excelforum.com/excel-pro...her-sheet.html
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

+ 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] Making Password Protected PDFs using Excel Vba and PDFtk Tool
    By mohit1806 in forum Excel Programming / VBA / Macros
    Replies: 30
    Last Post: 06-14-2021, 04:26 AM
  2. Distributed Workforce Excel Based Online Tool
    By Winterfell in forum Excel General
    Replies: 3
    Last Post: 02-17-2016, 05:20 PM
  3. Need help making a manipulator tool
    By rungok in forum Excel General
    Replies: 3
    Last Post: 09-08-2011, 07:21 PM
  4. Help On devloping a quote tool
    By rajivs27 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-07-2011, 07:21 AM
  5. Making a data list from a separate quote sheets
    By Benjando in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-08-2010, 12:19 AM
  6. Nested "If" problem for quote tool
    By mikera in forum Excel General
    Replies: 7
    Last Post: 01-29-2009, 02:34 PM
  7. Excel-based golf handicap tool
    By HandicapConquest in forum Excel General
    Replies: 6
    Last Post: 09-05-2005, 03:05 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