Web Query/VB or Macro Help - Merge Every 3 Rows

NCH87

New Member
Joined
Jun 22, 2015
Messages
1
Hello!

I've been working on this for what seems like days. Ultimately, I'm wanting to know how to quickly grab data from a link via Web Query, then edit that data with a script or macro. End goal is to identify fantasy football draft trends:

Web Query: Completed Draft - Fantasy Football Calculator

Results look like:
JamaalArianLeVeon
CharlesFosterBell
RB (KC) 9RB (HOU) 9RB (PIT) 11
LeSeanMattAndrew
McCoyForteLuck
RB (BUF) 8RB (CHI) 7QB (IND) 10
AlshonMikeT.Y.
JefferyEvansHilton
WR (CHI) 7WR (TB) 6WR (IND) 1

<tbody>
</tbody>

Whereas the preferred edit would be:
JAMAAL CHARLES RB (KC) 9ARIAN FOSTER RB (HOU) 9LEVEON BELL RB (PIT) 11
LESEAN MCCOY RB (BUF) 8MATT FORTE RB (CHI) 7ANDREW LUCK QB (IND) 10
ALSHON JEFFERY WR (CHI) 7MIKE EVANS WR (TB) 6T.Y. HILTON WR (IND) 10

<tbody>
</tbody>

I understand that =CONCATENATE(A1, " ", A2, " ", A3) will accomplish this, however as you can see from the table, the editing for each query will take a long time as there is typically 450 cells to edit AND if the formula is dragged, it will add A2, A3, A4 on the next cell, instead of A4, A5, A6. Is there a script that I can add which will quickly combine cells as mentioned above? And is there a way to automate this process where say it will go to this site(Completed Mock Drafts - Fantasy Football Calculator) and grab the first 5 or 10 and create a new work sheet for each?

I know it can be done, but I know next to nothing about coding.

I am a first time poster, I was unable to access the etiquette page prior to posting. If these should be reformatted, I will happily do so.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,214,833
Messages
6,121,858
Members
449,052
Latest member
Fuddy_Duddy

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