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

REGEXEXTRACT before a group of characters in google sheets

I have this google sheets table with input in column A I need this output on the right.

But when trying this formula:

=ArrayFormula(REGEXEXTRACT(A2:A4, "(.+)[\""|\/]"))

This is what I came up with.

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

How to extract everything between "(*)", or "(*)/".
In other word if ended with " or /"

Thanks in advance.

>Solution :

try:

=INDEX(REGEXEXTRACT(A1:A3, """(.+?)(?:\/)?"""))

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