SOLVED

CSV DB for web search

Copper Contributor

I can’t figure out how to bulk add this URL in, I need the placeholders to be replaced with the data from the corresponding cells.

 

 https://hartbroscore.com/search?type=article%2Cpage%2Cproduct&q=[YEAR-Row?_ Column-A]*+[MAKE-Row-?_Column-B]*

 

 

 

 

 

3 Replies
best response confirmed by hartbros600 (Copper Contributor)
Solution

Hi @hartbros600,

Try this in cell D1

=HYPERLINK(CONCATENATE(" https://hartbroscore.com/search?type=article%2Cpage%2Cproduct&q=",A1,"*+",B1))

Then drag it down to fill the remaining.

 

@Bennadeau Thank you! That worked perfectly!

@hartbros600 

 

Glad I could help

1 best response

Accepted Solutions
best response confirmed by hartbros600 (Copper Contributor)
Solution

Hi @hartbros600,

Try this in cell D1

=HYPERLINK(CONCATENATE(" https://hartbroscore.com/search?type=article%2Cpage%2Cproduct&q=",A1,"*+",B1))

Then drag it down to fill the remaining.

 

View solution in original post