Build too for ordering

  • Thread starter Thread starter luckytr
  • Start date Start date
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
 
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
 
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.
 
Back
Top