I have a big sheet with multiple columns and too much data.
Column A, B and C should be interlinked not like applying filter and getting results, maybe using data validation or something and also not by VBA.
Such that if i select something from column A then after B and then after C using data validation or combobox somewhere on the sheet, then accordingly results from other columns alongside those columns are printed.
Try something like:
=INDEX(D$1:D$100,MATCH(1,INDEX(($A$1:$A$100=X1)*($B$1:$B$100=Y1)*($C$1:$C$100=Z1),0),0))
Where X1, Y1, Z1 are the respective dropdowns for items in A1:A100, B1:B100 and C1:C100. This will pull item from column D at same row. copy across to get column E, F, etc....
adjust ranges and references to suit.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Items in column A,b and C are not just X1,Y1 or Z1, there are 5 type of items in A,4-B and 7-C. Can we do it using a drop down?
Also it would be very helpful if you attach a dummy for explanation.
It would be more helful if you attached a file with your explanation!
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks