+ Reply to Thread
Results 1 to 7 of 7

Mutiple Table within exel

  1. #1
    Registered User
    Join Date
    10-31-2011
    Location
    Kent, England
    MS-Off Ver
    Excel 2010
    Posts
    43

    Mutiple Table within exel

    Good afternoon all

    I have a price list I need to put together for a client, which is automated as far as possible. There are a number of variables to consider though. I basically have 4 products, lets call them A, B, C & D. Then for each product, there is a quantity range, 1 - 99, 100 - 149, 150 - 199, 200 - 249 and then finally 250+. For each price bracket, there is a different unit price.

    I have created a table on the spreadsheet as follows:

    Pages 1 - 99 100 - 149 150 - 199 200 - 249 250+

    4 0.50 0.48 0.42 0.34 0.28

    8 0.72 0.65 0.48 0.40 0.34

    12 0.92 0.85 0.67 0.60 0.54

    16 1.10 1.02 0.89 0.78 0.73


    Does anyone know how can I create an automated spreadsheet so the client can enter the number of pages and the quantity and it will give them the price. I know I can do nested IF Statements, but this seems very long winded?

    Any ideas would be welcomed.

    Kind regards,

    Craig
    Attached Files Attached Files
    Last edited by Wiggy74; 09-27-2016 at 10:39 AM. Reason: Added in attachment

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,545

    Re: Mutiple Table within exel

    I had put this together before the attachment was added to post #1, and I am not sure that I fully understand the relation between the attachment and the scenario in the first paragraph.
    At any rate my thinking is to use INDEX/MATCH similar to what is in the file attached to this post.
    Let me know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    10-31-2011
    Location
    Kent, England
    MS-Off Ver
    Excel 2010
    Posts
    43

    Re: Mutiple Table within exel

    Thank you JeteMc, sorry I should have explained the table a little better. I have attached the spreadsheet again. Basically the top tablle (highlighted blue and green) is the spec and prices
    (although I have only polulated the 8 pages with prices so far. The table below this is the one the client fills out, and what I am after is to allow them to enter the spec in column C and
    the qty in column D and then price will automatically show up in column N. Does this make more sense?
    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,169

    Re: Mutiple Table within exel

    Change table headings to 0,100,150,200,250

    Price (from table lookup)

    =INDEX($E$3:$I$6,MATCH($C33,$D$3:$D$6,0),MATCH($D33,$E$2:$I$2,1))*$D33+IF($L33="C",0,7)

    See column M of attached.
    Attached Files Attached Files

  5. #5
    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,169

    Re: Mutiple Table within exel

    P.S .. also simplified the IF statement in column N

  6. #6
    Registered User
    Join Date
    10-31-2011
    Location
    Kent, England
    MS-Off Ver
    Excel 2010
    Posts
    43

    Re: Mutiple Table within exel

    JohnTopley, you Sir are a gentleman and a genius, thank you ever so much, works perfectly. I can not thank you enough.

  7. #7
    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,169

    Re: Mutiple Table within exel

    You are welcome.

    Could you please mark thread as solved("Thread Tools" at head of first 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. Replies: 2
    Last Post: 04-23-2013, 08:59 AM
  2. [SOLVED] table sorting mutiple values
    By jeeper74 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 04-15-2013, 12:09 AM
  3. Replies: 0
    Last Post: 01-06-2012, 07:09 AM
  4. Exel 2007 Pivot Table Question
    By aemous in forum Excel General
    Replies: 0
    Last Post: 02-20-2008, 03:47 PM
  5. How to create a table to qualify a qty discount in exel
    By 1image in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 10-12-2005, 11:05 AM
  6. How to use mutiple spreadsheets in a pivot table?
    By Ian Peers in forum Excel General
    Replies: 1
    Last Post: 08-10-2005, 04:05 PM
  7. Mutiple spreadsheets into 1 table
    By BlueAngel in forum Excel General
    Replies: 1
    Last Post: 05-07-2005, 09:48 AM
  8. exel table to dbf
    By andro in forum Excel General
    Replies: 0
    Last Post: 03-22-2005, 06:30 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