I have a table with 3 columns. The table contains formulas in all three columns that returns data. See example below:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Column D[/TD]
[/TR]
[TR]
[TD]Person[/TD]
[TD]# [/TD]
[TD]#[/TD]
[/TR]
[TR]
[TD]Alex[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Phil[/TD]
[TD]6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Luke[/TD]
[TD]19[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD][/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Tori[/TD]
[TD][/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
You'll notice that after "Tori" there are blanks; however there are formula in those rows for when I add more people to my database; the formula will extract those names I add. However, visually I do not like seeing the borders around those empty boxes. How can I make the last three rows in this table not have any borders?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Column D[/TD]
[/TR]
[TR]
[TD]Person[/TD]
[TD]# [/TD]
[TD]#[/TD]
[/TR]
[TR]
[TD]Alex[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Phil[/TD]
[TD]6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Luke[/TD]
[TD]19[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD][/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Tori[/TD]
[TD][/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
You'll notice that after "Tori" there are blanks; however there are formula in those rows for when I add more people to my database; the formula will extract those names I add. However, visually I do not like seeing the borders around those empty boxes. How can I make the last three rows in this table not have any borders?