toshiki-notebook/assets/academic_cis105_cis105-l6-pt2-lecture-note.md.3e1729a5.js

2 lines
3.8 KiB
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import{_ as a}from"./chunks/PageInfo.vue_vue_type_script_setup_true_lang.65c6b98c.js";import{_ as c,o as i,c as n,k as o,a as r,E as l,O as d}from"./chunks/framework.c989bd33.js";import"./chunks/commonjsHelpers.725317a4.js";const w=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":1726418622000}'),s={name:"academic/cis105/cis105-l6-pt2-lecture-note.md"};function u(p,e,h,m,f,g){const t=a;return i(),n("div",null,[e[0]||(e[0]=o("h1",{id:"cis105-computer-applications-information-systems-lect-6-pt-2",tabindex:"-1"},[r("CIS105: Computer Applications & Information Systems Lect. 6 Pt. 2 "),o("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)),l(t,{readTime:"1",words:"249"}),e[1]||(e[1]=d('<h2 id="chapter-6-logical-functions" tabindex="-1">Chapter 6: Logical Functions <a class="header-anchor" href="#chapter-6-logical-functions" aria-label="Permalink to &quot;Chapter 6: Logical Functions&quot;"></a></h2><h3 id="_6-1-new-functions" tabindex="-1">6.1: New Functions <a class="header-anchor" href="#_6-1-new-functions" aria-label="Permalink to &quot;6.1: New Functions&quot;"></a></h3><ul><li><p><code>AND</code>: Checks whether all arguments are <code>TRUE</code>, and returns <code>TRUE</code> if all arguments are <code>TRUE</code>.</p></li><li><p><code>OR</code>: Checks whether any of the arguments are <code>TRUE</code>, and returns <code>TRUE</code> or <code>FALSE</code>.</p></li><li><p><code>NOT</code>: Changes <code>TRUE</code> to <code>FALSE</code>, or <code>FALSE</code> to <code>TRUE</code>.</p></li><li><p><code>IF</code>: Checks whether a condition is met, and returns one value if <code>TRUE</code>, and another value if <code>FALSE</code>.</p><ul><li>Nested <code>IF</code>: Using multiple <code>IF</code> statements in one functions to account for multiple conditions.</li></ul></li><li><p><code>VLOOKUP</code>: Looks for a value in a table or a range veryically</p><ul><li><code>VLOOKUP</code> 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 <code>1/TRUE</code>, or <code>0/FALSE</code>.</li></ul></li><li><p><code>HLOOKUP</code>: Looks for a value in a table or a range horizontally.</p></li><li><p><code>COUNTIF</code>: Counts the number of cells within a range that meet the given condition.</p><ul><li><code>=COUNTIF(Where do you want to look? What do you want to look for?)</code></li></ul></li><li><p><code>SUMIF</code>: Adds the cells specified by a given condition or criteria.</p></li><li><p><code>AVERAGEIF</code>: s an Excel Statistical function, which calculates the average of a given range of cells by a specific criterion.</p></li></ul><h3 id="_6-2-comparison-operators" tabindex="-1">6.2: Comparison Operators <a class="header-anchor" href="#_6-2-comparison-operators" aria-label="Permalink to &quot;6.2: Comparison Operators&quot;"></a></h3><ul><li><code>&gt;</code>: More than</li><li><code>&lt;</code>: Less than</li><li><code>&gt;=</code>: More than or equal to</li><li><code>&lt;=</code>: Less that or equal to</li></ul><h3 id="_6-3-reminder" tabindex="-1">6.3: Reminder <a class="header-anchor" href="#_6-3-reminder" aria-label="Permalink to &quot;6.3: Reminder&quot;"></a></h3><ul><li><strong>Excel does not recognize tex</strong><ul><li>When searching for keywords, put keyword between <code>&quot;&quot;</code> delimiters.</li></ul></li></ul>',7))])}const _=c(s,[["render",u]]);export{w as __pageData,_ as default};