I would like to make a formula that would allow me to take a series of cells and add them up AND subtract them from another cell.
So say A1 is my original number and then each time someone takes something out of stock I enter it into A2, then another customer comes and takes more and that comes out of A3 and so on through A7
I don't want to have to enter the values in A2-A7 as negative numbers, and I dont want the value of A8 (which is the total cell that the formula is in) to be a negative.
Right now I'm using =sum(A2:A7)-A1, but the total in A8 showes up as a negative number when really its a possitive number I need to show.
Thanks in advance,
Justin
So say A1 is my original number and then each time someone takes something out of stock I enter it into A2, then another customer comes and takes more and that comes out of A3 and so on through A7
I don't want to have to enter the values in A2-A7 as negative numbers, and I dont want the value of A8 (which is the total cell that the formula is in) to be a negative.
Right now I'm using =sum(A2:A7)-A1, but the total in A8 showes up as a negative number when really its a possitive number I need to show.
Thanks in advance,
Justin