Search
 
SCRIPT & CODE EXAMPLE
 

EXCEL

excel or formula

FUNCTION FORMAT:  =OR(logic1, logic2, logic3...)
RETURN VALUE:     BOOLEAN (TRUE/FALSE)
REAL EXAMPLE:     =OR(A2>1,A2<100)

// EXAMPLE DESCRITPION:
// Returns TRUE if A2 is greater than 1 or if A2 is less than 100 or both.
// Otherwise it returns FALSE.
Comment

excel and formula

FUNCTION FORMAT:  =AND(logic1, logic2, logic3...)
RETURN VALUE:     BOOLEAN (TRUE/FALSE)
REAL EXAMPLE:     =AND(A1=0,B1=1)

// EXAMPLE DESCRITPION
// Returns TRUE if both cell A1 is equal to 0 AND cell B1 is equal to 1. 
// Otherwise it returns FALSE.
Comment

PREVIOUS NEXT
Code Example
Excel :: select full column in excel 
Excel :: google sheets refer to another sheet in conditional formatting 
Perl :: perl exit loop 
Perl :: perl until loop 
Perl :: split perl 
Perl :: perl 
Perl :: perl mechanize infinite scroll with attempt count 
Pascal :: pascal read 
Pascal :: wait in pascal 
Pascal :: Pascal (fpc 3.0.4) sample 
Powershell :: install python command line windows 
Gdscript :: godot get global position 3 
Clojure :: hello world in clojure 
Abap :: adobre forms abap tcode 
Assembly :: Cannot open self /usr/local/bin/docker-compose 
Assembly :: discord bot remove message 
Assembly :: re optional 
Assembly :: list all sensors android 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: week days array in javascrpt 
Javascript :: jquery redirect 
Javascript :: Javascript run code after page load 
Javascript :: react native reset cache 
Javascript :: moment get today, tomorrow, yesterday 
Javascript :: detect browser javascript 
Javascript :: javascript code to edit webpage 
Javascript :: react native rotate 
Javascript :: javascript loop through class elements 
Javascript :: js find object length 
Javascript :: javascript for loop over dictionary 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =