Question : How to Convert a Row Array Formula to a Column Array Formula

Below is an array FORMULA that works in extracting Values and placing them in a single column (multiple rows).  I've tried to rewrite this so that it would produce the same data, but be placed in a single row (multiple columns): Horizontal versus Vertical

I know that it can be done in VBA and that's what I'm presently using for other data.  But, for information purposes, is there an expert who would know how this can be modified and placed in the cells of a single row to generate the same values, only horizontally.

1:
{=IFERROR(INDEX(Sheet1!H$4:H$102,SMALL(IF(ValLookUp=Sheet1!D$4:D$102,ROW(Sheet1!D$4:D$102)-ROW(Sheet1!D$4)+1),ROWS(B$45:B45))),"")}

Answer : How to Convert a Row Array Formula to a Column Array Formula

in the new page (test.aspx) you can use

Request("Name")
Request("Password")

etc to get the posted values...
Random Solutions  
 
programming4us programming4us