I am trying to make a list of different items the all have a certain matching detail. The database is much too large for a pivot table.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
As an example; say you have a database that contains all the items you have. The database contains the Price, Number, Name, and Location of the items.<o></o>
<o></o>
I am trying created a list that will look up all the item's that have the same price. I want to be able to enter the price into a cell and have the list update automatically from that entry. I want the list to show items with matching price specific details (number, name, location).<o></o>
<o></o>
A breakdown of the list I tried but could not get to work; I can enter the price I’m looking for into cell C3, A3 does a countif to let me know how many items had that price shown in C3, starting in A5 and moving down to A29 I put in =IF($A$2>=1,1,"") and continued down until I got to =IF($A$2>=25,25,""), I'm trying to use A5:A29 as the Kth value, but cannot find a formula that will pull those into columns B C and D which should be number name and location from the database. <o></o>
<o></o>
Since my database contains ALL items with ALL the item details, I tried to look for a formula to would pull the Kth item for only the items with the same price.
<o></o>
As an example; say you have a database that contains all the items you have. The database contains the Price, Number, Name, and Location of the items.<o></o>
<o></o>
I am trying created a list that will look up all the item's that have the same price. I want to be able to enter the price into a cell and have the list update automatically from that entry. I want the list to show items with matching price specific details (number, name, location).<o></o>
<o></o>
A breakdown of the list I tried but could not get to work; I can enter the price I’m looking for into cell C3, A3 does a countif to let me know how many items had that price shown in C3, starting in A5 and moving down to A29 I put in =IF($A$2>=1,1,"") and continued down until I got to =IF($A$2>=25,25,""), I'm trying to use A5:A29 as the Kth value, but cannot find a formula that will pull those into columns B C and D which should be number name and location from the database. <o></o>
<o></o>
Since my database contains ALL items with ALL the item details, I tried to look for a formula to would pull the Kth item for only the items with the same price.