Hi everyone,
I am looking for a solution to the problem exposed in the workbook enclosed
Thank you very much for your help !
DWX
Hi everyone,
I am looking for a solution to the problem exposed in the workbook enclosed
Thank you very much for your help !
DWX
one option
Formula:
=FILTERXML("<x><a>"&TEXTJOIN("</a><a>";;REPT(D3:L7;D8:L8="NEW-YORK"))&"</a></x>";"//a")
; delimiter assumed
Thatīs perfect ! Thank you very very very much![]()
Hi to all!
Another option, with 365 insider beta:
Blessings!PHP Code:
=TEXTSPLIT(TEXTJOIN(",",,IF(C8:L8="NEW-YORK",C3:L7&"","")),,",")
Another option, with 365 insider beta
Cell G32 formula
Formula:
=TOCOL(FILTER(D3:L7,(D8:L8="NEW-YORK")),1,2)
Similarly a bit of a fusion of the above.Formula:
=TRIM(MID(TEXTJOIN(REPT(" ",99),TRUE,REPT($D$3:$L$7,--($D$8:$L$8="NEW-YORK"))),(ROWS(G$32:G32)-1)*99+1,99))
Dave
@DWX57 You're Welcome. Glad to help . Thank You for the feedback
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks