Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I recently posted up a question as to which type of formula I should use to
achieve what I want the workbook to do. The workbook actually creates a quote based around the sale of USB products. Basically, when I have selected what size (capacity) that I want to quote, I then type in the quantity. From here, the formula then needs to look up what capacity I am offering in the capacity cell and then the quantity in the quantity cell before looking to a cell range which shows quantity breaks (ie. 1 column for 100pcs, 2nd column is 250pcs) and then the price is then calculated. So, for example, if I select a 128MB device, and the customer wants 200pcs, it should look up within the cell range and see that 200 comes between the column of 100pcs and 250pcs and offer what is in the 100pc column. Currently, the formula that is in the cell is as follows: =INDEX(AM19:AS19,MATCH(B13,AM20:AS28,0),MATCH(AM19 :AS28,0)) A guide to the cells a AM19:AS19 = Quantity Break Column Heads B13 = Capacity Cell AM20:AS28 = Various prices depending on the columns B19 = Quantity Cell For some reason the formula will not work and I have beta'd numerous ways to try and solve it but cannot. Can anyone submit any suggestions as to how I can solve this ?? Many Thanks, Ben |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index / Match in formula | Excel Worksheet Functions | |||
Need Help w/ Index and Match Formula | Excel Worksheet Functions | |||
Index/ Match Formula | Excel Worksheet Functions | |||
INDEX and MATCH in one formula... | Excel Worksheet Functions | |||
How do I display more than one match in a Index/Match formula? | Excel Worksheet Functions |