I'm trying to make a worksheet where one column automatically numbers based on the value of another cell.
If the cell in the first column says 'MSG', the value in the next cell, should be something like MSGRA15_00001
, if in another row, the first cell is also MSG
, the value in the next cell should become MSGRA15_00002
.
If the value in the first column says SEL
the returned value in the next column should be SELRA15_00001
and so on...
Cell numbering based on previous cell
Can anyone help me on this?
Thanks a lot!