I hate to make my first Thread a question, which in all honesty I didn't expend enough time searching for in the older threads, but I am actually pressed for time and would love some Help.
I am given a FIle in CSV format everyday with data on the stock of a company. This data is limited to just the code of the product and a number that represents the current Stock said company has (Code;Stock). Sadly this codes are rather aleatory, is not easy to guess what they reference by just looking at them, so I took the time to classify all 1000 and some manually into categories (I created a Spreadsheet on the base of the original file and added columns like "Maker", "category", "Product", and finally one to note if it had or not been added to the online store I am working on. With this classifications it's easier to work with them, since I can just organize the list and start working with Products I already have a good grasp with (This is a long time project that's just starting, and the original list had no order).
The problem is that I keep getting the CSV file with the " Code;Stock" format daily and I want to be able to update the stock in my new organized spreadsheet, but since there is no "0" stock in the lists, It either is there or there is none of it, I can't just Organize by code and copy the data.
I want to know if there is a way to use this new data to update the stock of the repeated codes, that I already got into my Spreadsheet, and add the extra ones below the estandar list, or wherever. It's not a big deal if stuff with no stock is still on the list (I can sort that out later) but I can't be missing products, or at least I don't want to.
I know it might be asking to much to have such a particular functions, but I thought It shouldn't be that hard (it's just about recognizing the elements on one column and updating the numbers on another), and I might be lucky enough that It is possible.
I am really looking forward to an answer, so thanks to however went to the trouble of reading all of this and Is thinking about it
Please, let me know if I wasn't clear enough, if I should add some sort of example, or if I made some sort of mistake while explaining (English is not my first Language)