Relative Content

Tag Archive for google-sheets

Re-apply conditional formatting after filter

In Google Sheets I have one column of data that is confiditionally formatted to rank the data and colour code it depending on where it sits in the percentile. I achieve this by using the following

Run script using onEdit(e) if checkbox ‘checked’ on a particular sheet

To get round not being able to ‘click’ buttons in GoogleSheets when using a cellphone I’ve created an onEdit Trigger to operate a function that runs when a checkbox in cell D5 on a particular sheet is checked.
The script works well but if I uncheck the checkbox the script runs again.
Is there anyway to prevent this?

Currency converter from a specific URL

I am currently writing a script for my Google sheet to convert any currency to Euro base on an specific URL. The thing is I’m not able to make it work. The following message error shows up on cell “N2”: No valid entry found for the date 6/1/2024.

add unprotected ranges for multi taps

i want to set unprotected diffrent ranges in many tabs in my spreedsheet
i used this script below and it works but can we edit it to add different tabs with different ranges

Unique Filtered Data

I have a sheet of Data (Unifrog interactions (without Benchmark 8)) that on another sheet (Benchmark 4) I have filtered in Cell A2 to make sure I only get data in Column G that has “4.” in it. All is working fine but I would like to then maybe use the =Unique function to only get records based on unique entries in Column D of the Benchmark 4 tab.