regex - Parsing specific text from cell -


i having in google spreadsheet multiple cells following text(only language changes):

lorem ipsum dolor. sit.com<br><br>languages: english dutch<br/><br/>

i display english dutch in separate cell.

i tried this: =regexextract(d2,"<br>(.*?)</br>")

however, not come far solution, because getting #n/a. suggestion do?

i appreciate replies!

maybe try

=regexextract(d2, ":\s(.*?)<") 

Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -