Re: Provide list from all columns marked with and "x"
- From: "Herbert Seidenberg" <herbds7-msxls@xxxxxxxxx>
- Date: 8 Sep 2006 12:25:10 -0700
Select the 1x5 array of column labels and name it items
Select the 3x5 array of x's and name it arrayX
Insert > Name > Define > arrayB
Refers to: =IF(arrayX="x",items,"")
Select the three cells in column B and enter this array formula
with Ctrl+Shift+Enter
=CONCATENATE(INDEX(arrayB,,1),INDEX(arrayB,,2),INDEX(arrayB,,3),
INDEX(arrayB,,4),INDEX(arrayB,,5))
.
- Prev by Date: Re: Dynamic Named Ranges Viewing in Name Box
- Next by Date: Re: dannycol
- Previous by thread: Re: Dynamic Named Ranges Viewing in Name Box
- Next by thread: Re: How do I create "push buttons" in Excel?
- Index(es):