Return a list ot items with a matching detail

Wrathor

New Member
Joined
Jun 23, 2011
Messages
10
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-com:office:office" /><o:p></o:p>
<o:p></o:p>
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:p></o:p>
<o:p></o:p>
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:p></o:p>
<o:p></o:p>
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:p></o:p>
<o:p></o:p>
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.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
I'm not sure thats what I am looking for; unless I can make the filter reference the cell I enter the price into somehow.
 
Upvote 0
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-com:office:office" /><o:p></o:p>
<o:p></o:p>
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:p></o:p>
<o:p></o:p>
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:p></o:p>
<o:p></o:p>
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:p></o:p>
<o:p></o:p>
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.
This sounds like what you're looking for but it's probably not too good if you have 1000's of rows of data unless you're using the file strictly as a database.

http://www.mrexcel.com/forum/showpost.php?p=2696961&postcount=3
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,297
Members
452,903
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top