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

excel and function

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 :: and function in excel 
Excel :: Time and date maths in Excel 
Excel :: Date and Time maths with Excel 
Perl :: perl loops 
Perl :: perl add key to hash 
Perl :: perl sigils 
Perl :: perl mechanize infinite scroll 
Perl :: nested haah in perl 
Pascal :: exceptions in pascal 
Pascal :: pascal online compiler 
Powershell :: powershell take ownership recursive command 
Powershell :: powershell show which diorecty is temp 
Gdscript :: gdscript variables 
Abap :: abap integer 
Erlang :: get port erlang 
Assembly :: add text to image ffmpeg command 
Assembly :: dd utility explained examples 
Assembly :: google appscripts cell get background color 
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
5+9 =