I need a formula/script for a Google spreadsheet that will do this:
If the current cell value is higher than the value in the cell above the make the current cell background red (if less than or equal to then leave white), something like this: =IF((C34>B34),"make background red","leave background white")
just not sure if this will work or I need a more complex script.
I need this formula to work across 224 cells (28 columns and 8 rows). Conditional formatting wont work.
There will be upto 20 people viewing the document on the day, only one will be editing the data. Will a script slow down the working of the live spreadsheet as I have a few more quite complex formulas I need to calculate the data from the main sheet to a summary sheet.
I have searched here and other forums but everyone's formulas are unique!
Cheers