I would like to make a formula that will generate text in one cell based on a range of cells and a criteria.
My best attempt is to use an array formula.
For this example I would expect "bchikloqvxy".
The formula would be {=CONCATENATE(IF(A1:A26="x", B1:B26,""))}
Thank you.