Hi there,
I'm trying to replace the value of a row number in a formula. I have created a rowID column so each row has a row number in that column.
I would like to make calculations from that to replace the row number part of a cell reference with calculated value
i.e. =Status123
i want to be =Status(row#+Y)
How do I achieve this?