{"id":83091,"date":"2025-11-04T03:07:59","date_gmt":"2025-11-04T03:07:59","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/"},"modified":"2025-11-04T03:07:59","modified_gmt":"2025-11-04T03:07:59","slug":"20-excel-information-functions-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/","title":{"rendered":"20 Excel Information Functions Quiz Questions and Answers"},"content":{"rendered":"<p>Excel&#8217;s Information Functions are a category of built-in formulas that provide details about cells, data types, errors, and the workbook environment. They are essential for data validation, error checking, and building dynamic spreadsheets.<\/p>\n<p>Key Information Functions and Their Uses<\/p>\n<p>&#8211; CELL(info_type, reference): Retrieves information about the formatting, location, or contents of a specified cell. For example, it can return the cell&#8217;s address, format, or value type.<\/p>\n<p>&#8211; INFO(type_text): Returns information about the current operating environment, such as the Excel version or system settings.<\/p>\n<p>&#8211; ISBLANK(value): Checks if a cell is empty and returns TRUE if it is blank, FALSE otherwise.<\/p>\n<p>&#8211; ISERROR(value): Determines if a value is any error type (like #DIV\/0! or #VALUE!) and returns TRUE if an error exists.<\/p>\n<p>&#8211; ISNA(value): Specifically checks for the #N\/A error and returns TRUE if the value is #N\/A.<\/p>\n<p>&#8211; ISNUMBER(value): Verifies if a value is a number and returns TRUE if it is numeric.<\/p>\n<p>&#8211; ISTEXT(value): Confirms if a value is text and returns TRUE if it is a string.<\/p>\n<p>&#8211; ISNONTEXT(value): Returns TRUE if the value is not text (e.g., numbers or errors).<\/p>\n<p>&#8211; ISLOGICAL(value): Checks if a value is a logical value (TRUE or FALSE).<\/p>\n<p>&#8211; ISEVEN(value): Returns TRUE if a number is even.<\/p>\n<p>&#8211; ISODD(value): Returns TRUE if a number is odd.<\/p>\n<p>&#8211; TYPE(value): Indicates the data type of a value by returning a number code (e.g., 1 for numbers, 2 for text, 16 for errors).<\/p>\n<p>These functions can be combined with other formulas for conditional logic, such as in IF statements, to enhance spreadsheet functionality and accuracy. For instance, they help in creating error-proof calculations or automated data checks.<\/p>\n<h3>Table of Contents<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: Create An Amazing Excel Information Functions Quiz Using AI Instantly in OnlineExamMaker<\/a><\/li>\n<li><a href=\"#2\">Part 2: 20 Excel Information Functions Quiz Questions &#038; Answers<\/a><\/li>\n<li><a href=\"#3\">Part 3: OnlineExamMaker AI Question Generator: Generate Questions for Any Topic <\/a><\/li>\n<\/ul>\n<p><img decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2026\/01\/2510-Excel-Information-Functions-quiz.webp\" alt=\"\"\/><\/p>\n<h3 id=\"1\">Part 1: Create An Amazing Excel Information Functions Quiz Using AI Instantly in OnlineExamMaker<\/h3>\n<p>The quickest way to assess the Excel Information Functions knowledge of candidates is using an AI assessment platform like OnlineExamMaker. With OnlineExamMaker AI Question Generator,  you are able to input content\u2014like text, documents, or topics\u2014and then automatically generate questions in various formats (multiple-choice, true\/false, short answer). Its AI Exam Grader can automatically grade the exam and generate insightful reports after your candidate submit the assessment.<\/p>\n<p><strong>Overview of its key assessment-related features:<\/strong><br \/>\n\u25cf Create up to 10 question types, including multiple-choice, true\/false, fill-in-the-blank, matching, short answer, and essay questions.<br \/>\n\u25cf Automatically generates detailed reports\u2014individual scores, question report, and group performance.<br \/>\n\u25cf Instantly scores objective questions and subjective answers use rubric-based scoring for consistency.<br \/>\n\u25cf API and SSO help trainers integrate OnlineExamMaker with Google Classroom, Microsoft Teams, CRM and more.<\/p>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Automatically generate questions using AI<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/sign-up.html?refer=blog_btn\"> Create A Quiz<\/a><\/div>\n<div class=\"p-style-b\">100% free forever<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h3 id=\"2\">Part 2: 20 Excel Information Functions Quiz Questions &#038; Answers<\/h3>\n<p><button id=\"copyquestionsBtn\" type=\"button\" onclick=\"myFunction()\">Copy Quiz Questions<\/button>\u00a0\u00a0or\u00a0\u00a0<button id=\"genquestionsBtn\" class=\"genbtnstyle\" type=\"button\" onclick=\"myFunction1()\">Generate Questions using AI<\/button><\/p>\n<div id=\"copy_questions\">\n<p>1. Question: What is the primary function of the ISBLANK function in Excel?<br \/>\n   A. Checks if a cell contains a number<br \/>\n   B. Checks if a cell is empty<br \/>\n   C. Checks if a cell contains text<br \/>\n   D. Checks if a cell has an error<br \/>\n   Answer: B<br \/>\n   Explanation: ISBLANK returns TRUE if the cell is empty, helping to identify blank cells in formulas.  <\/p>\n<p>2. Question: Which Information function is used to check if a value is a number?<br \/>\n   A. ISNUMBER<br \/>\n   B. ISTEXT<br \/>\n   C. ISERROR<br \/>\n   D. ISREF<br \/>\n   Answer: A<br \/>\n   Explanation: ISNUMBER returns TRUE if the value is a number, useful for validating numeric inputs.  <\/p>\n<p>3. Question: What does the ISERROR function do in Excel?<br \/>\n   A. Checks for specific error types like #N\/A<br \/>\n   B. Checks if a cell is blank<br \/>\n   C. Checks for any error value in a cell<br \/>\n   D. Checks if a value is text<br \/>\n   Answer: C<br \/>\n   Explanation: ISERROR returns TRUE if the value is any error, such as #DIV\/0! or #VALUE!, for error handling.  <\/p>\n<p>4. Question: Which function checks if a value is text?<br \/>\n   A. ISNUMBER<br \/>\n   B. ISTEXT<br \/>\n   C. ISLOGICAL<br \/>\n   D. ISNONTEXT<br \/>\n   Answer: B<br \/>\n   Explanation: ISTEXT returns TRUE if the value is text, aiding in data type verification.  <\/p>\n<p>5. Question: What is the purpose of the ISNA function?<br \/>\n   A. Checks if a cell is not text<br \/>\n   B. Checks for the #N\/A error specifically<br \/>\n   C. Checks if a value is a number<br \/>\n   D. Checks if a cell contains a formula<br \/>\n   Answer: B<br \/>\n   Explanation: ISNA returns TRUE only for the #N\/A error, which is useful in lookup operations.  <\/p>\n<p>6. Question: Which Information function returns TRUE if a value is not text?<br \/>\n   A. ISNONTEXT<br \/>\n   B. ISTEXT<br \/>\n   C. ISNUMBER<br \/>\n   D. ISERROR<br \/>\n   Answer: A<br \/>\n   Explanation: ISNONTEXT returns TRUE if the value is not text, such as numbers or errors.  <\/p>\n<p>7. Question: What does the ISERR function check for?<br \/>\n   A. All errors including #N\/A<br \/>\n   B. Only #N\/A errors<br \/>\n   C. All errors except #N\/A<br \/>\n   D. Blank cells<br \/>\n   Answer: C<br \/>\n   Explanation: ISERR returns TRUE for any error except #N\/A, allowing for targeted error checking.  <\/p>\n<p>8. Question: Which function is used to determine if a reference is valid?<br \/>\n   A. ISREF<br \/>\n   B. ISFORMULA<br \/>\n   C. TYPE<br \/>\n   D. INFO<br \/>\n   Answer: A<br \/>\n   Explanation: ISREF returns TRUE if the argument is a valid cell reference, useful in advanced formulas.  <\/p>\n<p>9. Question: What does the ISLOGICAL function do?<br \/>\n   A. Checks if a value is a number<br \/>\n   B. Checks if a value is TRUE or FALSE<br \/>\n   C. Checks for errors<br \/>\n   D. Checks if a cell is blank<br \/>\n   Answer: B<br \/>\n   Explanation: ISLOGICAL returns TRUE if the value is a logical value (TRUE or FALSE).  <\/p>\n<p>10. Question: Which Information function returns a number indicating the data type?<br \/>\n    A. ISBLANK<br \/>\n    B. TYPE<br \/>\n    C. ISERROR<br \/>\n    D. INFO<br \/>\n    Answer: B<br \/>\n    Explanation: TYPE returns a number code for the data type, like 1 for numbers or 2 for text.  <\/p>\n<p>11. Question: What is the role of the INFO function in Excel?<br \/>\n    A. Checks if a cell contains a formula<br \/>\n    B. Provides system information like operating environment<br \/>\n    C. Verifies if a value is a number<br \/>\n    D. Detects errors in a cell<br \/>\n    Answer: B<br \/>\n    Explanation: INFO returns information about the Excel environment, such as the operating system.  <\/p>\n<p>12. Question: Which function checks if a cell contains a formula?<br \/>\n    A. ISREF<br \/>\n    B. ISFORMULA<br \/>\n    C. ISNUMBER<br \/>\n    D. ISERROR<br \/>\n    Answer: B<br \/>\n    Explanation: ISFORMULA returns TRUE if the cell contains a formula, not just a value.  <\/p>\n<p>13. Question: What does ISNONTEXT return for a numeric value?<br \/>\n    A. FALSE<br \/>\n    B. TRUE<br \/>\n    C. #N\/A<br \/>\n    D. Blank<br \/>\n    Answer: B<br \/>\n    Explanation: ISNONTEXT returns TRUE for non-text values, like numbers, confirming data type.  <\/p>\n<p>14. Question: Which Information function is most useful for error trapping in formulas?<br \/>\n    A. ISBLANK<br \/>\n    B. ISERROR<br \/>\n    C. ISTEXT<br \/>\n    D. TYPE<br \/>\n    Answer: B<br \/>\n    Explanation: ISERROR helps trap and handle errors, preventing formula breakdowns.  <\/p>\n<p>15. Question: What does the TYPE function return for a text string?<br \/>\n    A. 1<br \/>\n    B. 2<br \/>\n    C. 4<br \/>\n    D. 16<br \/>\n    Answer: B<br \/>\n    Explanation: TYPE returns 2 for text strings, indicating the data type in numeric form.  <\/p>\n<p>16. Question: Which function would you use to check if a cell is empty before performing a calculation?<br \/>\n    A. ISNUMBER<br \/>\n    B. ISBLANK<br \/>\n    C. ISERR<br \/>\n    D. ISNA<br \/>\n    Answer: B<br \/>\n    Explanation: ISBLANK ensures no calculation is attempted on empty cells, avoiding errors.  <\/p>\n<p>17. Question: What is returned by ISNUMBER for the value &#8220;ABC&#8221;?<br \/>\n    A. TRUE<br \/>\n    B. FALSE<br \/>\n    C. #VALUE!<br \/>\n    D. Blank<br \/>\n    Answer: B<br \/>\n    Explanation: ISNUMBER returns FALSE for non-numeric values like text.  <\/p>\n<p>18. Question: Which Information function can help identify if a lookup result is an error?<br \/>\n    A. ISTEXT<br \/>\n    B. ISNA<br \/>\n    C. ISLOGICAL<br \/>\n    D. ISREF<br \/>\n    Answer: B<br \/>\n    Explanation: ISNA specifically checks for #N\/A errors, common in VLOOKUP or MATCH functions.  <\/p>\n<p>19. Question: What does the ISREF function require as an argument?<br \/>\n    A. A text string<br \/>\n    B. A cell reference<br \/>\n    C. A number<br \/>\n    D. A formula<br \/>\n    Answer: B<br \/>\n    Explanation: ISREF needs a cell reference to verify if it&#8217;s valid, ensuring formula integrity.  <\/p>\n<p>20. Question: Which function is least likely to be used for data validation in a worksheet?<br \/>\n    A. INFO<br \/>\n    B. ISBLANK<br \/>\n    C. ISNUMBER<br \/>\n    D. ISTEXT<br \/>\n    Answer: A<br \/>\n    Explanation: INFO provides system details rather than validating data, making it less common for cell checks.<\/p>\n<\/div>\n<p><button id=\"copyquestionsBtn\" type=\"button\" onclick=\"myFunction()\">Copy Quiz Questions<\/button>\u00a0\u00a0or\u00a0\u00a0<button id=\"genquestionsBtn\" class=\"genbtnstyle\" type=\"button\" onclick=\"myFunction1()\">Generate Questions using AI<\/button><\/p>\n<h3 id=\"3\">Part 3: OnlineExamMaker AI Question Generator: Generate Questions for Any Topic<\/h3>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Automatically generate questions using AI<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/sign-up.html?refer=blog_btn\"> Create A Quiz<\/a><\/div>\n<div class=\"p-style-b\">100% free forever<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p><script src=\"https:\/\/unpkg.com\/@popperjs\/core@2\"><\/script><br \/>\n<script src=\"https:\/\/unpkg.com\/tippy.js@6\"><\/script><\/p>\n<p><script type=\"text\/javascript\">\nfunction myFunction() {\nvar copyText = document.getElementById(\"copy_questions\");console.log(copyText.innerText);navigator.clipboard.writeText(copyText.innerText);\n}\nfunction myFunction1() {\n\u00a0  \u00a0 \u00a0 window.open(\"https:\/\/onlineexammaker.com\/features\/ai-question-generator.html\");\n\u00a0 }\nvar copy1, copy2;\n        tippy('#copyquestionsBtn', {\n        'content': \"Copy questions to clipboard\",\n       trigger: 'mouseenter',\n       'onCreate':function(instance){\n              copy1 = instance;\n       },\n       'onTrigger' : function(instance, event) {\n              copy2.hide();\n       }\n       });\n       tippy('#copyquestionsBtn', {\n       'content': \"Copied successfully\",\n       trigger: 'click',\n       'onCreate':function(instance){\n              copy2 = instance;\n       },\n       'onTrigger' : function(instance, event) {\n              copy1.hide();\n       }\n       });\ntippy('#genquestionsBtn', {\n        'content': \"Generate questions using AI for free\",\n         trigger: 'mouseenter'\n       });\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Excel&#8217;s Information Functions are a category of built-in formulas that provide details about cells, data types, errors, and the workbook environment. They are essential for data validation, error checking, and building dynamic spreadsheets. Key Information Functions and Their Uses &#8211; CELL(info_type, reference): Retrieves information about the formatting, location, or contents of a specified cell. For [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":82964,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-83091","post","type-post","status-publish","format-standard","hentry","category-questions-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>20 Excel Information Functions Quiz Questions and Answers - OnlineExamMaker Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"20 Excel Information Functions Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"Excel&#8217;s Information Functions are a category of built-in formulas that provide details about cells, data types, errors, and the workbook environment. They are essential for data validation, error checking, and building dynamic spreadsheets. Key Information Functions and Their Uses &#8211; CELL(info_type, reference): Retrieves information about the formatting, location, or contents of a specified cell. For [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-04T03:07:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2026\/01\/2510-Excel-Information-Functions-quiz.webp\" \/>\n<meta name=\"author\" content=\"Rebecca\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rebecca\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/\",\"name\":\"20 Excel Information Functions Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2025-11-04T03:07:59+00:00\",\"dateModified\":\"2025-11-04T03:07:59+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"20 Excel Information Functions Quiz Questions and Answers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/\",\"name\":\"OnlineExamMaker Blog\",\"description\":\"OnlineExamMaker\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2\",\"name\":\"Rebecca\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g\",\"caption\":\"Rebecca\"},\"url\":\"https:\/\/onlineexammaker.com\/kb\/author\/rebeccaoem\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"20 Excel Information Functions Quiz Questions and Answers - OnlineExamMaker Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"20 Excel Information Functions Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"Excel&#8217;s Information Functions are a category of built-in formulas that provide details about cells, data types, errors, and the workbook environment. They are essential for data validation, error checking, and building dynamic spreadsheets. Key Information Functions and Their Uses &#8211; CELL(info_type, reference): Retrieves information about the formatting, location, or contents of a specified cell. For [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2025-11-04T03:07:59+00:00","og_image":[{"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2026\/01\/2510-Excel-Information-Functions-quiz.webp"}],"author":"Rebecca","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rebecca","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/","name":"20 Excel Information Functions Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2025-11-04T03:07:59+00:00","dateModified":"2025-11-04T03:07:59+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/20-excel-information-functions-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"20 Excel Information Functions Quiz Questions and Answers"}]},{"@type":"WebSite","@id":"https:\/\/onlineexammaker.com\/kb\/#website","url":"https:\/\/onlineexammaker.com\/kb\/","name":"OnlineExamMaker Blog","description":"OnlineExamMaker","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/8447ed5937ab8046fa68476e432b32b2","name":"Rebecca","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5f03edf06dd3745ea73e610a6d830a63?s=96&r=g","caption":"Rebecca"},"url":"https:\/\/onlineexammaker.com\/kb\/author\/rebeccaoem\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/83091"}],"collection":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/comments?post=83091"}],"version-history":[{"count":0,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/83091\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/82964"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=83091"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=83091"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=83091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}