Import specific data from multiple pages of a website into specific cell in Excel sheet

SIPRIAN

New Member
Joined
Nov 10, 2016
Messages
36
Hello,

I'm trying to import data from a website (www.motionindustries.com)
i have a spreadsheet with all the part numbers(Ex E35B42).
The values that i need to have in the spreadsheet are description, price and MI part number.
After I searched on internet I found Selenium , but is too complicate for me to understand.
Tried to look in the source of html to find the values, but don't know how to import them.

Ex: E35B42

Price source



V7rmMtb.jpg



Description



kymhCXs.jpg



Part number


nAbQF2Q.jpg


My table looks like this

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]CRT#[/TD]
[TD]DESCRIPTION[/TD]
[TD]PRICE[/TD]
[TD]P#MI[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]E42B35[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]E35B26[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Another
2000 items...[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


I look forward to your help to complete my table like this.


[TABLE="class: grid, width: 500"]
<tbody>[TR]
[/TR]
[TR]
[TD]CRT#[/TD]
[TD]DESCRIPTION[/TD]
[TD]PRICE[/TD]
[TD]P#MI[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]E42B35[/TD]
[TD]Stock Bore Sprocket - 35 / 3/8 in, Rough Stock Bore, 42 Teeth, 3/4 in, Steel
[/TD]
[TD]121.80[/TD]
[TD]00179193[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]E35B26[/TD]
[TD]Stock Bore Sprocket - 35 / 3/8 in, Rough Stock Bore, 26 Teeth, 3/4 in, Steel


[/TD]
[TD]94.68[/TD]
[TD]00179178[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Another
2000 items...[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]



Thank you,
J
 
Last edited:

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.

Forum statistics

Threads
1,223,237
Messages
6,170,928
Members
452,366
Latest member
TePunaBloke

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