Is there a way to get the row and column of any given cell by inserting a formula into that cell?
So cell A1 would say (1,1), C2 would read (3, 2), etc. This would be kind of a self reference in a way.
To self reference a cell, use
=CONCATENATE("(",COLUMN(), ", ",ROW(),")")
=CONCATENATE("(",COLUMN(A1), ", ",ROW(A1),")")
Edit: Removed unnecessary function call.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With