Post a column/row table
Is it possible to post a column/row table?
For instance, the data in an Excel spreadsheet with 3 columns and 10 rows?
For instance, the data in an Excel spreadsheet with 3 columns and 10 rows?
| &= | true | meh | false |
|-------|-------|-----|-------|
| true | true | meh | false |
| meh | meh | meh | meh |
| false | false | meh | false |
Comments (6)
[math]\begin{array} {|r|r|}\hline 0_0 & 0_1 & 0_2 & 0_3 & 0_4 & 0_5 & 0_6 & 0_7 & 0_8 & 0_9 \\ \hline 1_0 & 1_1 & 1_2 & 1_3 & 1_4 & 1_5 & 1_6 & 1_7 & 1_8 & 1_9 \\ \hline 2_0 & 2_1 & 2_2 & 2_3 & 2_4 & 2_5 & 2_6 & 2_7 & 2_8 & 2_9 \\ \hline \end{array}[/math]
Which is:
[math]\begin{array} {|r|r|}\hline \& & true & meh & false \\ \hline true & true & meh & false \\ \hline meh & meh & meh & meh \\ \hline false & false & meh & false \\ \hline \end{array}[/math]
Thanks - much better.
:grin: