Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

how to concenate a list of value based on some criteria in spreadhseet

enter image description here

so i want to concat a list of value in column K if the condition in column J and G are true.

im expecting that a can get the list of that and seperate it with coma like i already put it in column A – E, the formula will be in column B and im expecting to use the formula with the help of arrayformula. Im also put a note on cell B2 for some short explanation you can check it here :
https://docs.google.com/spreadsheets/d/1LwdHmtQhr5YlHzMw6DOcpYW0v1XfCgHCf1CSk9-xF6k/edit?usp=sharing

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Thanks in advance!

>Solution :

You may try:

=map(A2:A,lambda(Σ,if(Σ="",,textjoin(", ",1,ifna(filter(E:E,D:D=Σ))))))

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading