Search
 
SCRIPT & CODE EXAMPLE
 

EXCEL

excel or function

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

and function in excel

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 :: excel and formula 
Excel :: freeze row in excel 
Excel :: google sheets filter cells that match 
Perl :: perl regex 
Perl :: perl print array 
Perl :: Perl list files and folders in a directory 
Perl :: perl format decimal 2 places not rounding 
Pascal :: take console input in pascal 
Pascal :: pascal input format check 
Pascal :: print pascal triangle 
Powershell :: takeown cmd 
Powershell :: To look at a profile to see information about a wifi network 
Gdscript :: godot 3d slowly rotate towards object 
Abap :: abap if statement 
Assembly :: vmware workstation player disable side channel mitigations 
Assembly :: include code in latex 
Assembly :: spliting dateetimeindedx into date and time column 
Assembly :: flutter button border radius 
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
8+5 =