Hrmm... another question on the same topic.. How can I get each cell to combine with the two cells before it without having to manually type each formula in? Example:
Cell 1 | Cell 2 | Cell 3
Row A abc | 123 | =A1&B1 - which of course we know equals abc123
Row B abd | 321 | = - if i put the same forumla in row b, it will only do cell one and cell 2 from Row A, but I want it to do Row B with the same formula, just with B1&B2..
So my question is, how do I make each formula be just for that row without having to manually enter the formula for each row. Thank you for any assistance!