Crosswords1 min ago
computing program
6 Answers
I need to calculate production costs, because there is also the trasport this means that I have branches in my calcuiloation making exel a bit useless as it has to be like:
FOR 2 Kg 6 �/x
FOR 2-20 Kg 8.5�/x
ecc. or something like if x=y then:.....
this is a bit like turbo pascal or basic.
is thhere a simple program that runs under windows that will do this so that whoever is going to use the calculation is not going to end up with a wrong figure.
I am using exel but this means thhat for each weight range there is a seperate colum and if the wrong one is used the end price is going to be way to high or too low.
thanks
FOR 2 Kg 6 �/x
FOR 2-20 Kg 8.5�/x
ecc. or something like if x=y then:.....
this is a bit like turbo pascal or basic.
is thhere a simple program that runs under windows that will do this so that whoever is going to use the calculation is not going to end up with a wrong figure.
I am using exel but this means thhat for each weight range there is a seperate colum and if the wrong one is used the end price is going to be way to high or too low.
thanks
Answers
Best Answer
No best answer has yet been selected by Thunderchild. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.welll i would also like to make it more orderley and try to prevent errors being made by making it a question type thing like you could in basic or turbo pasclal. basically i need a program or very very simple programming language to implement this with not much difficulty. basic would be great but it runs on dos and that is a no no and i havn't the foggiest where to start in visual basic
Thunderchild - Oops! Looks like we were both typing together. The thing about Excel is that it's a powerful program designed to do exactly what you are trying to achieve. I'd seriously advise you to contact someone who is familiar with Excel's workings and have them demonstrate its eminent suitability for your pupose. It would only take a few minutes of your time. The only way you'd end up with a wrong result is if a wrong figure was entered in the first place. This is known as 'Garbage in, Garbage out' and could still happen with whatever form of programming you chose.