View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
GBH99 GBH99 is offline
external usenet poster
 
Posts: 28
Default Data from Multi Variable Dropdowns

You are and have always been a fantastic help, thankyou

"Tom Ogilvy" wrote:

Assume the table has the first Area listed in A2 and the first Product in B1
on a sheet named Table

in the entry sheet (same sheet as D5 and D7)

=If(And(D5<"",D7<""),Offset(Table!$A$1,Match(D7, Table!$A:$A,0),Match(D5,Ta
ble!$1:$1)),"")

should return the intersection of the selected Product and Area

--
Regards,
Tom Ogilvy



"GBH99" wrote in message
...
Thanks for the help with my DVD collection, I want to do something similar
with work but i'm not sure if its possible.

In Cells D5 and D7 I have 2 lists (Product and Area), when I select one of
each I need them to work like coordinates for a master table (products

across
the top and areas down the side). Is there anyway to do this (I have about
104 products and around 2000 areas to put into this table).

Please help again, many thanks