Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to use vb codes to carry out adding, subtracting and to keep a
running total on individual items on a table? below is a small part of my table. A B C D Item Stock in Stock out Stock held Nails 100 20 80 Clips 100 50 50 Clips 0 20 30 Nails 50 10 120 and so on. Items can be added to the table. Col 'D' keeps a running total of each separate items. Thank you. -- ASU |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the data is as defined in your example, starting in row 3:
=SUMIF($A$3:A3,A3,$B$3:B3)-SUMIF($A$3:A3,A3,$C$3:C3) HTH "ASU" wrote: Is there a way to use vb codes to carry out adding, subtracting and to keep a running total on individual items on a table? below is a small part of my table. A B C D Item Stock in Stock out Stock held Nails 100 20 80 Clips 100 50 50 Clips 0 20 30 Nails 50 10 120 and so on. Items can be added to the table. Col 'D' keeps a running total of each separate items. Thank you. -- ASU |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks very much
-- George "Toppers" wrote: If the data is as defined in your example, starting in row 3: =SUMIF($A$3:A3,A3,$B$3:B3)-SUMIF($A$3:A3,A3,$C$3:C3) HTH "ASU" wrote: Is there a way to use vb codes to carry out adding, subtracting and to keep a running total on individual items on a table? below is a small part of my table. A B C D Item Stock in Stock out Stock held Nails 100 20 80 Clips 100 50 50 Clips 0 20 30 Nails 50 10 120 and so on. Items can be added to the table. Col 'D' keeps a running total of each separate items. Thank you. -- ASU |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding and subtracting using vb codes | Excel Discussion (Misc queries) | |||
formula for adding / subtracting two columns . | New Users to Excel | |||
Rounding Error when adding or subtracting two cells | Excel Worksheet Functions | |||
How to display 5.5 hours instead of 5.30 when adding \ subtracting | Excel Discussion (Misc queries) | |||
Adding Subtracting Time Formula-Horse Racing | Excel Discussion (Misc queries) |