Extract from html to excel specific lines - excel

Help greatly appreciated!
I'm trying to automate as much work as possible. I need to copy a lot of product information from my suppliers web page to mine. Manual work have been a pain in the ass and now I thought that I could ask for your help,
I'm trying to extract - ProductNumber, ProductTitle, ProductDescription, ProductWeightFormatted, and from ProductImageContainer picture url's. As I need to add some of my own info I Wanted to get each product in one row with 5 different cells.
Have been thinking and searching for solutions for whole day but no luck.
Site where I am copying info from
Thank You!

Have you tried using getElementsById, followed by innerText or textContent?
In your case it makes sense, as each product has certain div id.

Related

Finding the price of a product with sub-variables and giving it as a link?

I have got a sheet.
Like This : https://docs.google.com/spreadsheets/d/1IZKQENWb9JOeVvjU3ioj6769PvHcRtXmo-urZZ8R3CQ/edit?usp=sharing
This list includes the products, the main features of the products and their prices according to these basic features.
What I want to do is; when they click on these essential features, they go to the price of their own feature. I don't want to do this manually one by one because there are too many products. I want to create it by writing a formula.
Anyone help this? Thank you :)

Trying to find a data which is not visible in the source code

Hey as the title suggest, I have been trying to get a specific data which is being assigned but not shown by the website.
I frankly am completely new to coding and data scraping.
But I need to see this data for work which is gonna help me.
https://v2.gcchmc.org/book-appointment/ this is the website and after you select your country, city and country travelling too it shows your medical center is assigned which is the value im trying to find.
Any help would be greatly appreciated or links to learn how to find this data.

Creating a spreadsheet with drop downs that work off of each other

I have 3 different planting suppliers. Each supplier has prices for each of my areas (States). Normally, I’ve used the tab called Combined Bids and done the arithmetic on my own.
Combined Bids
I’d like to make something where I can choose from dropdowns and it give me the price based on the dropdowns I choose.
For instance, if I chose Alabama, Reforestation Specialists, Loblolly, 8x10, and Hoedad on the “Interface” tab it would return $52.06.
"Interface"
Lists
I’ve tried using IF statements in the data validation, but I never seem to get it correct. Thought about a Lookup table but I don’t know.
How would you do it? Any information or help would be greatly appreciated. Thanks so much. I'd be happy to share the spreadsheet as well. I didn't see a place to upload it. Again thanks!
You can create a drop down list using Data Validation
and then get the value using the VLOOKUP function
This is something you might want to look into.

Sheet relationship that changes it's value?

I’m currently creating an bigger excel sheet as a storage management tool. To be precise, it’s an hobby project I just wanted to start doing. I worked all Saturday night to do it, but I’m stuck really badly and I can’t figure out how to solve this one problem!
I have two lists:
Material Overview – this is an overview of all the material and it’s total quantity
Log – this is the log, where I can enter if we sold material or bought material
But now that’s where it gets tricky:
I want the log sheet to automatically change the material overview depending on how you entered the forms. I attached some screenshots as an example:
This is the log-File. It logs the changes done to the quantity of the product.
This is the material overview. This should change to 1 now considering we entered +1 in the log sheet.
I have no idea how I have to implement this. Also, there are multiple Articles on the material overview and the log sheet that can be changed.
Could you please help me out on this matter? Would be really nice.
Thank you in advance

Automatically highlight data that appears in worksheet

I have two different Excel spreadsheets that contain the pricelists of two different manufacturers. I need Excel to highlight the items in the pricelists that occur in both pricelists (Reason: to be able to quickly find the items that both manufacturers offer and who offers it at the best price. The lists are EXTREMELY long hence doing it manually won't work!).
I have searched for two days online to find a solution to this problem but nothing helped. I found one site that offered a code to create a macro, which I tried, but unfortunately only returned an error.
Can anyone give me a solution like a formula that I can simply copy?
If you put the details in a PivotTable then you could compare prices where both manufacturers supply the same item and otherwise see which does and its price:

Resources