Hello All,
So I want to return a text value based on 4 criteria. I can do this with the Index Match function, however I want to concatenate ALL text values found in the column that match the 4 criteria into a single cell seperated by "; ". I desperately need help on this! The data would look like below as a sample (Columns A,B,C,D,E)
[TABLE="class: grid, width: 500, align: left"]
<TBODY>[TR]
[TD]Region [/TD]
[TD]Type[/TD]
[TD]Status[/TD]
[TD]Audit Name[/TD]
[TD]Month[/TD]
[/TR]
[TR]
[TD]Asia[/TD]
[TD]Internal[/TD]
[TD]Complete[/TD]
[TD]APAC[/TD]
[TD]January[/TD]
[/TR]
[TR]
[TD]Asia[/TD]
[TD]Internal[/TD]
[TD]Complete[/TD]
[TD]Korea GO[/TD]
[TD]January[/TD]
[/TR]
[TR]
[TD]Europe[/TD]
[TD]External[/TD]
[TD]Complete[/TD]
[TD]UK sheffield[/TD]
[TD]January[/TD]
[/TR]
</TBODY>[/TABLE]
I want the audit names concatenated into a single cell if Region="Asia", Type="Internal", Status="Complete", and Month="January". Therefore, the result in the cell should read "APAC; Korea GO". If I just have the function then I would then have the usability to search other criteria, etc.
Any help on this would be greatly appreciated!
-Taylor
So I want to return a text value based on 4 criteria. I can do this with the Index Match function, however I want to concatenate ALL text values found in the column that match the 4 criteria into a single cell seperated by "; ". I desperately need help on this! The data would look like below as a sample (Columns A,B,C,D,E)
[TABLE="class: grid, width: 500, align: left"]
<TBODY>[TR]
[TD]Region [/TD]
[TD]Type[/TD]
[TD]Status[/TD]
[TD]Audit Name[/TD]
[TD]Month[/TD]
[/TR]
[TR]
[TD]Asia[/TD]
[TD]Internal[/TD]
[TD]Complete[/TD]
[TD]APAC[/TD]
[TD]January[/TD]
[/TR]
[TR]
[TD]Asia[/TD]
[TD]Internal[/TD]
[TD]Complete[/TD]
[TD]Korea GO[/TD]
[TD]January[/TD]
[/TR]
[TR]
[TD]Europe[/TD]
[TD]External[/TD]
[TD]Complete[/TD]
[TD]UK sheffield[/TD]
[TD]January[/TD]
[/TR]
</TBODY>[/TABLE]
I want the audit names concatenated into a single cell if Region="Asia", Type="Internal", Status="Complete", and Month="January". Therefore, the result in the cell should read "APAC; Korea GO". If I just have the function then I would then have the usability to search other criteria, etc.
Any help on this would be greatly appreciated!
-Taylor