asdaftasabrush
New Member
- Joined
- Feb 1, 2017
- Messages
- 8
I am wanting to move select data to another existing sheet in my spreadsheet. Any that say "Yes" will need the first column data and the reason (last column) to be brought across to the other sheet. In this case the "Sad" and "Angry" data is not needed on the new sheet for the report.
Example is not data I will collect:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD="align: center"]Happy[/TD]
[TD="align: center"]Yes[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]He is having a good day[/TD]
[/TR]
[TR]
[TD="align: center"]Sad[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Maybe[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]Angry[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]No[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]Ecstatic[/TD]
[TD="align: center"]Yes[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Got a new job[/TD]
[/TR]
[TR]
[TD="align: center"]Bored[/TD]
[TD="align: center"]Yes[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]hates his job[/TD]
[/TR]
</tbody>[/TABLE]
If this could be a macro that would be perfect. Thanks!!
Example is not data I will collect:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD="align: center"]Happy[/TD]
[TD="align: center"]Yes[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]He is having a good day[/TD]
[/TR]
[TR]
[TD="align: center"]Sad[/TD]
[TD="align: center"][/TD]
[TD="align: center"]Maybe[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]Angry[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]No[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]Ecstatic[/TD]
[TD="align: center"]Yes[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Got a new job[/TD]
[/TR]
[TR]
[TD="align: center"]Bored[/TD]
[TD="align: center"]Yes[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]hates his job[/TD]
[/TR]
</tbody>[/TABLE]
If this could be a macro that would be perfect. Thanks!!