Build too for ordering

L

luckytr

Hi,
I need a formula for a build too?
I have tried beginning inventory plus perches inventory minus ending
inventory
sum=(A1+A2-A3)
And I can't get it to work right for nothing. I am using excel 2003
if someone could led me to a spreadsheet or formula would help?
Any help would be very much appreciated!
Thanks, Luckytr
 
L

Luke M

The sum function adds numbers seperated by commas .
=SUM(A1,A2,A3) 'Don't use this
You don't need it for what you are trying to do.

=A1+A2-A3
 
L

luckytr

Luke said:
The sum function adds numbers seperated by commas .
=SUM(A1,A2,A3) 'Don't use this
You don't need it for what you are trying to do.

=A1+A2-A3
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


:
-

Thank you very much! that was it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top