I want to create a table like this:
Title Name
Title Name
Mr Tom
Mr TimMrs Eliza
Mr Ohm
so I want a table with multiple columns, but I don't want to input the LaTeX code like
Mr &Tom &Mr &Tim
(etc)
but instead I want to input it like:
Mr &Tom
Mrs &Eliza
(some code)
Mr &Tim
Mr &Ohm
Is it possible to do this? I want to do it like this because it is much easier to read when the data for one person is contained in just one, rather than having two people on one line. Thank you.

Mr &Tom &Mr &Timif your only problem is wanting a single name per line of code. For example, between the second&and the secondMr. – James Jun 29 '15 at 15:31