In Google Sheets, I am trying to write up a formula, or use conditional formatting where if Cell F25 has any text or value it will strike through any content in the range of A25 to D25.
CodePudding user response:
Use CF Custom formula is
=$F$25<>""
And apply range A25:D25
. See below screenshot.
CodePudding user response: