Get the last non-empty cell in a column in Google Sheets

I use the following function =DAYS360(A2, A35) to calculate the difference between two dates in my column. However, the column is ever expanding and I currently have to manually change ‘A35’ as I update my spreadsheet. Is there a way (in Google Sheets) to find the last non-empty cell in this column and then dynamically … Read more

Conditional formatting based on another cell’s value

I’m using Google Sheets for a daily dashboard. What I need is to change the background color of cell B5 based on the value of another cell – C5. If C5 is greater than 80% then the background color is green but if it’s below, it will be amber/red. Is this available with a Google … Read more