{"id":104,"date":"2017-07-06T17:36:56","date_gmt":"2017-07-06T17:36:56","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/?post_type=chapter&#038;p=104"},"modified":"2017-07-06T18:20:05","modified_gmt":"2017-07-06T18:20:05","slug":"and-function-for-spreadsheets-information","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/chapter\/and-function-for-spreadsheets-information\/","title":{"raw":"AND function for Spreadsheets: Information","rendered":"AND function for Spreadsheets: Information"},"content":{"raw":"<p class=\"p4\"><span class=\"s1\"><b>OVERVIEW<\/b><\/span><b>:<\/b><\/p>\r\n<p class=\"p4\"><b>Where to find AND function<\/b>:<span class=\"Apple-converted-space\">\u00a0 <\/span><b>FORMULA<\/b> tab, <b>Logical<\/b> in the Function group, then find <b>AND<\/b> in the pull down menu.<\/p>\r\n<p class=\"p4\"><b>Purpose of AND function<\/b>:<span class=\"Apple-converted-space\">\u00a0 <\/span>To evaluate all of its arguments.<span class=\"Apple-converted-space\">\u00a0 <\/span>It returns, or displays<span class=\"Apple-converted-space\">\u00a0 <\/span><b>True<\/b> for <span class=\"s1\"><b>every<\/b><\/span> logical test in the formula..<\/p>\r\n<p class=\"p4\"><b>Return Value<\/b> \u2013 the result of the evaluation is TRUE or FALSE<\/p>\r\n<p class=\"p4\"><b>Syntax:<\/b><span class=\"Apple-converted-space\">\u00a0 <\/span>=AND (logical test, [value all values TRUE],[if one or more value is not true FALSE)<\/p>\r\n<p class=\"p4\"><b>Arguments<\/b>:<\/p>\r\n<p class=\"p4\">Logical test:<span class=\"Apple-converted-space\">\u00a0 <\/span>A value or logical expression that can be evaluated as TRUE or FALSE<\/p>\r\n<p class=\"p4\">Value if true:<span class=\"Apple-converted-space\">\u00a0 <\/span>[optional]<span class=\"Apple-converted-space\">\u00a0 <\/span>The value to return when logical test evaluates all to TRUE.<\/p>\r\n<p class=\"p4\">Value if false: [optional]<span class=\"Apple-converted-space\">\u00a0 <\/span>The value to return when logical test evaluates one or more is FALSE<\/p>\r\n<p class=\"p4\"><b>EXERCISE<\/b> (This isn\u2019t graded, but you might find it useful before completing your assignment.)<\/p>\r\n<p class=\"p4\">If evaluating a student based on lab scores and test scores, this function will automatically assign a True or False to that student.<span class=\"Apple-converted-space\">\u00a0 <\/span>You would be testing the scores themselves for each student and then returning either \u201cTrue\u201d or \u201cFalse\u201d<\/p>\r\n\r\n<table class=\"t1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" colspan=\"4\" valign=\"middle\">\r\n<p class=\"p6\"><b>AND Function Test<\/b><\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\"><b>Name<\/b><\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\"><b>Lab Score<\/b><\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\"><b>Test Score<\/b><\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\"><b>Result<\/b><\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Anderson<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">92<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">60<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">FALSE<\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Bell<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">85<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">79<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">TRUE<\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Cartridge<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">65<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">92<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\"><\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Delaney<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">79<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">61<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\"><\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Finberg<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">99<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">89<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\"><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<ul class=\"ul1\">\r\n \t<li class=\"li4\">Create a little spreadsheet like the one above with the <span class=\"s1\">headings<\/span> Name, Scores and Results.<span class=\"Apple-converted-space\">\u00a0 <\/span>Type in five or six students and give them scores \u2013 you don\u2019t have to use the same ones as I did.<span class=\"Apple-converted-space\">\u00a0 <\/span>Also you will not have any \u201cResults\u201d until you put the formula in.<\/li>\r\n \t<li class=\"li4\">Click in cell D4 (in this example) to insert the formula result.<span class=\"Apple-converted-space\">\u00a0 <\/span>Click on the <b>FORMULA<\/b> TAB, then click the <b>Logical<\/b> icon from the Function Library Group.<span class=\"Apple-converted-space\">\u00a0 <\/span>Once you click on the Logical icon a menu appears with various Logical functions. Choose<b> AND<\/b>.<span class=\"Apple-converted-space\">\u00a0 <\/span>The result is an argument box as seen below.<span class=\"Apple-converted-space\">\u00a0 <\/span>Argument boxes are easier to work with because they show you where to put the information needed to complete the test.<\/li>\r\n<\/ul>\r\n<ul class=\"ul1\">\r\n \t<li class=\"li4\">We need to complete two <b>logical tests<\/b>.<span class=\"Apple-converted-space\">\u00a0 <\/span>The <span class=\"s1\">first box<\/span> (Logical Test) is asking for information for the lab scores.<span class=\"Apple-converted-space\">\u00a0 <\/span>We want to set parameters on what is a passing grade.<span class=\"Apple-converted-space\">\u00a0 <\/span>In that logical box, click <b>cell<\/b><span class=\"s1\"> B5<\/span> on the spreadsheet you created (first score of the people you entered.).<span class=\"Apple-converted-space\">\u00a0 <\/span>Next put in the <b>symbols<\/b> (in the same box) that mean <span class=\"s1\">greater than and equal to<\/span> (&gt;=).<span class=\"Apple-converted-space\">\u00a0 <\/span>This is followed by a grade of <span class=\"s1\">70<\/span>.<span class=\"Apple-converted-space\">\u00a0 <\/span>(See other Logical Operators at the bottom of this page.)<\/li>\r\n \t<li class=\"li4\">In the <span class=\"s1\">second box<\/span> (Logical Test) click\r\n<b>cell<\/b> <span class=\"s1\">C3<\/span> on the spreadsheet you created.<span class=\"Apple-converted-space\">\u00a0 <\/span>Next put in the <b>symbol<\/b> (in the same box) that means <span class=\"s1\">greater than or equal to (&gt;=),<\/span> follow by the grade <span class=\"s1\">70<\/span>.<span class=\"Apple-converted-space\">\u00a0 <\/span>Then click ENTER.<span class=\"Apple-converted-space\">\u00a0 <\/span>If both instances are true (both the lab score and test score are greater than or equal than 70), the result will be <span class=\"s1\">TRUE<\/span>.<span class=\"Apple-converted-space\">\u00a0 <\/span>If one or both are not greater than 70, the result will be <span class=\"s1\">FALSE<\/span>.<\/li>\r\n \t<li class=\"li4\">Another logical test box may open, but you need only complete two of them.<\/li>\r\n \t<li class=\"li4\">If one of the two scores is not greater than or equal to 70, the result will be FALSE.<\/li>\r\n \t<li class=\"li4\">The formula in the formal function bar will be =AND(B3&gt;=70,C3&gt;+70)<\/li>\r\n<\/ul>\r\n<p class=\"p4\">Only complete the first two logical tests for this example; although you can use several when using the AND function.<\/p>\r\n<p class=\"p4\">Only complete the first two logical tests for this example; although you can use several when using the AND function.<\/p>\r\n\r\n<ul class=\"ul1\">\r\n \t<li class=\"li4\">Click OK.<span class=\"Apple-converted-space\">\u00a0 <\/span>The formula now appears in cell D4 and on the formula bar.<span class=\"Apple-converted-space\">\u00a0 \u00a0<\/span><\/li>\r\n<\/ul>\r\n<ul class=\"ul1\">\r\n \t<li class=\"li4\">Pull the formula down for the other students and watch as either \u201cTRUE\u201d or \u201cFALSE\u201d appears for each student.<\/li>\r\n<\/ul>\r\n<p class=\"p4\"><b>Notes:<span class=\"Apple-converted-space\">\u00a0 <\/span>More Logical Operators<\/b><\/p>\r\n\r\n<table class=\"t1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p8\"><b>Comparison Operator<\/b><\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p8\"><b>Meaning<\/b><\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p8\"><b>Example<\/b><\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">=<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Equal to<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">A1=D1<\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">&gt;<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Greater than<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">A1&gt;D1<\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">&gt;=<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Greater than or equal to<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">A1&gt;=D1<\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">&lt;<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Less than<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">A1&lt;D1<\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">&lt;=<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Less than or equal to<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">A1&lt;=D1<\/p>\r\n<\/td>\r\n<\/tr>\r\n<tr>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">&lt;&gt;<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">Not equal to<\/p>\r\n<\/td>\r\n<td class=\"td1\" valign=\"middle\">\r\n<p class=\"p4\">A1&lt;&gt;D1<\/p>\r\n<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>","rendered":"<p class=\"p4\"><span class=\"s1\"><b>OVERVIEW<\/b><\/span><b>:<\/b><\/p>\n<p class=\"p4\"><b>Where to find AND function<\/b>:<span class=\"Apple-converted-space\">\u00a0 <\/span><b>FORMULA<\/b> tab, <b>Logical<\/b> in the Function group, then find <b>AND<\/b> in the pull down menu.<\/p>\n<p class=\"p4\"><b>Purpose of AND function<\/b>:<span class=\"Apple-converted-space\">\u00a0 <\/span>To evaluate all of its arguments.<span class=\"Apple-converted-space\">\u00a0 <\/span>It returns, or displays<span class=\"Apple-converted-space\">\u00a0 <\/span><b>True<\/b> for <span class=\"s1\"><b>every<\/b><\/span> logical test in the formula..<\/p>\n<p class=\"p4\"><b>Return Value<\/b> \u2013 the result of the evaluation is TRUE or FALSE<\/p>\n<p class=\"p4\"><b>Syntax:<\/b><span class=\"Apple-converted-space\">\u00a0 <\/span>=AND (logical test, [value all values TRUE],[if one or more value is not true FALSE)<\/p>\n<p class=\"p4\"><b>Arguments<\/b>:<\/p>\n<p class=\"p4\">Logical test:<span class=\"Apple-converted-space\">\u00a0 <\/span>A value or logical expression that can be evaluated as TRUE or FALSE<\/p>\n<p class=\"p4\">Value if true:<span class=\"Apple-converted-space\">\u00a0 <\/span>[optional]<span class=\"Apple-converted-space\">\u00a0 <\/span>The value to return when logical test evaluates all to TRUE.<\/p>\n<p class=\"p4\">Value if false: [optional]<span class=\"Apple-converted-space\">\u00a0 <\/span>The value to return when logical test evaluates one or more is FALSE<\/p>\n<p class=\"p4\"><b>EXERCISE<\/b> (This isn\u2019t graded, but you might find it useful before completing your assignment.)<\/p>\n<p class=\"p4\">If evaluating a student based on lab scores and test scores, this function will automatically assign a True or False to that student.<span class=\"Apple-converted-space\">\u00a0 <\/span>You would be testing the scores themselves for each student and then returning either \u201cTrue\u201d or \u201cFalse\u201d<\/p>\n<table class=\"t1\" cellpadding=\"0\" style=\"border-spacing: 0px;\">\n<tbody>\n<tr>\n<td class=\"td1\" colspan=\"4\" valign=\"middle\">\n<p class=\"p6\"><b>AND Function Test<\/b><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\"><b>Name<\/b><\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\"><b>Lab Score<\/b><\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\"><b>Test Score<\/b><\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\"><b>Result<\/b><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Anderson<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">92<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">60<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">FALSE<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Bell<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">85<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">79<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">TRUE<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Cartridge<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">65<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">92<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\"><\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Delaney<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">79<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">61<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\"><\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Finberg<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">99<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">89<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<ul class=\"ul1\">\n<li class=\"li4\">Create a little spreadsheet like the one above with the <span class=\"s1\">headings<\/span> Name, Scores and Results.<span class=\"Apple-converted-space\">\u00a0 <\/span>Type in five or six students and give them scores \u2013 you don\u2019t have to use the same ones as I did.<span class=\"Apple-converted-space\">\u00a0 <\/span>Also you will not have any \u201cResults\u201d until you put the formula in.<\/li>\n<li class=\"li4\">Click in cell D4 (in this example) to insert the formula result.<span class=\"Apple-converted-space\">\u00a0 <\/span>Click on the <b>FORMULA<\/b> TAB, then click the <b>Logical<\/b> icon from the Function Library Group.<span class=\"Apple-converted-space\">\u00a0 <\/span>Once you click on the Logical icon a menu appears with various Logical functions. Choose<b> AND<\/b>.<span class=\"Apple-converted-space\">\u00a0 <\/span>The result is an argument box as seen below.<span class=\"Apple-converted-space\">\u00a0 <\/span>Argument boxes are easier to work with because they show you where to put the information needed to complete the test.<\/li>\n<\/ul>\n<ul class=\"ul1\">\n<li class=\"li4\">We need to complete two <b>logical tests<\/b>.<span class=\"Apple-converted-space\">\u00a0 <\/span>The <span class=\"s1\">first box<\/span> (Logical Test) is asking for information for the lab scores.<span class=\"Apple-converted-space\">\u00a0 <\/span>We want to set parameters on what is a passing grade.<span class=\"Apple-converted-space\">\u00a0 <\/span>In that logical box, click <b>cell<\/b><span class=\"s1\"> B5<\/span> on the spreadsheet you created (first score of the people you entered.).<span class=\"Apple-converted-space\">\u00a0 <\/span>Next put in the <b>symbols<\/b> (in the same box) that mean <span class=\"s1\">greater than and equal to<\/span> (&gt;=).<span class=\"Apple-converted-space\">\u00a0 <\/span>This is followed by a grade of <span class=\"s1\">70<\/span>.<span class=\"Apple-converted-space\">\u00a0 <\/span>(See other Logical Operators at the bottom of this page.)<\/li>\n<li class=\"li4\">In the <span class=\"s1\">second box<\/span> (Logical Test) click<br \/>\n<b>cell<\/b> <span class=\"s1\">C3<\/span> on the spreadsheet you created.<span class=\"Apple-converted-space\">\u00a0 <\/span>Next put in the <b>symbol<\/b> (in the same box) that means <span class=\"s1\">greater than or equal to (&gt;=),<\/span> follow by the grade <span class=\"s1\">70<\/span>.<span class=\"Apple-converted-space\">\u00a0 <\/span>Then click ENTER.<span class=\"Apple-converted-space\">\u00a0 <\/span>If both instances are true (both the lab score and test score are greater than or equal than 70), the result will be <span class=\"s1\">TRUE<\/span>.<span class=\"Apple-converted-space\">\u00a0 <\/span>If one or both are not greater than 70, the result will be <span class=\"s1\">FALSE<\/span>.<\/li>\n<li class=\"li4\">Another logical test box may open, but you need only complete two of them.<\/li>\n<li class=\"li4\">If one of the two scores is not greater than or equal to 70, the result will be FALSE.<\/li>\n<li class=\"li4\">The formula in the formal function bar will be =AND(B3&gt;=70,C3&gt;+70)<\/li>\n<\/ul>\n<p class=\"p4\">Only complete the first two logical tests for this example; although you can use several when using the AND function.<\/p>\n<p class=\"p4\">Only complete the first two logical tests for this example; although you can use several when using the AND function.<\/p>\n<ul class=\"ul1\">\n<li class=\"li4\">Click OK.<span class=\"Apple-converted-space\">\u00a0 <\/span>The formula now appears in cell D4 and on the formula bar.<span class=\"Apple-converted-space\">\u00a0 \u00a0<\/span><\/li>\n<\/ul>\n<ul class=\"ul1\">\n<li class=\"li4\">Pull the formula down for the other students and watch as either \u201cTRUE\u201d or \u201cFALSE\u201d appears for each student.<\/li>\n<\/ul>\n<p class=\"p4\"><b>Notes:<span class=\"Apple-converted-space\">\u00a0 <\/span>More Logical Operators<\/b><\/p>\n<table class=\"t1\" cellpadding=\"0\" style=\"border-spacing: 0px;\">\n<tbody>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p8\"><b>Comparison Operator<\/b><\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p8\"><b>Meaning<\/b><\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p8\"><b>Example<\/b><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">=<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Equal to<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">A1=D1<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">&gt;<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Greater than<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">A1&gt;D1<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">&gt;=<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Greater than or equal to<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">A1&gt;=D1<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">&lt;<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Less than<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">A1&lt;D1<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">&lt;=<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Less than or equal to<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">A1&lt;=D1<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">&lt;&gt;<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">Not equal to<\/p>\n<\/td>\n<td class=\"td1\" valign=\"middle\">\n<p class=\"p4\">A1&lt;&gt;D1<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-104\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Shared previously<\/div><ul class=\"citation-list\"><li>And Functions. <strong>Authored by<\/strong>: Fran Wells. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":23590,"menu_order":5,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc\",\"description\":\"And Functions\",\"author\":\"Fran Wells\",\"organization\":\"\",\"url\":\"\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-104","chapter","type-chapter","status-publish","hentry"],"part":146,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/pressbooks\/v2\/chapters\/104","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/wp\/v2\/users\/23590"}],"version-history":[{"count":1,"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/pressbooks\/v2\/chapters\/104\/revisions"}],"predecessor-version":[{"id":105,"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/pressbooks\/v2\/chapters\/104\/revisions\/105"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/pressbooks\/v2\/parts\/146"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/pressbooks\/v2\/chapters\/104\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/wp\/v2\/media?parent=104"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/pressbooks\/v2\/chapter-type?post=104"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/wp\/v2\/contributor?post=104"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/atd-tc3-spreadsheets\/wp-json\/wp\/v2\/license?post=104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}