J
Jacks
Hi.
I have a list of customers and their purchases. Whenever a repea
customer is entered, I would like to list the dates and values o
previous purchases next to his latest entry.
A simple record might look like this;
01/02/04 Customer A £20
02/02/04 Customer B £30
03/02/04 Customer C £25
04/02/04 Customer B £40
In this example the last entry is for Customer B, who is a repea
customer. In the cells to the right of the value of his latest purchas
I would therefore like to show the date and value of each of hi
previous purchases.
In actuality a repeat customer may have made purchases on many previou
occasions. Ideally I would like the flexibility to show a) All previou
purchases b) Only the last purchase prior to the current one c) Th
last 6 purchases prior to the current one. These various options woul
be shown in different parts of the worksheet; there is no need t
build-in the facility to call up the different options in a singl
location.
I have a pretty basic knowledge of Excel, and no knowledge of Vba.
have looked for functions which might do the job, but without success
any advice would be greatly appreciated.
Thanks
I have a list of customers and their purchases. Whenever a repea
customer is entered, I would like to list the dates and values o
previous purchases next to his latest entry.
A simple record might look like this;
01/02/04 Customer A £20
02/02/04 Customer B £30
03/02/04 Customer C £25
04/02/04 Customer B £40
In this example the last entry is for Customer B, who is a repea
customer. In the cells to the right of the value of his latest purchas
I would therefore like to show the date and value of each of hi
previous purchases.
In actuality a repeat customer may have made purchases on many previou
occasions. Ideally I would like the flexibility to show a) All previou
purchases b) Only the last purchase prior to the current one c) Th
last 6 purchases prior to the current one. These various options woul
be shown in different parts of the worksheet; there is no need t
build-in the facility to call up the different options in a singl
location.
I have a pretty basic knowledge of Excel, and no knowledge of Vba.
have looked for functions which might do the job, but without success
any advice would be greatly appreciated.
Thanks