Answers for "google sheets conditional formatting custom formula current cell"

2

google sheets conditional formatting custom formula current cell

The current cell is addressed by the first cell of a range in the conditional formatting. In your example, the range is A4:M10 and therefore you can use A4 as "current cell".

Check for empty content:
=A4=""
Posted by: Guest on October-21-2020

Code answers related to "google sheets conditional formatting custom formula current cell"

Code answers related to "Assembly"

Browse Popular Code Answers by Language