Google-sheets – What function can I use to conditionally format text depending on cursor position or active cell

conditional formattinggoogle sheetsgoogle-apps-script

In Google Sheets, I have a 'Freeze' on Column A.

I want the text in Column A, Row X to Conditionally Format as BOLD RED, while my cursor is on any cell for Row X.

Is there a way to manage that?

Best Answer

Bad news. There isn't.

Google Sheets formulas doesn't "see" the cursor, actually can't see either a selection (cell, range, row, column, area). Google Apps Script can't see either the cursor of Google Sheets.