+ Reply to Thread
Results 1 to 6 of 6

Trying to generate a prices list using index and match............just cant do it!

  1. #1
    Registered User
    Join Date
    07-04-2014
    Location
    Coventry
    MS-Off Ver
    2016
    Posts
    29

    Trying to generate a prices list using index and match............just cant do it!

    Hi thanks for looking an hopefully some answers!
    I have a price table which consists of width X drop with the relevant prices in the grid. What I want to achieve is the user enters their width in the yellow cell and their drop in the blue cell. I would like a drop down box by the yellow and blue cells that gives the option of inches, mm, cm and mtrs (the price table is in mtrs) with the necessary conversions to arrive at the end price in the green cell
    From there I would like the price to show in the green cell which is rounded up to the next size upwards if the size does not match the cell.
    e.g if a width of 1.270 X drop of 1.270 the price would be £24.89
    but if the width was 1.271 X drop of 1.271 the price would be £31.98.

    I have been trying for some time with no joy and have come to a brick wall. I have cleaned the formulas from the work sheet to avoid confusion.

    Any help would be greatly appreciated
    Attached Files Attached Files

  2. #2
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Trying to generate a prices list using index and match............just cant do it!

    Hello bevo09,

    Would Row 9 be the Width and Column B the Drop, or vice versa?

    Regards.
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  3. #3
    Registered User
    Join Date
    07-04-2014
    Location
    Coventry
    MS-Off Ver
    2016
    Posts
    29

    Re: Trying to generate a prices list using index and match............just cant do it!

    Yes it is, however the problem has been solved and working !

  4. #4
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Trying to generate a prices list using index and match............just cant do it!

    Hello bevo09,

    Thank you for your reply.

    however the problem has been solved and working !
    For the benfit of other Forum members, it would be appreciated if you could share with the Forum how your issue was solved.

    Also, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Thanks.

  5. #5
    Registered User
    Join Date
    07-04-2014
    Location
    Coventry
    MS-Off Ver
    2016
    Posts
    29

    Re: Trying to generate a prices list using index and match............just cant do it!

    The problem was solved by ACE a very knowledgeable person who kindly generated a very long formula for me that I would never been able to do myself. Many thank go to Ace from me.
    For those interested the sheet can be seen working here:http://www.godivablinds.co.uk/prices.html
    and the formula used was:
    =IF(OR(B1/LOOKUP(C1,{"cm","Inches","m","mm"},{100,39.3701,1,1000})>MAX(Width),F1/LOOKUP(G1,{"cm","Inches","m","mm"},{100,39.3701,1,1000})>MAX(Drop)),"Too Big",INDEX(Price,IFERROR(MATCH(MAX(MIN(Drop),F1/LOOKUP(G1,{"cm","Inches","m","mm"},{100,39.3701,1,1000})),Drop,0),MATCH(MAX(MIN(Drop),F1/LOOKUP(G1,{"cm","Inches","m","mm"},{100,39.3701,1,1000})),Drop,1)+1),IFERROR(MATCH(MAX(MIN(Width),B1/LOOKUP(C1,{"cm","Inches","m","mm"},{100,39.3701,1,1000})),Width,0),MATCH(MAX(MIN(Width),B1/LOOKUP(C1,{"cm","Inches","m","mm"},{100,39.3701,1,1000})),Width,1)+1)))

  6. #6
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Trying to generate a prices list using index and match............just cant do it!

    Hi bevo09,

    Thank you for sharing the solution with the Forum.

    B.t.w.
    "So you want to know how good are prices are"
    should actually read:
    "So you want to know how good our prices are"
    Regards.

+ 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. index/match for varying prices!
    By bruno08102013 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-14-2014, 12:10 PM
  2. Generate a list that match a criteria
    By ggremel in forum Excel General
    Replies: 2
    Last Post: 11-10-2010, 08:45 PM
  3. Excel 2007 : Index and Match-prices and catalog numbers
    By Hlowmaster in forum Excel General
    Replies: 2
    Last Post: 10-30-2010, 04:25 AM
  4. Use a multiplier to change List Prices to Net prices
    By Dangada in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 12: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