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.
I actually want to highlight all the cells which are not blank. I do not know which cell would contain values. In the above example problem, my datatable contains only one value. There could be two or more values also, I want to highlight all of the them, see the image below for reference.
maybe you can read the range, then use a for each row, and check if the row is empty or it has value, if it has value then use the set range color in this particular item, if its empty just ignore it