Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working on a spreadsheet at work for inventory control.
We have a total of 98 panels, per every panel I ship out I would like to setup a formula to decrease from that 98 everytime i enter a # in a cell in column A. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It would be better to record the fact that you shipped the item by placing a
1 in the cell, then subtract the sum of all the shipments from the total. -- Regards, Tom Ogilvy "mdsilage" wrote: I am working on a spreadsheet at work for inventory control. We have a total of 98 panels, per every panel I ship out I would like to setup a formula to decrease from that 98 everytime i enter a # in a cell in column A. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=98-COUNTA(A:A)
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "mdsilage" wrote in message ... I am working on a spreadsheet at work for inventory control. We have a total of 98 panels, per every panel I ship out I would like to setup a formula to decrease from that 98 everytime i enter a # in a cell in column A. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to subtract from inventory total | Excel Worksheet Functions | |||
How do I subtract two columns from the same total? | Excel Discussion (Misc queries) | |||
Subtract several rows from a total | New Users to Excel | |||
I subtract 1:0:26 from 1:34:54 and get 12:34:38 AM - I want total. | Excel Worksheet Functions | |||
How do I write a formula to subtract a # from a total ONLY if the. | Excel Worksheet Functions |