2 Formula's in one cell

D

Dave

In my total cell I have one formula that subracts out of my inventory when i
add a number to my out cell example: in cell K i have =d9-i9, i would like in
the same cell i9+j9 when i loose inventory cell k subtracts and when i gain
inventory cell k adds...

please help
 
J

Jim Thomlinson

So you want to use differenet formulas depending on whether you gain or loose
inventory. In that case use an if function

=if(GainInventory, d9-i9, i9+j9)

You did not supply an logic as to how you determine if you have gained or
lost inventory so I lease that for you to fill in.
 

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