View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
HAZBONES HAZBONES is offline
external usenet poster
 
Posts: 3
Default Dropdown List that populates another column

Thanks. That worked. Now I can go for a drink...

Haz

"Max" wrote:

Errata, earlier was out of sync by 1 col as I wrongly took Service to be in
col K, FCP in col L, when it should be cols J and K

The set up should have read as:

Put in L2: =IF(A$1="","",IF(J2=A$1,ROW(),""))
Copy L2 down to cover the max expected extent of data in col J. Leave L1
blank.

Then just place in B1:
=IF(ROW()COUNT(L:L),"",INDEX(K:K,SMALL(L:L,ROW()) ))
Copy B1 down to the same extent as done in col L. Col B will return the
required FCP results for the DV selection made in A1.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---