new to coding and doing some Google Apps Script.
Trying to set some custom formatting for a large workbook to make things more readable and usable.
Is it possible to use Apps Script to set a color based on if the Cell is a formula?
I can't seen to find anything that using getBooleanCondition() or the ConditionalFormatRuleBuilder
Also can't seem to look for a Cell's Type using Apps Script.
Any thoughts or ideas would be greatly appreciated.