import{_ as t}from"./chunks/PageInfo.vue_vue_type_script_setup_true_lang.250b3e56.js";import{_ as a,o as c,c as i,H as n,k as e,a as r,Q as l}from"./chunks/framework.b7580407.js";import"./chunks/commonjsHelpers.725317a4.js";const L=JSON.parse('{"title":"CIS105: Computer Applications & Information Systems Lect. 6 Pt. 2","description":"","frontmatter":{},"headers":[],"relativePath":"academic/cis105/cis105-l6-pt2-lecture-note.md","filePath":"academic/cis105/cis105-l6-pt2-lecture-note.md","lastUpdated":1726415491000}'),d={name:"academic/cis105/cis105-l6-pt2-lecture-note.md"},s=e("h1",{id:"cis105-computer-applications-information-systems-lect-6-pt-2",tabindex:"-1"},[r("CIS105: Computer Applications & Information Systems Lect. 6 Pt. 2 "),e("a",{class:"header-anchor",href:"#cis105-computer-applications-information-systems-lect-6-pt-2","aria-label":'Permalink to "CIS105: Computer Applications & Information Systems Lect. 6 Pt. 2"'},"")],-1),u=l('
AND: Checks whether all arguments are TRUE, and returns TRUE if all arguments are TRUE.
OR: Checks whether any of the arguments are TRUE, and returns TRUE or FALSE.
NOT: Changes TRUE to FALSE, or FALSE to TRUE.
IF: Checks whether a condition is met, and returns one value if TRUE, and another value if FALSE.
IF: Using multiple IF statements in one functions to account for multiple conditions.VLOOKUP: Looks for a value in a table or a range veryically
VLOOKUP What you want to look up, where you want to look for it, the column number in the range containing the value to return, return an approximate or exact match: Indicates as 1/TRUE, or 0/FALSE.HLOOKUP: Looks for a value in a table or a range horizontally.
COUNTIF: Counts the number of cells within a range that meet the given condition.
=COUNTIF(Where do you want to look? What do you want to look for?)SUMIF: Adds the cells specified by a given condition or criteria.
AVERAGEIF: s an Excel Statistical function, which calculates the average of a given range of cells by a specific criterion.
>: More than<: Less than>=: More than or equal to<=: Less that or equal to"" delimiters.