In advance I would like to thank anyone who can help me here. I have not got a lot of experience in coding in excel but I am amazed at what it really can do. I have something I can not figure out even after searching the forums:
To simplify it I have a list of dates in column A then followed by the budget for that day in column B.
I want a script to fill in a completely new cell that goes down the list of dates and pulls the right budget and fills it in properly.
I am sure this must be simple to do, I just lack the knowledge of all the possible commands.
This is my example
Goal=
[TABLE="width: 140"]
<TBODY>[TR]
[TD="align: right"]9/8/2014</SPAN>[/TD]
[TD="align: right"]$597.81</SPAN>[/TD]
[/TR]
[TR]
[TD="align: right"]9/9/2014[/TD]
[TD="align: right"]$614.27[/TD]
[/TR]
[TR]
[TD="align: right"]9/10/2014[/TD]
[TD="align: right"]$580.35[/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
</TBODY><COLGROUP><COL><COL></COLGROUP>[/TABLE]
To simplify it I have a list of dates in column A then followed by the budget for that day in column B.
I want a script to fill in a completely new cell that goes down the list of dates and pulls the right budget and fills it in properly.
I am sure this must be simple to do, I just lack the knowledge of all the possible commands.
This is my example
Goal=
[TABLE="width: 140"]
<TBODY>[TR]
[TD="align: right"]9/8/2014</SPAN>[/TD]
[TD="align: right"]$597.81</SPAN>[/TD]
[/TR]
[TR]
[TD="align: right"]9/9/2014[/TD]
[TD="align: right"]$614.27[/TD]
[/TR]
[TR]
[TD="align: right"]9/10/2014[/TD]
[TD="align: right"]$580.35[/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
</TBODY><COLGROUP><COL><COL></COLGROUP>[/TABLE]