I am using openoffice calc. I have a text which is address range, indirectly used for my calculations. My text is C5:K5. It may vary at times. I use ROW("C5:K5") and COLUMN("C5:K5") functions to get row as 5 and column as 3. So, these are values of "C5". How can I get row and column of "K5" from "C5:K5". That is second part of the range in open office calc
I tried COLUMN(indirect(text)). It gives from first part only.