Skip to main content
0 votes
2 answers
61 views

This seems weird. I have a cell a1: containing [Jan 1, 1984]. I have a function xxx function xxx(d) { return d; } if I try this in a cell like =xxx(a1) that returns 1 no matter what the year is. if ...
Mitch VanDuyn's user avatar
-1 votes
0 answers
31 views

Google Apps Script/Google Sheets issue... The custom function in code.gs: function SHEETNAME() { return SpreadsheetApp.getActiveSheet().getName(); } Then in Sheet1 cell A1 put: =SHEETNAME() A1 ...
rwired's user avatar
  • 1,131
-1 votes
3 answers
190 views

I'm experiencing an issue with a Google Apps Script custom function in my Google Sheet. My custom function (designed to sum cells by background color) is consistently receiving literal cell values (e....
Landon Faulkner's user avatar
0 votes
1 answer
74 views

I have built and published a Google Sheets Add-on. The Official Similarweb For Google Sheets�� The custom functions in the Add-on refer to an API key that is stored in user properties and then call the ...
Sankar Chinnakotla's user avatar
0 votes
0 answers
27 views

I want to call a custom function like this in Google Sheets: =countColoredCells(C105:I105, "#ff0000") Where C105:I105 is a range reference, the same way you would use it in =SUM(C105:I105). ...
Summitch's user avatar
  • 385
0 votes
0 answers
16 views

I'm trying to create a simple custom function in OceanBase (Community Version 4.2, MySQL mode) that calculates a discount price, but it returns inconsistent results when called multiple times in the ...
user avatar
1 vote
1 answer
334 views

I have a custom function in my FlutterFlow app with this code: import 'dart:convert'; import 'dart:math' as math; import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts....
other4's user avatar
  • 21
2 votes
1 answer
86 views

I have created a custom formula in Google Sheets that can take in an array and output another array. Some of the values in the input array may result in an error; I would like to show that error for ...
Andymang's user avatar
  • 107
-3 votes
1 answer
193 views

I use this to keep track of my stock portfolio, been using it for almost three years now, and recently it stop working, can't figure out why. function MyPortfolio2(tickers, values , price) { var ...
Liu Ed's user avatar
  • 9
2 votes
3 answers
96 views

I have a very simple set of functions which take an input character variable (a word or phrase) and return a new one. Basically, each of these functions performs a different encryption on the input ...
Luigi's user avatar
  • 492
0 votes
1 answer
65 views

I want a custom function that can auto format data units. Turning 1000 m to 1 km. Put simply I cannot get the function to format the cell it is located in. I plan on adding conditions later to format ...
He Ca's user avatar
  • 9
1 vote
2 answers
241 views

Please forgive if the question has been asked before but I'm new to Excel VBA and stackoverflow. I'm trying to write a custom function to merge two cells together maintaining the original formatting ...
John's user avatar
  • 13
0 votes
2 answers
96 views

I am pretty new to zoho books. Here, I am trying to create a custom function in zoho books. Right now, I just want to know whether a particular customer has invoice or quotation or sales order. ...
Darshana Mohanan's user avatar
-1 votes
1 answer
67 views

I am defining a custom function in Google Apps Script that calls an external API to return some value in the cell. It seems like that it keeps calling this function at certain intervals or on opening ...
Rohit Mittal's user avatar
1 vote
2 answers
78 views

I was given a custom function to add to the spreadsheet I’m building but it doesn’t quite do what I now need it to do. I have a basic understanding of JavaScript but since I didn’t write this code, I’...
Lauren Brown's user avatar

15 30 50 per page
1
2 3 4 5
41