mlektra
New Member
- Joined
- Jun 2, 2008
- Messages
- 14
Hi, Consider a sheet where I will have a cell in T1 that will have this value :
http://mydomain.com/sp_ups1.php?ite...&czip=&cbskin=8618&cbfid=17238&cbf=K9T5VEGPRY
I will need a formula that will extract the value of :
cbaffi= ---> in U1 cell (or any other cell on the right but in the same row)
czip= ---> in V1 cell (or any other cell on the right but in the same row)
cname= ---> in W1 cell (or any other cell on the right but in the same row)*
The values after the = are always changing but the order of the paramaters in the URL string are always the same.
possible?
* Can we manage to have this cell to capitalize only the 1st letter so, if the data is :
cname=JOE+BEEF
the extracted data will look like : Joe+Beef
http://mydomain.com/sp_ups1.php?ite...&czip=&cbskin=8618&cbfid=17238&cbf=K9T5VEGPRY
I will need a formula that will extract the value of :
cbaffi= ---> in U1 cell (or any other cell on the right but in the same row)
czip= ---> in V1 cell (or any other cell on the right but in the same row)
cname= ---> in W1 cell (or any other cell on the right but in the same row)*
The values after the = are always changing but the order of the paramaters in the URL string are always the same.
possible?
* Can we manage to have this cell to capitalize only the 1st letter so, if the data is :
cname=JOE+BEEF
the extracted data will look like : Joe+Beef