I have attached a spreadsheet that a printing department uses.
Right now, on the Standards tab, you can choose a customer from the drop down and if you have set a speed that the job can run at on the Speeds tab, it will populate using a vlookup.
However, I would like to make it more intuitive.
Is there a way to make it so that by setting speeds under each machines column on the Speeds tab, it will auto populate (in alphabetical order) under each machines table on the Standards tab?
My first thought is that it would somehow use the INDEX or MATCH functions, but not exactly sure how to implement it.
Thanks!
Last edited by ffmariners; 05-05-2010 at 02:56 PM.
Bump
If you don't think it's possible (or achievable without A LOT of work), let me know that too!
Thanks
If I've understood what you're getting at... using the 100:jobs as an example:
First remove the validation, then I would suggest you store the appropriate Speeds column number in an appropriate cell, eg:
then ascertain customer countA19: 2
with the above in place now retrieve customer listing:B19: =COUNT(INDEX(Speeds,0,A19))
repeat the logic on the other tables.A21: =IF(ROWS(A$21:A21)>B$19,"",INDEX(INDEX(Speeds,0,1),MATCH(TRUE,INDEX((INDEX(Speeds,0,A$19)*ISNA(MATCH(INDEX(Speeds,0,1),A$20:A20,0)))>0,0),0))) copied down to A50
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Thanks! That worked brilliantly!
I knew it had to do with Index and Match![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks