Extract URL Parameter using Excel Formula -


how can extract url parameter "kw" url using excel formula?

http://www.googleadservices.com/pagead/aclk?sa=l&ai=cjuq7zvabvdk_crhssqf6iihyd7zv59khvjfs5labpuwu_amiababkangofihggygabz01eadyaebqqk8tgddlm9-pqoeke_qrrjdxkczneohuov47wctkvwtfgdo-tbcfznv3yz1yghvxwub_wuibggab6ylqh-qbwoob6a-g9ghaq&ohost=www.google.com.ar&cid=5ghbrxlb07mo7bzolkedrycn1cvrdfvvgl6nrn6sdtphjlq&sig=aod64_1liexrqqfwlyhyfcfmweyn0n0n6q&rct=j&q=&ved=0cbkq0qw&adurl=http://segurosendirecto.com.ar/cotizador-de-seguros-auto?kw=san%2520cristobal%2520seguros 

with url in cell a1, use:

=mid(a1,find("kw=",a1)+3,9999) 

enter image description here

and if want include wk=, drop +3 formula.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -