Bronze 1
Since ‎12-22-2020
4 weeks ago

My Stats

  • 26 Posts
  • 1 Solutions
  • 0 Likes given
  • 2 Likes received

personal_zona's Bio

Badges personal_zona Earned

View all badges

Recent Activity

I inserted this filter but it doesn't work, in short I would like to open a view that by clicking on the row makes me see the data connected to the selected row in a new view.
I would like to create a list that filters me through _thisrow and then eliminates any duplicates that may beINKTOFILTEREDVIEW("SC 2",AND([Cognome Nome]=[_THISROW].[Cognome Nome],([_ROWNUMBER] = MAX(SELECT(circuito[_ROWNUMBER], ([_THISROW].[Schede] =...
I should use a script to delete in a table the contents of the rows that contain a text in a cell. can you post the code? function clearRows() { var ss = SpreadsheetApp.openById("codice sheet"); var sh = ss.getSheetByName("nome"); var r = sh.getRange...
I should use a script to delete in a table the contents of the rows that contain a text in a cell. can you post the code? function clearRows() { var ss = SpreadsheetApp.openById("codice sheet"); var sh = ss.getSheetByName("nome"); var r = sh.getRange...
[_THISROW].[Datains] <> [_THISROW-1].[Datains]I would like to be able to send an email when after a change or addition, the value of a column is different from the one placed in the previous row. i tried with this code but it gives me error
Likes from