From the below URL, I am attempting to extract the number that comes after the pattern "page%5Bnumber%5D="
In this case, the result would be 39
Some help on the formula would be greatly appreciated!
Cheers,
Brian
From the below URL, I am attempting to extract the number that comes after the pattern "page%5Bnumber%5D="
In this case, the result would be 39
Some help on the formula would be greatly appreciated!
Cheers,
Brian
Try this
REGEX_EXTRACT({url}, 'Bnumber%5D=(\\d+)')
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.