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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,226,729
Messages
6,192,696
Members
453,747
Latest member
tylerhyatt04

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