Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-19 Thread David Grugeon
3263 7786 tel:07%203263%207786 -Original Message- From: Anton Jopko [mailto:a...@kwic.com mailto:a...@kwic.com] Sent: Monday, 18 February 2013 9:24 PM To: David Grugeon Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell

Fwd: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-18 Thread David Grugeon
Following message posted direct to Anton by mistake. It worked. Regards David Grugeon -- Forwarded message -- From: David Grugeon da...@grugeon.com.au Date: 17 February 2013 07:16 Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell To: anton a...@kwic.com Have

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-18 Thread David Grugeon
Message- From: Anton Jopko [mailto:a...@kwic.com] Sent: Monday, 18 February 2013 9:24 PM To: David Grugeon Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell Hi David, i was wondering if your post should be put on the excel forum page so others could read your response

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-16 Thread David Grugeon
- Dave. Date: Thu, 24 Jun 2010 10:25:48 -0700 Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com To: excel-...@googlegroups.com Hi Dave, your code works very well. it seems to work for text in col B which gives the same text in col C. I decided

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-16 Thread anton
) + Target Target.Select End Sub Regards - Dave. Date: Thu, 24 Jun 2010 10:25:48 -0700 Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com To: excel-...@googlegroups.com Hi Dave, your code works very well. it seems to work for text in col B which

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-15 Thread anton
. Date: Wed, 23 Jun 2010 11:22:58 -0700 Subject: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com To: excel-...@googlegroups.com javascript: Dear Group, I am constructing a single entry accounting spreadsheet in excel. i would like to input

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2013-02-15 Thread anton
Regards - Dave. Date: Thu, 24 Jun 2010 10:25:48 -0700 Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com javascript: To: excel-...@googlegroups.com javascript: Hi Dave, your code works very well. it seems to work for text in col B which gives

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2010-06-26 Thread anton
Sub Worksheet_Change(ByVal Target As Range)If Target.Column = 2 Then Target.Offset(0, 1) = Target.Offset(0, 1) + TargetTarget.SelectEnd Sub Regards - Dave. Date: Thu, 24 Jun 2010 10:25:48 -0700 Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com

RE: $$Excel-Macros$$ how to get cumulative sum in a cell

2010-06-25 Thread Dave Bonallack
) + TargetTarget.SelectEnd Sub Regards - Dave. Date: Thu, 24 Jun 2010 10:25:48 -0700 Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com To: excel-macros@googlegroups.com Hi Dave, your code works very well. it seems to work for text in col B which gives the same text

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2010-06-24 Thread anton
automatically. If this suits your purpose, there are lots of us in the group who could help you achieve this. Regards - Dave. Date: Wed, 23 Jun 2010 11:22:58 -0700 Subject: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com To: excel-macros@googlegroups.com Dear

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2010-06-24 Thread anton
Dear Jagjeet, Thanks for your reply. It appears from your comment that two cells are needed and Dave's suggestion will achieve this. Best Regards, anton On Jun 24, 12:48 am, Jagjeet Singh jagjeetgul...@gmail.com wrote: Dear Anton Please send the sample sheet. as you have to input the values

RE: $$Excel-Macros$$ how to get cumulative sum in a cell

2010-06-24 Thread Dave Bonallack
, but we could test for non-numeric input if needed. Regards - Dave. Date: Thu, 24 Jun 2010 03:36:37 -0700 Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com To: excel-macros@googlegroups.com Hi Dave, Thanks very much for your reply. Yes this would

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2010-06-24 Thread anton
for non-numeric input if needed. Regards - Dave. Date: Thu, 24 Jun 2010 03:36:37 -0700 Subject: Re: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com To: excel-macros@googlegroups.com Hi Dave, Thanks very much for your reply. Yes this would be sufficient. Your

$$Excel-Macros$$ how to get cumulative sum in a cell

2010-06-23 Thread anton
Dear Group, I am constructing a single entry accounting spreadsheet in excel. i would like to input numbers for, say grocery expenses, in a cell of fixed location. when I buy more groceries i would like to type in the new expense in the same cell so that the output of that cell is the cumulative

Re: $$Excel-Macros$$ how to get cumulative sum in a cell

2010-06-23 Thread Jagjeet Singh
Dear Anton Please send the sample sheet. as you have to input the values in two different cells to get the accumulation. You cannt overwrite the cell and expect a cumulative figure Please elaborate and if possible send the worksheet. Regards Jagjeet Singh On Wed, Jun 23, 2010 at 11:52 PM,

RE: $$Excel-Macros$$ how to get cumulative sum in a cell

2010-06-23 Thread Dave Bonallack
achieve this. Regards - Dave. Date: Wed, 23 Jun 2010 11:22:58 -0700 Subject: $$Excel-Macros$$ how to get cumulative sum in a cell From: a...@kwic.com To: excel-macros@googlegroups.com Dear Group, I am constructing a single entry accounting spreadsheet in excel. i would like to input numbers