Creating inventory spreadsheet with single line entry
Hello everyone!
So I wanted to get some opinions before I go about creating a program in either VB or C on a windows PC...
Here is what I would like to do:
I need to create a spreadsheet that I am able to record inventory acquisitions, sales, and margins for my online store. In my mind, I see it pretty easy to create a simple program in VB or C that would take user input values and write to a file, all while computing on screen. My question is if there is any way I can mimic this on Numbers here on my mac. In a perfect world, I would have a 2 sheet numbers file - one for entering values ON A SINGLE ROW and showing summation values, and the other for housing all necessary data and computational work. I know I can replicate data from sheet to sheet, but the single row function is what has me hung up.
What I am thinking is that there MAY be a way for me to enter in a row value as a column in the "entering" sheet. So for example, I can pop over to sheet 2 that houses all of my inventory, and see that I am at row 48. On the entry sheet, my first parameter would be 49 for row, followed by item name, price paid, price sold, etc...
Am I over thinking this or can this be done? Like I said, I don't have much hesitation to creating a program to do this for me, maybe it might even be a good time for me to learn my way around xcode....
Thanks!!!