Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (814)

Results for google-cloud-functions

December 2nd, 2023
How can I use custom formula among unique ones in google sheets?

NAME POINT A JOHN 98 JOHN 0 HARRY 115 HARRY 75 Group the unique ones in the name column. If one of these values ​​has a zero, write ...

google-sheetsgoogle-sheets-formula
Read more
December 2nd, 2023
Running an array of urls through Google safe browsing

I want to run a list of URLs through google safe browsing API. However I discovered that as I run the URLs variables through the loop, the variable is...

phpgoogle-apisafe-browsing
Read more
December 2nd, 2023
Stop the loop after the "code" is posted at the last row - google script

I am bit stuck here and trying to figure out the following: How increment the id (code) if it reaches Item-00010 or Item-00100..and so on? Is it bett...

google-apps-scriptgoogle-sheets-api
Read more
December 1st, 2023
How to properly use ARRAYFORMULA in Google Sheets to calculate Form Responses

I have responses in column D that are in HH:MM:SS format that I need to convert to seconds as the responses come in. I understand that doing an array ...

google-sheetsarray-formulas
Read more
November 29th, 2023
Find the AVERAGE of Multiple Dollar Amounts in Row, Skipping Blank Cells, with an ArrayFormula (or similar) in Google Sheets

I don't know why I'm having so much trouble with this, but I basically need a version of this... =AVERAGE(A2:L2) ...But to put into something like an ...

google-sheetsaveragecurrencyarray-formulas
Read more
November 29th, 2023
Adding values to a row on google sheets appends to the bottom of list instead of the top

I'm writing an appscript on google sheets to implement reorder levels. I currently have a sheet called Reorder Levels Master. Through API's, it takes ...

google-apps-scriptgoogle-sheetsgoogle-sheets-api
Read more
November 28th, 2023
(Google Sheets) How to find column 1 and row 1 values for a matrix of occurrences in which both are present in data

( edit: Rough idea of what I'm trying to do: https://docs.google.com/spreadsheets/d/12rIUiuE-TSB0E3XRSnQ0YU9BCpuTsHfrUZXgCvxOE44/edit#gid=2100307022 )...

matrixgoogle-sheets-formulalookup-tables
Read more
November 30th, 2023
APK detected as virus by google drive and email

I have a build variant which we are using internally for testing only and that is shared internally with the team over google drive or email. However,...

androidbuildapkvirustrojan
Read more
November 27th, 2023
Generate different PDFs with mailmerge depending on cell value - Google Sheets

I'm running an Apps Script in Google Sheets to Mail merge and generate a PDF file which is then store in Drive. I have the following variable which st...

google-apps-scriptgoogle-sheetsmailmerge
Read more
November 26th, 2023
How can I make Google Sheets count number of cells in one column based on condition in another column

My example In column A different models are listed. In column B status are listed marked with "kaput". I'm trying to count the number of certain model...

google-sheetsarray-formulascountif
Read more
November 26th, 2023
Error while merging docx files into single pdf using google apps script

I used a Google Apps script code proposed by Tanaike to merge multiple PDF files into one. My requirements are: Get file id Check if it is pdf or do...

pdfgoogle-apps-scriptgoogle-sheetsdocx
Read more
November 26th, 2023
Signature pad is not sending the signature to google drive folder

I made an HTML, CSS, and JS (GS) program with Google App Scripts. The web app launches and the app works fine just the send button doesn't send the pi...

javascripthtmlgoogle-apps-scriptgoogle-drive-api
Read more
November 25th, 2023
My WordPress website with a ReactJs pluggin isn't getting properly indexed by Google

I'm handling the SEO for a client's website, but there's an issue with indexing. The developer used a ReactJs plugin to populate the H1 tags, title, a...

reactjshtmlseowordpressindexing
Read more
November 26th, 2023
Google Maps not loading on Extended Controls Android Studio

Is anybody else facing this same issue I am trying to set route on extended controls but I am getting a blank map, I have updated & reinstalled Androi...

androidflutterandroid-virtual-device
Read more
November 23rd, 2023
Xcode - The Google Mobile Ads SDK was initialized without AppMeasurement

I know this question has been asked several times, but none of the answers I've read online have actually solved my problem. I explain the problem: I ...

iosadmobxcodefirebase
Read more
November 30th, 2023
How would you use Google MediaPipe for a desktop JavaFX application?

I want to use Google's Mediapipe for a Kotlin JavaFX Desktop application. However, I am encountering a few roadblocks, which brings up a few questions...

gradlekotlinjavafxmediapipe
Read more
November 23rd, 2023
Google Apps Script/Saving google sheet as CSV is taking older version of sheet instead of latest version

I'm new to GAS and this is my first real project so please bear with me! So I'm editing a specific sheet in a google spreadsheet. I'm doing 3 edits ...

google-apps-script
Read more
November 22nd, 2023
Query with Google sheet formula using Filter

I have a pretty straight forward issue, this is my Formula: =FILTER('Xero Report Paste Tab'!A7:N146,'Xero Report Paste Tab'!N7:N146 -30,REGEXMATCH('X...

google-sheetsgoogle-sheets-formula
Read more
November 22nd, 2023
About creating new google play developer account

I'm a beginner-level Android developer who wants to create a Google Play developer account for myself. But the problem is I don't have any credit card...

androidgoogle-developers-console
Read more
November 23rd, 2023
Android App Google AdMob "Ad failed to load : 3" with testID, "Ad failed to load : 1" for my GadID

update: now My old App can work with my AdMob ID, however, the demo/sample ID still failed with 3. not perfect, don't understand. but I can move for...

androidadmobfirebaseandroid-jetpack-composekotlin
Read more
November 22nd, 2023
Array Sort and Index Largest Value to Smallest Google Sheet

I have database in data google sheet and it has four columns as below: In column T (Frequency After Sort), I want to sort from largest value to small...

sortinggoogle-sheetsgoogle-sheets-formula
Read more
November 21st, 2023
Need addRange google sheet function to read backwards

I have the following code, and it works and brings me a nice chart but i want google sheet addRange function to read ranges backwards, let's say from ...

google-apps-scriptgoogle-sheetschartsgoogle-visualization
Read more
November 21st, 2023
How to remove only the first and last characters from a string in Google Sheets

I'm trying to take a string that begins and ends with an asterisk and either extract what's between those symbols or Data is in column D. Here's an ex...

regexgoogle-sheets
Read more
November 28th, 2023
Google Maps MaxZoomService reports incorrect max zoom, wish to disable custom zoom button like built-in controls

I am trying to have custom google maps zoom buttons disabled based on the max zoom available for the location. However, the value from the MaxZoomServ...

javascriptgoogle-maps-api-3
Read more
November 22nd, 2023
How to get information from Google sheet using API

I'm trying to send data from google sheet using POST. Actually it works, if I write data in code. But I wand to get it from google sheet My code is be...

javascriptgoogle-apps-scriptgoogle-sheets
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?