Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

add custom function to google sheets

/** 
 * Calculates Pro
 *  @customFunction
 */

function ProfitPostTax(Sales,COGS,OtherExp){
  return (Sales,COGS,OtherExp)- ((Sales-COGS-OtherExp)*.21)
}

//You need to add @customfunction tag to show list in google sheet
Comment

PREVIOUS NEXT
Code Example
Typescript :: mat card api 
Typescript :: ts new example 
Typescript :: charts flutter 
Typescript :: outputs i angular 
Typescript :: typescript compare types 
Typescript :: ract import image 
Typescript :: destroy objects when they move below camera unity 
Typescript :: typescript run on save 
Typescript :: padding entre les elements css 
Typescript :: requirements check failed for jdk 8 ( 
Typescript :: matlab components area 
Typescript :: jest not tocontain 
Typescript :: dart create list from object properties 
Typescript :: symbol typescript 
Typescript :: disadvantages of automation 
Typescript :: get number of digits in an integer python without converting to string 
Typescript :: open ports for remote access on linux 
Typescript :: adding font in nextjs 
Typescript :: <div 
Typescript :: list elements not in indices 
Typescript :: insertSheet() at the beginning of active sheets google script 
Typescript :: how to run springboots processbuilder 
Typescript :: W/TextToSpeech: speak failed: not bound to TTS engine site:stackoverflow.com 
Typescript :: how to pass multiple ports in values.yaml of helm 
Typescript :: export data in Documents outside sandbox in swift 
Typescript :: scss all elements inside 
Typescript :: stats normal 
Typescript :: typescript transform paths alias 
Typescript :: Correct this attempt to modify "product" or use "let" in its declaration. [+1 location] 
Typescript :: ag-grid cell renderer dropdown example 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =