Im looking for a way to remove the last character (") returned by my REGEXEXTRACT formula which is:
=SI(ESTNA(REGEXEXTRACT(B2,"\nmarket_hash_name: ""(.*)")),"",REGEXEXTRACT(B2,"\nmarket_hash_name: ""(.*)"))
The result right now is > Sticker | Battle Scarred" And i'd like to remove the " at the end.
Thank you so much for your help!