MrTommey232
New Member
- Joined
- Nov 17, 2016
- Messages
- 5
hi everybody
I would love to get your help in either Vba of formula, to get a nice looking report.
here is what my data likes like
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]time[/TD]
[TD]room 1[/TD]
[TD]room2[/TD]
[TD]room3[/TD]
[/TR]
[TR]
[TD]9-10[/TD]
[TD]d.l[/TD]
[TD]t.k[/TD]
[TD]n.d[/TD]
[/TR]
[TR]
[TD]9-10[/TD]
[TD]m.e[/TD]
[TD]n.d[/TD]
[TD]s.h[/TD]
[/TR]
[TR]
[TD]9-10[/TD]
[TD]l.a[/TD]
[TD]t.g[/TD]
[TD]e.n[/TD]
[/TR]
[TR]
[TD]10-11[/TD]
[TD][/TD]
[TD]d.l[/TD]
[TD]n.d[/TD]
[/TR]
[TR]
[TD]10-11[/TD]
[TD]m.e[/TD]
[TD]s.h[/TD]
[TD]t.k[/TD]
[/TR]
[TR]
[TD]10-11[/TD]
[TD]l.a[/TD]
[TD]e.n[/TD]
[TD]t.g[/TD]
[/TR]
[TR]
[TD]11-12[/TD]
[TD]d.l[/TD]
[TD]t.k[/TD]
[TD]n.d[/TD]
[/TR]
[TR]
[TD]11-12[/TD]
[TD]s.h[/TD]
[TD]m.e[/TD]
[TD]e.n[/TD]
[/TR]
[TR]
[TD]11-12[/TD]
[TD]t.g[/TD]
[TD]l.a[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
****** id="cke_pastebin" style="position: absolute; top: 207px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]t.g[/TD]
[/TR]
</tbody>[/TABLE]
</body>And here is what i want to get in the end for every name:
d.l room1 9-10 room2 10-11 room 3 11-12.
n.d room 2 9-10 room 3 10-12.
t.k room 2 9-12.
the biggest issue that I have is, the goning back and forth of names from one room to anther, and cameing back to the same room in a different hour.
for exm. d.l is in room 1 in 9-10 then going to room 2 in 10-11 and then cameing back again to room 1 in 11-12.
Thx for all the help in advance.
Tom.
I would love to get your help in either Vba of formula, to get a nice looking report.
here is what my data likes like
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]time[/TD]
[TD]room 1[/TD]
[TD]room2[/TD]
[TD]room3[/TD]
[/TR]
[TR]
[TD]9-10[/TD]
[TD]d.l[/TD]
[TD]t.k[/TD]
[TD]n.d[/TD]
[/TR]
[TR]
[TD]9-10[/TD]
[TD]m.e[/TD]
[TD]n.d[/TD]
[TD]s.h[/TD]
[/TR]
[TR]
[TD]9-10[/TD]
[TD]l.a[/TD]
[TD]t.g[/TD]
[TD]e.n[/TD]
[/TR]
[TR]
[TD]10-11[/TD]
[TD][/TD]
[TD]d.l[/TD]
[TD]n.d[/TD]
[/TR]
[TR]
[TD]10-11[/TD]
[TD]m.e[/TD]
[TD]s.h[/TD]
[TD]t.k[/TD]
[/TR]
[TR]
[TD]10-11[/TD]
[TD]l.a[/TD]
[TD]e.n[/TD]
[TD]t.g[/TD]
[/TR]
[TR]
[TD]11-12[/TD]
[TD]d.l[/TD]
[TD]t.k[/TD]
[TD]n.d[/TD]
[/TR]
[TR]
[TD]11-12[/TD]
[TD]s.h[/TD]
[TD]m.e[/TD]
[TD]e.n[/TD]
[/TR]
[TR]
[TD]11-12[/TD]
[TD]t.g[/TD]
[TD]l.a[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
****** id="cke_pastebin" style="position: absolute; top: 207px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]t.g[/TD]
[/TR]
</tbody>[/TABLE]
</body>And here is what i want to get in the end for every name:
d.l room1 9-10 room2 10-11 room 3 11-12.
n.d room 2 9-10 room 3 10-12.
t.k room 2 9-12.
the biggest issue that I have is, the goning back and forth of names from one room to anther, and cameing back to the same room in a different hour.
for exm. d.l is in room 1 in 9-10 then going to room 2 in 10-11 and then cameing back again to room 1 in 11-12.
Thx for all the help in advance.
Tom.