I want to replace the reference of Cell O4 with ADDRESS(4,15,4,1)
=CELL("contents",O4) to =CELL("contents",ADDRESS(4,15,4,1))
to be
=CELL("contents",O4) to =CELL("contents",ADDRESS(4,15,4,1))
Code:
"=CELL(""contents"",[COLOR=#000080]O4[/COLOR])"
to be
Code:
"=CELL(""contents"",[COLOR=#000080][B]ADDRESS(4,15,4,1)[/B][/COLOR])"
Last edited: