Hello all,
I feel like I have a very simple problem, but I can't figure it out. I need to get the values of multiple cells to display in one single cell. These values consist of both numbers and letters. For example, if cell R2 contains "K", S2 contains "F", T2 contains "54", and U2 contains "A", I would like cell J2 to display KF54A. I have tried to do the formula =R2,S2,T2,U2 but I return a VALUE error. How do I get this to happen?

Thank you so much for your help