Hi Everyone,
I have to concatenate a number of columns with information from another sheet base on what a use enters on the first column
for e.g sheet 1 has four columns and the fifth column I want to concatenate the information together with information from sheet 2
=CONCATENATE(IF(A2="SAP";'data 2'!B1&";"&B2&";"&C2&";"&D2);(IF(A2="SAD";'data 2'!B2&";"&B2&";"&C2&";"&D2)))
Bookmarks