Consider the following:

A-----------B
2-----------5
1-----------5
...

In another cell, i want to display text like "2, 5" and "1, 5". I tried entering =A1,B1 or =A2, B2 but that doesn't seem to work. How could i refer to multiple cells in a single cell?