Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
2 answers
56 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 ...
-1 votes
0 answers
30 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 ...
-1 votes
3 answers
188 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....
0 votes
1 answer
74 views

I have built and published a Google Sheets Add-on. The Official Similarweb For Google SheetsTM The custom functions in the Add-on refer to an API key that is stored in user properties and then call the ...
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). ...
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
324 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....
2 votes
1 answer
85 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 ...
-3 votes
1 answer
191 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 ...
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 ...
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 ...
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 ...
0 votes
2 answers
95 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. ...
-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 ...
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’...

15 30 50 per page
1
2 3 4 5
...
41

AltStyle によって変換されたページ (->オリジナル) /