2

Given this value in A1:

https://www.rositarococo.com/?modeload=modeload-sigma-1&adsetname=cbo-LLA1apilados&adname=Default+name+-+Conversiones&placement=Facebook_Mobile_Feed

Example

For this URL I want to extract the text cbo-LLA1apilados ("adsetname" query-parameter's value)

&adsetname=cbo-LLA1apilados&adname

My lookbehind regex doesn't work in the formula.

Question

How to extract whats between "adsetname=" and "&adname" using REGEXEXTRACT?

1 Answer 1

1

try:

=REGEXEXTRACT(A1, "adsetname=(.+)&adname")

0

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.