Hello everyone,
I have a data table with only one row and a lot of columns. I want to highlight if any of the columns contain a value i.e. I want to highlight the cell if the cell is not blank.
Problem:
In the above example only Uni name is present, I want to highlight that cell
.
The value could be present in any of the other columns as well. I want to highlight the cells in which a value is present.
Thank you.