I have the following formula to check if today's date is greater than or equal to the start of the year and I have copied it on a column along with existing rows
IF(NOW() >= DATE(2020,01,01),"TRUE","FALSE")
I want to be able to auto-populate this for newer rows maybe by ArrayFormula or Google script and I will appreciate any form of assistance. Thanks in advance