I need a help on changing the font color of particular cell to RED.
Condition is I want to add days(from C column) to the date column(B column) and if the date is less than today’s date then I want to change the font color for both column B and C like below.
Please check the input and output in below screenshot.
I believe you are able to perform this conditional check ? After Performing the conditional check, you could get the row numbers that matches the condition. Using the row numbers we can prepare the range that needs to be colored, provided we already know the Column Letters (B,C).
For Example, Array of Row Numbers received will store it in a variable, rowNumbersMatch,an array of Integer type, then we can use the below Expression to prepare the array of Ranges to be colored.