Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default tracking inventory

if there's a # in the "Qty. Received" cell then I want it to add to the
"Current inventory" cell but if there's a # in the "Qty. Shipped" cell then I
want it to subtract it........how can i seperate these functions in 1 formula
so it will do either 1 or the other?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default tracking inventory

Hi,

Try this
Assuming Receiving begins at B3, and Shipped in C3, Current inventory
beginning balance in D2
Formula in D3: =D2+B3-C3
Copy down as needed
Hope this helps.

Dave


"Jackie" wrote in message
...
if there's a # in the "Qty. Received" cell then I want it to add to the
"Current inventory" cell but if there's a # in the "Qty. Shipped" cell
then I
want it to subtract it........how can i seperate these functions in 1
formula
so it will do either 1 or the other?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Ken is offline
external usenet poster
 
Posts: 207
Default tracking inventory

Jackie

Isn't that simply:

current inventory=current inventory + quantity recieved - quantity
shipped ?

Ken

On Jun 26, 1:31*pm, Jackie wrote:
if there's a # in the "Qty. Received" cell then I want it to add to the
"Current inventory" cell but if there's a # in the "Qty. Shipped" cell then I
want it to subtract it........how can i seperate these functions in 1 formula
so it will do either 1 or the other?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default tracking inventory

Suppose
A1 = QTy Received
B1 = Qty shipped
In C1 (current inventory)

If you already have a formula
=<current formula+IF(A10,A1,IF(B10,B1,0))



If this post helps click Yes
---------------
Jacob Skaria


"Jackie" wrote:

if there's a # in the "Qty. Received" cell then I want it to add to the
"Current inventory" cell but if there's a # in the "Qty. Shipped" cell then I
want it to subtract it........how can i seperate these functions in 1 formula
so it will do either 1 or the other?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default tracking inventory

missed the negative sign

=<current formula+IF(A10,A1,IF(B10,-B1,0))

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

Suppose
A1 = QTy Received
B1 = Qty shipped
In C1 (current inventory)

If you already have a formula
=<current formula+IF(A10,A1,IF(B10,B1,0))



If this post helps click Yes
---------------
Jacob Skaria


"Jackie" wrote:

if there's a # in the "Qty. Received" cell then I want it to add to the
"Current inventory" cell but if there's a # in the "Qty. Shipped" cell then I
want it to subtract it........how can i seperate these functions in 1 formula
so it will do either 1 or the other?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default tracking inventory

So, here's what I have.....

ColumnD = Qty. Shipped
ColumnE = Qty. Received

=IF(D:D0,C3-D3,0),(E:E0,C3+E3,0)

each () is giving the right answer but then I get a #Value error?

"Jacob Skaria" wrote:

missed the negative sign

=<current formula+IF(A10,A1,IF(B10,-B1,0))

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

Suppose
A1 = QTy Received
B1 = Qty shipped
In C1 (current inventory)

If you already have a formula
=<current formula+IF(A10,A1,IF(B10,B1,0))



If this post helps click Yes
---------------
Jacob Skaria


"Jackie" wrote:

if there's a # in the "Qty. Received" cell then I want it to add to the
"Current inventory" cell but if there's a # in the "Qty. Shipped" cell then I
want it to subtract it........how can i seperate these functions in 1 formula
so it will do either 1 or the other?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default tracking inventory

Wow, I was making this so difficult! Thanks a bunch!

"Bassman62" wrote:

Hi,

Try this
Assuming Receiving begins at B3, and Shipped in C3, Current inventory
beginning balance in D2
Formula in D3: =D2+B3-C3
Copy down as needed
Hope this helps.

Dave


"Jackie" wrote in message
...
if there's a # in the "Qty. Received" cell then I want it to add to the
"Current inventory" cell but if there's a # in the "Qty. Shipped" cell
then I
want it to subtract it........how can i seperate these functions in 1
formula
so it will do either 1 or the other?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
tracking inventory Michelle Excel Discussion (Misc queries) 10 February 13th 09 12:07 AM
Inventory Tracking Sheet Bobby R. Excel Worksheet Functions 2 November 11th 08 09:09 PM
Tracking inventory in excell or access tracking_guru Excel Worksheet Functions 1 August 4th 08 10:22 PM
Tracking inventory order history rjez Excel Discussion (Misc queries) 1 July 13th 06 12:36 PM
Tracking inventory Emily Setting up and Configuration of Excel 0 December 13th 05 05:00 PM


All times are GMT +1. The time now is 02:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"