J
juliekerin
Hi there,
As I mentioned on a previous post I'm quite new to excel macros and s
far have only created them using excel itself and the recordin
function in it. I now need a macro which I dont think I can do usin
excel and might need to write in VB and would be grateful for som
help!
I have a file which has a 'to' and 'from' date on it (ie. fro
02/09/04 to 05/09/04), and also has a list of dates which each have
corresponding charge.
So what I need to do is for each date from the 'from' date up until th
'to' date I need to pull the corresponding charge and then average th
charges.
(I.e. in the above dates examples I would need to get the charge fo
02/09, 03/09,04/09 and then average them together).
The dates can be different as can the length of time between th
dates.
Can anyone help in how to do this?I think I would need a while loop o
something like that but not sure.
Thanks!
Juli
As I mentioned on a previous post I'm quite new to excel macros and s
far have only created them using excel itself and the recordin
function in it. I now need a macro which I dont think I can do usin
excel and might need to write in VB and would be grateful for som
help!
I have a file which has a 'to' and 'from' date on it (ie. fro
02/09/04 to 05/09/04), and also has a list of dates which each have
corresponding charge.
So what I need to do is for each date from the 'from' date up until th
'to' date I need to pull the corresponding charge and then average th
charges.
(I.e. in the above dates examples I would need to get the charge fo
02/09, 03/09,04/09 and then average them together).
The dates can be different as can the length of time between th
dates.
Can anyone help in how to do this?I think I would need a while loop o
something like that but not sure.
Thanks!
Juli