Manuals/calci/SUBSET

From ZCubes Wiki
Jump to navigation Jump to search
SUBSET(GivenSubsetArray,GivenSuperSetArray)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle GivenSubsetArray} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle GivenSuperSetArray} are any set of values.

Description

  • ISSUBSET function can be used to check the given subset array is a subset of given superset array or not.
  • This function gives the result as TRUE or FALSE.
  • The result is TRUE when the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} given array is a subset of given superset array otherwise the result is false..
  • The argument can be blank, or it can contain data such as text,numbers,error values,logical values or any equations.
  • Text input should be give in quotes.


Examples

  1. =SUBSET([],[1,2,3,4]) = true
  2. =SUBSET([1,2],[1,2,3,4]) = true
  3. =SUBSET(["a"],["a",1,2,3,4])= true
  4. =SUBSET(["a"],["a","1","b"]) = true
  5. =SUBSET([a],[a]) = Sorry! a is not defined

Related Videos

Subset

See Also

References