Hey Everyone,
I have a spreadsheet that contains two columns. Date and Currency
Rate Date Rate
10/1/2012 2.0264
10/2/2012 2.0268
10/3/2012 2.02585
10/4/2012 2.023
10/5/2012 2.018875
10/8/2012 2.0306
10/9/2012 2.0297
10/10/2012 2.0355
10/11/2012 2.041725
10/12/2012 2.0426
10/15/2012 2.0426
10/16/2012 2.0357
10/17/2012 2.033725
The problem with this workbook is that it only has Monday - Friday and is missing weekends. So I need to be able to add the Sat & Sun dates each time I run into this issue. I also need to pick the last rate that it found and populate it for Sat & Sun
Rate Date Rate
10/1/2012 2.0264
10/2/2012 2.0268
10/3/2012 2.02585
10/4/2012 2.023
10/5/2012 2.018875
[COLOR=##EF2929]10/6/2012[/color] 2.018875
[COLOR=##EF2929]10/7/2012[/color] 2.018875
10/8/2012 2.0306
10/9/2012 2.0297
10/10/2012 2.0355
10/11/2012 2.041725
10/12/2012 2.0426
[COLOR=##EF2929]10/13/2012[/color] 2.0462
[COLOR=##EF2929]10/14/2012[/color] 2.0462
10/15/2012 2.0426
10/16/2012 2.0357
10/17/2012 2.033725
I hope I have supplied enough information. I have a very large workbook to go through and would really like to be able to code this out if possible and save some time.
Thanks in advance
I have a spreadsheet that contains two columns. Date and Currency
Rate Date Rate
10/1/2012 2.0264
10/2/2012 2.0268
10/3/2012 2.02585
10/4/2012 2.023
10/5/2012 2.018875
10/8/2012 2.0306
10/9/2012 2.0297
10/10/2012 2.0355
10/11/2012 2.041725
10/12/2012 2.0426
10/15/2012 2.0426
10/16/2012 2.0357
10/17/2012 2.033725
The problem with this workbook is that it only has Monday - Friday and is missing weekends. So I need to be able to add the Sat & Sun dates each time I run into this issue. I also need to pick the last rate that it found and populate it for Sat & Sun
Rate Date Rate
10/1/2012 2.0264
10/2/2012 2.0268
10/3/2012 2.02585
10/4/2012 2.023
10/5/2012 2.018875
[COLOR=##EF2929]10/6/2012[/color] 2.018875
[COLOR=##EF2929]10/7/2012[/color] 2.018875
10/8/2012 2.0306
10/9/2012 2.0297
10/10/2012 2.0355
10/11/2012 2.041725
10/12/2012 2.0426
[COLOR=##EF2929]10/13/2012[/color] 2.0462
[COLOR=##EF2929]10/14/2012[/color] 2.0462
10/15/2012 2.0426
10/16/2012 2.0357
10/17/2012 2.033725
I hope I have supplied enough information. I have a very large workbook to go through and would really like to be able to code this out if possible and save some time.
Thanks in advance