{"id":1190,"date":"2025-07-09T14:56:19","date_gmt":"2025-07-09T09:26:19","guid":{"rendered":"https:\/\/www.infotech.edu.sg\/blog\/?p=1190"},"modified":"2026-04-28T11:26:19","modified_gmt":"2026-04-28T05:56:19","slug":"top-5-basic-excel-formulas-to-know","status":"publish","type":"post","link":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/","title":{"rendered":"Top 5 Excel Formulas Every Student Should Master Before Entering the Workforce"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Why Knowing Excel Formulas Is Important\u00a0<\/strong><\/h2>\n\n\n\n<p>You might feel self-assured as you head to your first internship or job interview. But that confidence can vanish when a spreadsheet appears in your inbox with instructions like, &#8220;Can you sum up the data, spot trends, and refresh the report by day&#8217;s end?&#8221; For many students, this moment shows a gap between what they learned in school and what they need to know at work.&nbsp;<\/p>\n\n\n\n<p>By 2026, Microsoft Excel&nbsp;isn&#8217;t&nbsp;just a bonus skill anymore.&nbsp;It&#8217;s&nbsp;a must-have digital ability across many fields in Singapore such as admin work, finance, HR,&nbsp;logistics, and marketing. Companies now expect new graduates to be comfortable with data, to set up basic automated decisions, and to show information&nbsp;clearly. The good part? You&nbsp;don&#8217;t&nbsp;need to become an Excel pro right away. Just learning a few key formulas can give you an edge over many other job seekers.&nbsp;<\/p>\n\n\n\n<p><strong>What Excel formulas should students learn before entering the workforce?<\/strong>&nbsp;<\/p>\n\n\n\n<p class=\"has-background\" style=\"background-color:#abeafd\"><strong>Students need to master&nbsp;SUM(),&nbsp;IF(),&nbsp;VLOOKUP()&nbsp;COUNTIF(), and&nbsp;TEXT() before they start working. These formulas help with everyday tasks like budgeting, reporting, finding data, making automatic decisions, and&nbsp;formatting .&nbsp;Most industries expect entry-level&nbsp;employees&nbsp;to have these skills.&nbsp;<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Are the 5 Excel Formulas Companies Expect You to Know\u00a0<\/strong><\/h2>\n\n\n\n<p>Before we look at each formula,&nbsp;it&#8217;s&nbsp;helpful to see how they link to actual work tasks, not just classroom exercises.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Key Excel Formulas and How They&#8217;re Used at Work&nbsp;<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Excel Formula<\/strong>&nbsp;<\/td><td><strong>What It Helps You Do at Work<\/strong>&nbsp;<\/td><\/tr><tr><td>SUM()&nbsp;<\/td><td>Calculate totals for budgets, sales, expenses, or hours worked&nbsp;<\/td><\/tr><tr><td>IF()&nbsp;<\/td><td>Automate decisions like pass\/fail, approval status, or eligibility&nbsp;<\/td><\/tr><tr><td>VLOOKUP()&nbsp;<\/td><td>Retrieve employee, product, or customer data from large tables&nbsp;<\/td><\/tr><tr><td>COUNTIF()&nbsp;<\/td><td>Track frequencies such as attendance, performance, or task status&nbsp;<\/td><\/tr><tr><td>TEXT()&nbsp;<\/td><td>Format dates, currency, and reports professionally for presentation&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>These formulas are the basics of everyday spreadsheet work. Companies often test them, one way or another, during internships and starter jobs.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. SUM(): The Formula You&#8217;ll Use Almost Every Day&nbsp;<\/strong><\/h3>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<p><strong>Formula Syntax:<\/strong>\u202f=\u202f<strong>SUM(number1,[number2],\u2026)<\/strong>&nbsp;<\/p>\n\n\n\n<p>Adding numbers is often the first thing students learn in Excel, but&nbsp;it&#8217;s&nbsp;still one of the most common tasks in real jobs. You might need to total up your monthly costs, work hours, or how much&nbsp;you&#8217;ve&nbsp;sold. The&nbsp;SUM() formula helps you do this and without mistakes.&nbsp;<\/p>\n\n\n\n<p><strong>Example:<\/strong>&nbsp;<\/p>\n\n\n\n<p>=<strong>SUM(B2:B10)<\/strong>&nbsp;<\/p>\n\n\n\n<p>This adds all the numbers from cells B2 to B10.&nbsp;<\/p>\n\n\n\n<p>At work,&nbsp;professionals&nbsp;use this formula a lot for keeping track of money, planning budgets, and making reports. If you know how to use it well,&nbsp;you&#8217;ll&nbsp;save time and avoid the slip-ups that can happen when you add things up by hand.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. IF():&nbsp;Turning Logic into Automation&nbsp;&nbsp;<\/strong><\/h3>\n\n\n\n<p><strong>Formula Syntax:<\/strong>\u202f=\u202f<strong>IF(logical_test,value_if_true,value_if_false)<\/strong>&nbsp;<\/p>\n\n\n\n<p>The&nbsp;IF() formula brings logic into your spreadsheets. It lets Excel give different answers based on rules you set up. This comes in handy at work when you need to make choices based on specific conditions.&nbsp;<\/p>\n\n\n\n<p><strong>Example:<\/strong>&nbsp;<\/p>\n\n\n\n<p>=<strong>IF(B2&gt;50, \u201cPass\u201d, \u201cFail\u201d)<\/strong>&nbsp;<\/p>\n\n\n\n<p>This returns you \u201cPass\u201d if B2\u2019s value exceeds 50 otherwise \u201cFail.\u201d&nbsp;<\/p>\n\n\n\n<p>For instance, HR teams use&nbsp;IF() to check if someone is eligible, finance teams use it to spot overspending, and admin staff use it to sort tasks by their status. When students learn&nbsp;IF(), they start to grasp how spreadsheets can &#8220;think&#8221; instead of just holding numbers.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. VLOOKUP(): Finding the Right Data in&nbsp;a&nbsp;Instantly&nbsp;&nbsp;<\/strong><\/h3>\n\n\n\n<p><strong>Formula Syntax:<\/strong>\u202f=\u202f<strong>VLOOKUP(lookup_value&nbsp;table_array,col_index_num,[range_lookup])<\/strong>&nbsp;<\/p>\n\n\n\n<p>VLOOKUP() is a hot topic in office Excel discussions because it fixes a common issue\u2014locating&nbsp;matching info in big datasets. Rather than endless scrolling or manual searching,&nbsp;VLOOKUP() grabs related data automatically.&nbsp;<\/p>\n\n\n\n<p><strong>Example:<\/strong>&nbsp;<\/p>\n\n\n\n<p>=<strong>VLOOKUP(\u201cJohn\u201d,&nbsp;A2:D100, 4, FALSE)<\/strong>&nbsp;<\/p>\n\n\n\n<p>This&nbsp;locates&nbsp;\u201cJohn\u201d in column A and gives back the value in the 4th column of that same row.&nbsp;<\/p>\n\n\n\n<p>In actual jobs, this formula has an application to link employee IDs with names, connect product codes to prices, or get customer details. While better options exist, companies still use&nbsp;VLOOKUP() a lot and expect new hires to know it.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. COUNTIF(): Understanding Repetition and Patterns&nbsp;<\/strong><\/h3>\n\n\n\n<p><strong>Formula Structure:<\/strong>\u202f=\u202f<strong>COUNTIF(range,criteria)<\/strong>&nbsp;<\/p>\n\n\n\n<p>COUNTIF() helps&nbsp;you&nbsp;occurrences based on a condition. This proves helpful when dealing with attendance logs, survey answers, task lists, or performance stats.&nbsp;<\/p>\n\n\n\n<p><strong>Example:<\/strong>&nbsp;<\/p>\n\n\n\n<p>=<strong>COUNTIF(C2:C100, \u201c&gt;80\u201d)<\/strong>&nbsp;<\/p>\n\n\n\n<p>This counts the cells in the range with values higher than 80.&nbsp;<\/p>\n\n\n\n<p>At work,&nbsp;COUNTIF() supports quick reporting and analysis. It lets you answer questions like how many staff members missed work how many tasks are late, or how many sales beat a certain goal\u2014all without counting by hand.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. TEXT():&nbsp;Presenting Data Professionally&nbsp;<\/strong><\/h3>\n\n\n\n<p><strong>Formula Syntax:<\/strong>\u202f=\u202f<strong>TEXT(value,format_text)<\/strong>&nbsp;<\/p>\n\n\n\n<p>Knowing how to crunch numbers is key, but how those numbers look is just as crucial.&nbsp;TEXT() lets you control formatting to make your data clear, localized, and professional-looking.&nbsp;<\/p>\n\n\n\n<p><strong>Example:<\/strong>&nbsp;<\/p>\n\n\n\n<p>=<strong>TEXT(A2, \u201cdd\/mm\/yyyy\u201d)<\/strong>&nbsp;<\/p>\n\n\n\n<p>This changes a date to the format Singaporeans use most often.&nbsp;<\/p>\n\n\n\n<p>In Singapore offices, this often means getting dates right showing&nbsp;currency ,&nbsp;and making sure reports are easy to read.&nbsp;TEXT() helps turn raw data into polished results that work well for bosses, customers, or auditors.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why These Excel Skills Are Important Before You Start Working&nbsp;<\/strong><\/h2>\n\n\n\n<p>Many students think Excel is something&nbsp;they&#8217;ll&nbsp;&#8220;pick up on the job.&#8221; In real life, companies expect new&nbsp;grads&nbsp;to be useful from day one. Job seekers who already know how to work with formulas catch the eye because they need less&nbsp;supervision&nbsp;and mess up less often.&nbsp;<\/p>\n\n\n\n<p>Getting a handle on these five formulas boosts your job prospects, makes you feel&nbsp;more sure&nbsp;of yourself, and cuts down on stress when&nbsp;you&#8217;re&nbsp;just starting out. It also helps you move into jobs that rely a lot on data even if&nbsp;they&#8217;re&nbsp;not seen as &#8220;technical.&#8221;&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How WSQ Digital Office Skills Training Closes the Gap&nbsp;<\/strong><\/h2>\n\n\n\n<p>At Info-Tech Academy, we teach these Excel skills as part of the&nbsp;<a href=\"https:\/\/www.infotech.edu.sg\/courses\/essential-office-skills-course-singapore\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Essential Office Skills Course<\/strong><\/a>. We focus on how to use them in real work situations, not just theory. Students practice creating spreadsheets without mistakes, dealing with common office tasks, and using Excel alongside other tools like Microsoft Word, PowerPoint Zoom, and even AI tools such as ChatGPT.&nbsp;<\/p>\n\n\n\n<p>Since&nbsp;the&nbsp;<a href=\"https:\/\/www.infotech.edu.sg\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WSQ Courses<\/strong><\/a>&nbsp;has certifications, it matches what Singapore employers want from new professionals. Learners who qualify can also use&nbsp;<strong><a href=\"https:\/\/www.skillsfuture.gov.sg\/\">SkillsFuture<\/a><\/strong>&nbsp;Credits making it easy to get ready for work before starting their first job.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Final Thoughts: Little Skills That Make a Huge Impact&nbsp;<\/strong><\/h2>\n\n\n\n<p>You&nbsp;don&#8217;t&nbsp;need to be an Excel wizard to do well at work, but you do need to know your stuff. These five formulas show the basic level employers look for in 2026. Learning them gives you a leg up, builds trust, and lets you focus on learning the job instead of struggling with spreadsheets.&nbsp;<\/p>\n\n\n\n<p>If&nbsp;you&#8217;re&nbsp;getting ready to join the workforce spending time to master Excel now is one of the smartest things you can do.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n\n<div class=\"\">\n<div class=\"mi-faq\">\n<div id=\"accordionExample\" class=\"accordion\">\n<div class=\"card\">\n<div id=\"headingOne\" class=\"card-head\">\n<div class=\"acc-arrow\" data-toggle=\"collapse\" data-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\">\n<h4 class=\"Positionheader\">Why does Excel remain important for students in 2026?<\/h4>\n<\/div>\n<\/div>\n<div id=\"collapseOne\" class=\"collapse show\" aria-labelledby=\"headingOne\" data-parent=\"#accordionExample\">\n<div class=\"card-body\">\n<p>Excel continues to be a key workplace tool because many companies depend on spreadsheets to report, track, and analyze data. Despite newer software and AI tools, employers expect Excel skills for entry-level jobs in HR, finance, admin, and operations. This makes Excel a necessary digital skill for students to learn.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"card\">\n<div id=\"headingtwo\" class=\"card-head\">\n<div class=\"collapsed acc-arrow\" data-toggle=\"collapse\" data-target=\"#collapsetwo\" aria-expanded=\"false\" aria-controls=\"collapsetwo\">\n<h4 class=\"Positionheader\">Are these Excel formulas enough for an entry-level job?<\/h4>\n<\/div>\n<\/div>\n<div id=\"collapsetwo\" class=\"collapse\" aria-labelledby=\"headingtwo\" data-parent=\"#accordionExample\">\n<div class=\"card-body\">\n<p>Yes, mastering these five formulas gives you a solid base for most entry-level jobs. They cover everyday tasks like calculating, making conditional decisions, looking up data counting trends, and formatting. You can pick up more advanced skills later as you gain work experience.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"card\">\n<div id=\"headingthree\" class=\"card-head\">\n<div class=\"collapsed acc-arrow\" data-toggle=\"collapse\" data-target=\"#collapsethree\" aria-expanded=\"false\" aria-controls=\"collapsethree\">\n<h4 class=\"Positionheader\">Do employers in Singapore test Excel skills?<\/h4>\n<\/div>\n<\/div>\n<div id=\"collapsethree\" class=\"collapse\" aria-labelledby=\"headingthree\" data-parent=\"#accordionExample\">\n<div class=\"card-body\">\n<p>Many companies check Excel skills in job interviews, hands-on tests, or during trial periods. Even without formal testing new employees are expected to use Excel well from day one in admin, HR, finance, and operations jobs.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"card\">\n<div id=\"headingfour\" class=\"card-head\">\n<div class=\"collapsed acc-arrow\" data-toggle=\"collapse\" data-target=\"#collapsefour\" aria-expanded=\"false\" aria-controls=\"collapsefour\">\n<h4 class=\"Positionheader\">Can I learn Excel without a formal course?<\/h4>\n<\/div>\n<\/div>\n<div id=\"collapsefour\" class=\"collapse\" aria-labelledby=\"headingfour\" data-parent=\"#accordionExample\">\n<div class=\"card-body\">\n<p>You can teach yourself, but organized courses help you steer clear of mistakes and zero in on real job situations. WSQ-approved courses teach Excel with a job focus making sure students grasp how formulas work in Singapore offices.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"Why does Excel remain important for students in 2026?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Excel continues to be a key workplace tool because many companies depend on spreadsheets to report, track, and analyze data. Despite newer software and AI tools, employers expect Excel skills for entry-level jobs in HR, finance, admin, and operations. This makes Excel a necessary digital skill for students to learn.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Are these Excel formulas enough for an entry-level job?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Yes, mastering these five formulas gives you a solid base for most entry-level jobs. They cover everyday tasks like calculating, making conditional decisions, looking up data counting trends, and formatting. You can pick up more advanced skills later as you gain work experience.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Do employers in Singapore test Excel skills?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Many companies check Excel skills in job interviews, hands-on tests, or during trial periods. Even without formal testing new employees are expected to use Excel well from day one in admin, HR, finance, and operations jobs.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Can I learn Excel without a formal course?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"You can teach yourself, but organized courses help you steer clear of mistakes and zero in on real job situations. WSQ-approved courses teach Excel with a job focus making sure students grasp how formulas work in Singapore offices.\"\n    }\n  }]\n}\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Why Knowing Excel Formulas Is Important\u00a0 You might feel self-assured as you head[&#8230;]<\/p>\n","protected":false},"author":17,"featured_media":1191,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[157],"tags":[174,175,236],"class_list":["post-1190","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-essential-office-skills-course","tag-excel-courses","tag-excel-formulas","tag-microsoft-excel-formula"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Top 5 Basic Excel Formulas To Know | Info-Tech Academy<\/title>\n<meta name=\"description\" content=\"Top 5 Excel formulas every student in Singapore should master before joining workforce. Boost your employability with powerful Excel skills.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top 5 Basic Excel Formulas To Know | Info-Tech Academy\" \/>\n<meta property=\"og:description\" content=\"Top 5 Excel formulas every student in Singapore should master before joining workforce. Boost your employability with powerful Excel skills.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/\" \/>\n<meta property=\"og:site_name\" content=\"Infotech Academy Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/infotechacademy.sg\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-09T09:26:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-28T05:56:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"533\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ajolin L Robert\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ajolin L Robert\" \/>\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\":\"Article\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/\"},\"author\":{\"name\":\"Ajolin L Robert\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/person\/9cfa2665579d95f2b75e1874f0dd9029\"},\"headline\":\"Top 5 Excel Formulas Every Student Should Master Before Entering the Workforce\",\"datePublished\":\"2025-07-09T09:26:19+00:00\",\"dateModified\":\"2026-04-28T05:56:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/\"},\"wordCount\":1510,\"publisher\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg\",\"keywords\":[\"Excel Courses\",\"Excel Formulas\",\"Microsoft Excel Formula\"],\"articleSection\":[\"Essential Office Skills Course\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/\",\"url\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/\",\"name\":\"Top 5 Basic Excel Formulas To Know | Info-Tech Academy\",\"isPartOf\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg\",\"datePublished\":\"2025-07-09T09:26:19+00:00\",\"dateModified\":\"2026-04-28T05:56:19+00:00\",\"description\":\"Top 5 Excel formulas every student in Singapore should master before joining workforce. Boost your employability with powerful Excel skills.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#primaryimage\",\"url\":\"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg\",\"contentUrl\":\"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg\",\"width\":800,\"height\":533,\"caption\":\"Top 5 Excel Formulas Every Student Should Master Before Entering the Workforce\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.infotech.edu.sg\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Top 5 Excel Formulas Every Student Should Master Before Entering the Workforce\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#website\",\"url\":\"https:\/\/www.infotech.edu.sg\/blog\/\",\"name\":\"Infotech Academy Blog\",\"description\":\"IT, Tech &amp; Digital Skills Insights\",\"publisher\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.infotech.edu.sg\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#organization\",\"name\":\"InfoTech Academy\",\"url\":\"https:\/\/www.infotech.edu.sg\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2024\/06\/infotech_logo.png\",\"contentUrl\":\"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2024\/06\/infotech_logo.png\",\"width\":330,\"height\":116,\"caption\":\"InfoTech Academy\"},\"image\":{\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/infotechacademy.sg\/\",\"https:\/\/www.linkedin.com\/company\/infotech-academy-edu\",\"https:\/\/www.instagram.com\/infotechacademy.sg\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/person\/9cfa2665579d95f2b75e1874f0dd9029\",\"name\":\"Ajolin L Robert\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/379e92b5a1e2fb0fd8842e021bdcf5237257ad79f95ccfd173abef446f5e9cda?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/379e92b5a1e2fb0fd8842e021bdcf5237257ad79f95ccfd173abef446f5e9cda?s=96&d=mm&r=g\",\"caption\":\"Ajolin L Robert\"},\"description\":\"I\u2019ve always been drawn to the power of writing! As a content writer, I love the challenge of finding the right words to capture the essence of HR, payroll, and accounting software.\u00a0I enjoy breaking down complex concepts, making technical information easy to understand, and helping businesses see the real impact of the right tools.\",\"url\":\"https:\/\/www.infotech.edu.sg\/blog\/author\/ajolin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Top 5 Basic Excel Formulas To Know | Info-Tech Academy","description":"Top 5 Excel formulas every student in Singapore should master before joining workforce. Boost your employability with powerful Excel skills.","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:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/","og_locale":"en_US","og_type":"article","og_title":"Top 5 Basic Excel Formulas To Know | Info-Tech Academy","og_description":"Top 5 Excel formulas every student in Singapore should master before joining workforce. Boost your employability with powerful Excel skills.","og_url":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/","og_site_name":"Infotech Academy Blog","article_publisher":"https:\/\/www.facebook.com\/infotechacademy.sg\/","article_published_time":"2025-07-09T09:26:19+00:00","article_modified_time":"2026-04-28T05:56:19+00:00","og_image":[{"width":800,"height":533,"url":"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg","type":"image\/jpeg"}],"author":"Ajolin L Robert","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ajolin L Robert","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#article","isPartOf":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/"},"author":{"name":"Ajolin L Robert","@id":"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/person\/9cfa2665579d95f2b75e1874f0dd9029"},"headline":"Top 5 Excel Formulas Every Student Should Master Before Entering the Workforce","datePublished":"2025-07-09T09:26:19+00:00","dateModified":"2026-04-28T05:56:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/"},"wordCount":1510,"publisher":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/#organization"},"image":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg","keywords":["Excel Courses","Excel Formulas","Microsoft Excel Formula"],"articleSection":["Essential Office Skills Course"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/","url":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/","name":"Top 5 Basic Excel Formulas To Know | Info-Tech Academy","isPartOf":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#primaryimage"},"image":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#primaryimage"},"thumbnailUrl":"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg","datePublished":"2025-07-09T09:26:19+00:00","dateModified":"2026-04-28T05:56:19+00:00","description":"Top 5 Excel formulas every student in Singapore should master before joining workforce. Boost your employability with powerful Excel skills.","breadcrumb":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#primaryimage","url":"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg","contentUrl":"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2025\/07\/Top-5-Excel-Formulas-Every-Student-Should-Master-Before-Entering-the-Workforce.jpg","width":800,"height":533,"caption":"Top 5 Excel Formulas Every Student Should Master Before Entering the Workforce"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infotech.edu.sg\/blog\/top-5-basic-excel-formulas-to-know\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infotech.edu.sg\/blog\/"},{"@type":"ListItem","position":2,"name":"Top 5 Excel Formulas Every Student Should Master Before Entering the Workforce"}]},{"@type":"WebSite","@id":"https:\/\/www.infotech.edu.sg\/blog\/#website","url":"https:\/\/www.infotech.edu.sg\/blog\/","name":"Infotech Academy Blog","description":"IT, Tech &amp; Digital Skills Insights","publisher":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infotech.edu.sg\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infotech.edu.sg\/blog\/#organization","name":"InfoTech Academy","url":"https:\/\/www.infotech.edu.sg\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2024\/06\/infotech_logo.png","contentUrl":"https:\/\/www.infotech.edu.sg\/blog\/wp-content\/uploads\/2024\/06\/infotech_logo.png","width":330,"height":116,"caption":"InfoTech Academy"},"image":{"@id":"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/infotechacademy.sg\/","https:\/\/www.linkedin.com\/company\/infotech-academy-edu","https:\/\/www.instagram.com\/infotechacademy.sg\/"]},{"@type":"Person","@id":"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/person\/9cfa2665579d95f2b75e1874f0dd9029","name":"Ajolin L Robert","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infotech.edu.sg\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/379e92b5a1e2fb0fd8842e021bdcf5237257ad79f95ccfd173abef446f5e9cda?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/379e92b5a1e2fb0fd8842e021bdcf5237257ad79f95ccfd173abef446f5e9cda?s=96&d=mm&r=g","caption":"Ajolin L Robert"},"description":"I\u2019ve always been drawn to the power of writing! As a content writer, I love the challenge of finding the right words to capture the essence of HR, payroll, and accounting software.\u00a0I enjoy breaking down complex concepts, making technical information easy to understand, and helping businesses see the real impact of the right tools.","url":"https:\/\/www.infotech.edu.sg\/blog\/author\/ajolin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/posts\/1190","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/comments?post=1190"}],"version-history":[{"count":9,"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/posts\/1190\/revisions"}],"predecessor-version":[{"id":2494,"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/posts\/1190\/revisions\/2494"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/media\/1191"}],"wp:attachment":[{"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/media?parent=1190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/categories?post=1190"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infotech.edu.sg\/blog\/wp-json\/wp\/v2\/tags?post=1190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}