Replace part of a URL in Excel 2013 with the contents of a cell

Hentr

New Member
Joined
Jan 14, 2019
Messages
6
Hi There

I'm stuck...Please help..:eek:

I'm a request fulfilment manager, and I have an Excel sheet which is an extract from our Helpdesk system. It's 70.000+ rows. Here is my challenge:

In colum A I have a unique number for the specific Request i.e. RFxxxxx and in colum B I have an URL that I have copied from the browser adressline, but in the URL a specific RFxxxxx number http://hpsm.regsj.intern/sm/index.do?ctx=docEngine&file=request&query=number="RF00021941%22&action=&title=Request%20RF00021941 (this URL is copied to all rows in the spreadsheet)

What I would like to do is to replace the bold text with the data (text) in colum A, whitch is similar in format, how do I do this using VBA or a Macro in all rows, top to bottom?

Kind Regards
Henrik Troels-Hansen
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Re: How to replace part of a URL in Excel 2013 with the contents of a cell

Hi Hentr,
If you have de code RF00001 in cell A2 you could write ="http://hpsm.regsj.intern/sm/index.do...y=number%3D%22"&A2&"%22&action=&title=Request%20&"A2
In cell B2 to get what you want
Cheers
Sergio
 
Last edited:
Upvote 0
Re: How to replace part of a URL in Excel 2013 with the contents of a cell

Hi Sergio

I'm afraid that doesn't work, for some reason the information from A2 dosn't get copied into the string in cell B2, when you click the link, it's not in the URL in the browser... Or am I missing a step?

 
Upvote 0
Re: How to replace part of a URL in Excel 2013 with the contents of a cell

Hi Sergio

I'm afraid that doesn't work, for some reason the information from A2 dosn't get copied into the string in cell B2, when you click the link, it's not in the URL in the browser... Or am I missing a step?


Sory my bad the formula was missplaced an Ampersand &
The formula for B2 should be
Code:
="http://hpsm.regsj.intern/sm/index.do...y=number%3D%22"&A2&"%22&action=&title=Request%20"&A2
 
Upvote 0
Re: How to replace part of a URL in Excel 2013 with the contents of a cell

Hi Sergio

Thanks for all your help, but I hope you can help some more..

The "data" in cell B2 is now correct, but underlying is the formula, and the formula is the string that gets put in the browser address line.

See picture and note the diference between what's in the cell contra what's in the cell line..

http://prntscr.com/m8v68d

How do I format the B2 cell so that it's the "data" in the cell that is the string forwarded to the browser..

I really hope that you can see through my lack of skills in Excel and help me.

Kind Regards
Henrik
 
Upvote 0
Re: How to replace part of a URL in Excel 2013 with the contents of a cell

Hi Henrik
Sorry, I do not understand your request, could you please explain "How do I format the B2 cell so that it's the "data" in the cell that is the string forwarded to the browser." further
Sergio
 
Upvote 0
Re: How to replace part of a URL in Excel 2013 with the contents of a cell

Hi Sergio

The visible data in Cell B2 is:
http://hpsm.regsj.intern/sm/index.do?tx=docEngine@file=request&query=number%3D%22RF00010316%22&action=&title=Request%20RF00010316 And it's a result of the formula in the same cell B2, which is:
="http://hpsm.regsj.intern/sm/index.do?ctx=docEngine@file=request&query=number%3D%22"&A2&"%22&action=&title=Request%20"&A2

My problem is that it's the formula (in BOLD) is the string passed to the webbrowser and not the result of the formula, which is the string that I need to pass to the webbrowser when clicked in order to call the right Request in our Helpdesk system. I hope that cleared up the question.

Kind Regards
Henrik


<tbody>
</tbody>
 
Upvote 0
Re: How to replace part of a URL in Excel 2013 with the contents of a cell

Try this
Code:
[COLOR=#444444][FONT=Calibri]=HYPERLINK("http://hpsm.regsj.intern/sm/index.do...y=number%3D%22"&A2&"%22&action=&title=Request%20"&A2)[/FONT][/COLOR]
 
Upvote 0
Re: How to replace part of a URL in Excel 2013 with the contents of a cell

Hi Sergio

I'm sorry to say that, that doesn't work either: The string passed is: http://hpsm.regsj.intern/sm/index.d...=number=""&A2&""&action=&title=Request "&A2&"
And that does not work. The "formula" string looks like this: =HYPERLINK("http://hpsm.regsj.intern/sm/index.do?ctx=docEngine@file=request&query=number%3D%22"&A2&"%22&action=&title=Request%20"&A2)

I'm at a loss... If you wan't to quit, I will fully understand, what I can't understand is why this is a problem at all...

Kind regards
Henrik
 
Upvote 0
Re: How to replace part of a URL in Excel 2013 with the contents of a cell

I think I know what is happenning could be 2 things:
1. Can you see the part of the URL where it says "sm/index.do...t%20" the part ... is wrong ... is a way of excel to shorten a URL you need the real URL not the shortened URL
2. Do this test Copy the result of the formula
Code:
[COLOR=#333333]="http://hpsm.regsj.intern/sm/index.do...y=number%3D%22"&A2&"%22&action=&title=Request%20"&A2[/COLOR]
to a notepad, see what it says, then copy from the notepad to the browser and press Enter to see if it works
And tell me what hapens
Cheers
Sergio
 
Upvote 0

Forum statistics

Threads
1,213,534
Messages
6,114,188
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top