Koala20171990
New Member
- Joined
- Oct 20, 2017
- Messages
- 6
Hi all,
Another quick question: I currently have a spreadsheet that has a year column and an effective date column which has the month and day. I'm looking for a macro that will merge the two columns into one with the format (month-day-year). Any advice is greatly appreciated!
Right now, the format looks like this:
[TABLE="width: 97"]
<tbody>[TR]
[TD]Year[/TD]
[TD]Effective
Date[/TD]
[/TR]
[TR]
[TD="align: right"]2000[/TD]
[TD="align: right"]19-May[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"]1-Jul[/TD]
[/TR]
[TR]
[TD="align: right"]2001[/TD]
[TD="align: right"]19-May[/TD]
[/TR]
[TR]
[TD]Thanks![/TD]
[TD="align: right"]1-Jul
[/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]
Another quick question: I currently have a spreadsheet that has a year column and an effective date column which has the month and day. I'm looking for a macro that will merge the two columns into one with the format (month-day-year). Any advice is greatly appreciated!
Right now, the format looks like this:
[TABLE="width: 97"]
<tbody>[TR]
[TD]Year[/TD]
[TD]Effective
Date[/TD]
[/TR]
[TR]
[TD="align: right"]2000[/TD]
[TD="align: right"]19-May[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: right"]1-Jul[/TD]
[/TR]
[TR]
[TD="align: right"]2001[/TD]
[TD="align: right"]19-May[/TD]
[/TR]
[TR]
[TD]Thanks![/TD]
[TD="align: right"]1-Jul
[/TD][/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]