{"id":73442,"date":"2023-09-03T06:00:00","date_gmt":"2023-09-03T10:00:00","guid":{"rendered":"https:\/\/helpdeskgeek.com\/?p=73442"},"modified":"2025-01-31T16:04:09","modified_gmt":"2025-01-31T21:04:09","slug":"how-to-calculate-mean-squared-error-mse-in-microsoft-excel","status":"publish","type":"post","link":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/","title":{"rendered":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel"},"content":{"rendered":"\n<p>In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\u2019s often used to assess the accuracy of a model that\u2019s used to predict future values.\n<\/p>\n\n\n\n<p>In this tutorial, we\u2019ll explain what MSE is in more detail and then show you how to calculate MSE in Excel.\n<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/math.jpeg\" data-lasso-id=\"44548\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/math.jpeg\" alt=\"\" class=\"wp-image-73443\" srcset=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/math.jpeg 1200w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/math-300x200.jpeg 300w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/math-1024x683.jpeg 1024w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/math-768x512.jpeg 768w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/math-610x407.jpeg 610w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/math-75x50.jpeg 75w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">What Is Mean Squared Error?\n<\/h2>\n\n\n\n<p>The mean squared error (MSE) is a calculation that measures the average squared difference between estimated and actual values in a dataset. In other words, it estimates the amount of error in a statistical model. For the statistics geeks out there, it calculates how closely a regression line fits a set of data points.\n<\/p>\n\n\n\n<p>For example, say you have a model that predicts the value of sales you\u2019ll receive as a software company over a year. At the end of the year, you plug in the actual sales values that you generated. You can then calculate the MSE to see how well your model predicted the outcome.\n<\/p>\n\n\n\n<p>MSE is calculated by taking the average of the squared differences between the predicted and actual values of the target variable.\n<\/p>\n\n\n\n<p>The MSE formula looks like this:\n<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-2-compressed.png\" data-lasso-id=\"44537\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-2-compressed.png\" alt=\"\" class=\"wp-image-73434\" srcset=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-2-compressed.png 1024w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-2-compressed-300x169.png 300w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-2-compressed-768x432.png 768w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-2-compressed-610x343.png 610w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-2-compressed-80x45.png 80w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p>Where:\n<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li><span style=\"font-weight:bold\">\u03a3 <\/span>means the sum of values;\n<\/li>\n\n\n\n<li><span style=\"font-weight:bold\">n <\/span>is the sample size or number of observations;\n<\/li>\n\n\n\n<li><span style=\"font-weight:bold\">Y<\/span><span style=\"font-weight:bold\">i<\/span><span style=\"font-weight:bold\"> <\/span>are the observed values, and;\n<\/li>\n\n\n\n<li><span style=\"font-weight:bold\">\u0176<\/span><span style=\"font-weight:bold\">i<\/span><span style=\"font-weight:bold\"> <\/span>are the predicted values.\n<\/li>\n<\/ol>\n\n\n\n<p>A lower error value indicates that the model has a smaller standard error and is better at predicting the target variable. MSE is widely used in statistical regression and data analysis and can be helpful in comparing different models or tuning parameters to improve the accuracy of predictions.\n<\/p>\n\n\n\n<p>This looks confusing, but it isn\u2019t too hard to follow when we break it down in the following sections. \n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Calculate Mean Squared Error in Microsoft Excel\n<\/h2>\n\n\n\n<p>There are two main ways you can calculate MSE in Microsoft Excel: the SUMSQ function, the <a target=\"_blank\" data-type=\"URL\" href=\"https:\/\/helpdeskgeek.com\/how-to-find-and-calculate-mean-in-microsoft-excel\/\" rel=\"noopener\" data-lasso-id=\"44538\">AVERAGE function<\/a>, and the MSE formula. We\u2019ll use the example below to show you how to calculate MSE using each of these functions:\n<\/p>\n\n\n\n<p>In this simplified example, we\u2019ll look at fictional sales values for each month (Column A). The estimated values are represented in Column B and the actual values in Column C.\n<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-3-compressed.png\" data-lasso-id=\"44539\"><img loading=\"lazy\" decoding=\"async\" width=\"1023\" height=\"450\" src=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-3-compressed.png\" alt=\"\" class=\"wp-image-73435\" srcset=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-3-compressed.png 1023w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-3-compressed-300x132.png 300w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-3-compressed-768x338.png 768w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-3-compressed-610x268.png 610w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-3-compressed-80x35.png 80w\" sizes=\"auto, (max-width: 1023px) 100vw, 1023px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Calculate MSE Using the SUMSQ Function\n<\/h4>\n\n\n\n<p>The SUMSQ function in Excel is used to calculate the sum of the squares of numbers in a range. Here\u2019s how to use it to calculate MSE:\n<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>Create a new column in Column D called \u201c<span style=\"font-weight:bold\">Difference<\/span>\u201d. This will represent the difference between the expected and actual values.\n<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-4-compressed.png\" data-lasso-id=\"44540\"><img loading=\"lazy\" decoding=\"async\" width=\"1021\" height=\"452\" src=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-4-compressed.png\" alt=\"\" class=\"wp-image-73436\" srcset=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-4-compressed.png 1021w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-4-compressed-300x133.png 300w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-4-compressed-768x340.png 768w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-4-compressed-610x270.png 610w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-4-compressed-80x35.png 80w\" sizes=\"auto, (max-width: 1021px) 100vw, 1021px\" \/><\/a><\/figure>\n<\/div>\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Use the formula \u201cC2-B2\u201d to calculate the difference for the data points in each row. \n<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-5-compressed.png\" data-lasso-id=\"44541\"><img loading=\"lazy\" decoding=\"async\" width=\"1023\" height=\"457\" src=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-5-compressed.png\" alt=\"\" class=\"wp-image-73437\" srcset=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-5-compressed.png 1023w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-5-compressed-300x134.png 300w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-5-compressed-768x343.png 768w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-5-compressed-610x273.png 610w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-5-compressed-80x36.png 80w\" sizes=\"auto, (max-width: 1023px) 100vw, 1023px\" \/><\/a><\/figure>\n<\/div>\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Select a new cell and type the following syntax: \u201c=SUMSQ(D2:D13\/COUNT(D2:D13)\u201d. Replace the cells in the formula with the correct cells from your Excel spreadsheet. The final result in this cell is your MSE.\n<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-6-compressed.png\" data-lasso-id=\"44542\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"452\" src=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-6-compressed.png\" alt=\"\" class=\"wp-image-73438\" srcset=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-6-compressed.png 1024w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-6-compressed-300x132.png 300w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-6-compressed-768x339.png 768w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-6-compressed-610x269.png 610w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-6-compressed-80x35.png 80w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Calculate MSE Using the AVERAGE Function\n<\/h4>\n\n\n\n<p>The AVERAGE function in MS Excel is used to calculate the average of a range of numbers. This method returns the same result as the SUMSQ function, but each step is performed manually.\n<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>Perform Steps 1 and 2 described in the SUMSQ method. This will return the differences between the forecasted values and actual data.\n<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-7-compressed.png\" data-lasso-id=\"44543\"><img loading=\"lazy\" decoding=\"async\" width=\"1021\" height=\"452\" src=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-7-compressed.png\" alt=\"\" class=\"wp-image-73439\" srcset=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-7-compressed.png 1021w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-7-compressed-300x133.png 300w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-7-compressed-768x340.png 768w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-7-compressed-610x270.png 610w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-7-compressed-80x35.png 80w\" sizes=\"auto, (max-width: 1021px) 100vw, 1021px\" \/><\/a><\/figure>\n<\/div>\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Name Column E \u201c<span style=\"font-weight:bold\">Square of Differences<\/span>\u201d, then use the formula \u201c=D2^2\u201d to calculate the square of the difference of each value in Column D.\n<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-8-compressed.png\" data-lasso-id=\"44544\"><img loading=\"lazy\" decoding=\"async\" width=\"1023\" height=\"453\" src=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-8-compressed.png\" alt=\"\" class=\"wp-image-73440\" srcset=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-8-compressed.png 1023w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-8-compressed-300x133.png 300w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-8-compressed-768x340.png 768w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-8-compressed-610x270.png 610w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-8-compressed-80x35.png 80w\" sizes=\"auto, (max-width: 1023px) 100vw, 1023px\" \/><\/a><\/figure>\n<\/div>\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Select a new cell and calculate the average value of Column E. This will return the mean of the squared values that you previously calculated. To do so, type \u201c=AVERAGE(E2:E12)\u201d and press <span style=\"font-weight:bold\">Enter<\/span>. Make sure to replace the cells with the cells you used in your <a target=\"_blank\" data-type=\"URL\" href=\"https:\/\/helpdeskgeek.com\/how-to-make-a-copy-of-an-excel-worksheet-or-workbook\/\" rel=\"noopener\" data-lasso-id=\"44545\">worksheet<\/a>. The resulting data value is your MSE.\n<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-9-compressed.png\" data-lasso-id=\"44546\"><img loading=\"lazy\" decoding=\"async\" width=\"1023\" height=\"456\" src=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-9-compressed.png\" alt=\"\" class=\"wp-image-73441\" srcset=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-9-compressed.png 1023w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-9-compressed-300x134.png 300w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-9-compressed-768x342.png 768w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-9-compressed-610x272.png 610w, https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel-9-compressed-80x36.png 80w\" sizes=\"auto, (max-width: 1023px) 100vw, 1023px\" \/><\/a><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Statistical Analysis in Microsoft Excel\n<\/h2>\n\n\n\n<p>Microsoft Excel has long been one of the most powerful tools for data analysis. Hopefully, with this tutorial, you can now use Excel to calculate MSE easily. And, since they\u2019re so similar, you should be able to perform the same calculations in <a target=\"_blank\" data-type=\"URL\" href=\"https:\/\/helpdeskgeek.com\/google-sheets-vs-microsoft-excel-what-are-the-differences\/\" rel=\"noopener\" data-lasso-id=\"44547\">Google Sheets<\/a>. \n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\u2019s often used to assess the accuracy of a [&hellip;]<\/p>\n","protected":false},"author":57,"featured_media":73432,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[24],"tags":[10391,10442],"class_list":{"0":"post-73442","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-how-to","8":"tag-microsoft-excel","9":"tag-microsoft-office"},"acf":[],"aioseo_notices":[],"featured_image_src":"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg","author_info":{"display_name":"Jake Harfield","author_link":"https:\/\/helpdeskgeek.com\/author\/jharfield\/"},"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\u2019s often used to assess the accuracy of a model that\u2019s used to predict future values. In this tutorial, we\u2019ll explain what MSE is in more detail and then show you how to calculate\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Jake Harfield\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Help Desk Geek - Tech Tips from Trusted Tech Experts\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Calculate Mean Squared Error (MSE) in Microsoft Excel\" \/>\n\t\t<meta property=\"og:description\" content=\"In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\u2019s often used to assess the accuracy of a model that\u2019s used to predict future values. In this tutorial, we\u2019ll explain what MSE is in more detail and then show you how to calculate\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-09-03T10:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-01-31T21:04:09+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/helpdeskgeek\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@helpdeskgeek\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Calculate Mean Squared Error (MSE) in Microsoft Excel\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\u2019s often used to assess the accuracy of a model that\u2019s used to predict future values. In this tutorial, we\u2019ll explain what MSE is in more detail and then show you how to calculate\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@helpdeskgeek\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#blogposting\",\"name\":\"How to Calculate Mean Squared Error (MSE) in Microsoft Excel\",\"headline\":\"How to Calculate Mean Squared Error (MSE) in Microsoft Excel\",\"author\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/author\\\/jharfield\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/helpdeskgeek.com\\\/wp-content\\\/pictures\\\/2023\\\/09\\\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg\",\"width\":1200,\"height\":900,\"caption\":\"A person analyzing stock market data on a computer screen, highlighting image.\"},\"datePublished\":\"2023-09-03T06:00:00-04:00\",\"dateModified\":\"2025-01-31T16:04:09-05:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#webpage\"},\"articleSection\":\"How-To, Microsoft Excel, Microsoft Office\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/helpdeskgeek.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/category\\\/how-to\\\/#listItem\",\"name\":\"How-To\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/category\\\/how-to\\\/#listItem\",\"position\":2,\"name\":\"How-To\",\"item\":\"https:\\\/\\\/helpdeskgeek.com\\\/category\\\/how-to\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#listItem\",\"name\":\"How to Calculate Mean Squared Error (MSE) in Microsoft Excel\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#listItem\",\"position\":3,\"name\":\"How to Calculate Mean Squared Error (MSE) in Microsoft Excel\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/category\\\/how-to\\\/#listItem\",\"name\":\"How-To\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/#organization\",\"name\":\"Help Desk Geek\",\"description\":\"Tech Tips from Trusted Tech Experts\",\"url\":\"https:\\\/\\\/helpdeskgeek.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/helpdeskgeek.com\\\/wp-content\\\/pictures\\\/2024\\\/02\\\/Help-Source-Files.jpg\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#organizationLogo\",\"width\":912,\"height\":814},\"image\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/helpdeskgeek\",\"https:\\\/\\\/twitter.com\\\/helpdeskgeek\",\"https:\\\/\\\/www.instagram.com\\\/helpdeskgeek\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/helpdeskgeek\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/author\\\/jharfield\\\/#author\",\"url\":\"https:\\\/\\\/helpdeskgeek.com\\\/author\\\/jharfield\\\/\",\"name\":\"Jake Harfield\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3a9bae981116dc911034ef47e17948013402dcbd45b89a49015368e512c004f8?s=96&d=blank&r=g\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#webpage\",\"url\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/\",\"name\":\"How to Calculate Mean Squared Error (MSE) in Microsoft Excel\",\"description\":\"In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\\u2019s often used to assess the accuracy of a model that\\u2019s used to predict future values. In this tutorial, we\\u2019ll explain what MSE is in more detail and then show you how to calculate\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/author\\\/jharfield\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/author\\\/jharfield\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/helpdeskgeek.com\\\/wp-content\\\/pictures\\\/2023\\\/09\\\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#mainImage\",\"width\":1200,\"height\":900,\"caption\":\"A person analyzing stock market data on a computer screen, highlighting image.\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\\\/#mainImage\"},\"datePublished\":\"2023-09-03T06:00:00-04:00\",\"dateModified\":\"2025-01-31T16:04:09-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/#website\",\"url\":\"https:\\\/\\\/helpdeskgeek.com\\\/\",\"name\":\"Help Desk Geek\",\"description\":\"Tech Tips from Trusted Tech Experts\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/helpdeskgeek.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>How to Calculate Mean Squared Error (MSE) in Microsoft Excel<\/title>\n\n","aioseo_head_json":{"title":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel","description":"In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\u2019s often used to assess the accuracy of a model that\u2019s used to predict future values. In this tutorial, we\u2019ll explain what MSE is in more detail and then show you how to calculate","canonical_url":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#blogposting","name":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel","headline":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel","author":{"@id":"https:\/\/helpdeskgeek.com\/author\/jharfield\/#author"},"publisher":{"@id":"https:\/\/helpdeskgeek.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg","width":1200,"height":900,"caption":"A person analyzing stock market data on a computer screen, highlighting image."},"datePublished":"2023-09-03T06:00:00-04:00","dateModified":"2025-01-31T16:04:09-05:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#webpage"},"isPartOf":{"@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#webpage"},"articleSection":"How-To, Microsoft Excel, Microsoft Office"},{"@type":"BreadcrumbList","@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/helpdeskgeek.com#listItem","position":1,"name":"Home","item":"https:\/\/helpdeskgeek.com","nextItem":{"@type":"ListItem","@id":"https:\/\/helpdeskgeek.com\/category\/how-to\/#listItem","name":"How-To"}},{"@type":"ListItem","@id":"https:\/\/helpdeskgeek.com\/category\/how-to\/#listItem","position":2,"name":"How-To","item":"https:\/\/helpdeskgeek.com\/category\/how-to\/","nextItem":{"@type":"ListItem","@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#listItem","name":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel"},"previousItem":{"@type":"ListItem","@id":"https:\/\/helpdeskgeek.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#listItem","position":3,"name":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel","previousItem":{"@type":"ListItem","@id":"https:\/\/helpdeskgeek.com\/category\/how-to\/#listItem","name":"How-To"}}]},{"@type":"Organization","@id":"https:\/\/helpdeskgeek.com\/#organization","name":"Help Desk Geek","description":"Tech Tips from Trusted Tech Experts","url":"https:\/\/helpdeskgeek.com\/","logo":{"@type":"ImageObject","url":"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2024\/02\/Help-Source-Files.jpg","@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#organizationLogo","width":912,"height":814},"image":{"@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/helpdeskgeek","https:\/\/twitter.com\/helpdeskgeek","https:\/\/www.instagram.com\/helpdeskgeek\/","https:\/\/www.linkedin.com\/company\/helpdeskgeek"]},{"@type":"Person","@id":"https:\/\/helpdeskgeek.com\/author\/jharfield\/#author","url":"https:\/\/helpdeskgeek.com\/author\/jharfield\/","name":"Jake Harfield","image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/3a9bae981116dc911034ef47e17948013402dcbd45b89a49015368e512c004f8?s=96&d=blank&r=g"}},{"@type":"WebPage","@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#webpage","url":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/","name":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel","description":"In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\u2019s often used to assess the accuracy of a model that\u2019s used to predict future values. In this tutorial, we\u2019ll explain what MSE is in more detail and then show you how to calculate","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/helpdeskgeek.com\/#website"},"breadcrumb":{"@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#breadcrumblist"},"author":{"@id":"https:\/\/helpdeskgeek.com\/author\/jharfield\/#author"},"creator":{"@id":"https:\/\/helpdeskgeek.com\/author\/jharfield\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg","@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#mainImage","width":1200,"height":900,"caption":"A person analyzing stock market data on a computer screen, highlighting image."},"primaryImageOfPage":{"@id":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/#mainImage"},"datePublished":"2023-09-03T06:00:00-04:00","dateModified":"2025-01-31T16:04:09-05:00"},{"@type":"WebSite","@id":"https:\/\/helpdeskgeek.com\/#website","url":"https:\/\/helpdeskgeek.com\/","name":"Help Desk Geek","description":"Tech Tips from Trusted Tech Experts","inLanguage":"en-US","publisher":{"@id":"https:\/\/helpdeskgeek.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Help Desk Geek - Tech Tips from Trusted Tech Experts","og:type":"article","og:title":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel","og:description":"In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\u2019s often used to assess the accuracy of a model that\u2019s used to predict future values. In this tutorial, we\u2019ll explain what MSE is in more detail and then show you how to calculate","og:url":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/","og:image":"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg","og:image:secure_url":"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg","og:image:width":1200,"og:image:height":900,"article:published_time":"2023-09-03T10:00:00+00:00","article:modified_time":"2025-01-31T21:04:09+00:00","article:publisher":"https:\/\/www.facebook.com\/helpdeskgeek","twitter:card":"summary_large_image","twitter:site":"@helpdeskgeek","twitter:title":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel","twitter:description":"In statistics, the mean squared error (MSE) is an important metric that measures the amount of error in a statistical model. It\u2019s often used to assess the accuracy of a model that\u2019s used to predict future values. In this tutorial, we\u2019ll explain what MSE is in more detail and then show you how to calculate","twitter:creator":"@helpdeskgeek","twitter:image":"https:\/\/helpdeskgeek.com\/wp-content\/pictures\/2023\/09\/preview-media-how-to-calculate-mean-squared-error-mse-in-microsoft-excel-1.jpeg"},"aioseo_meta_data":{"post_id":"73442","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2024-02-07 04:33:28","updated":"2025-01-31 21:07:39"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/helpdeskgeek.com\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/helpdeskgeek.com\/category\/how-to\/\" title=\"How-To\">How-To<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tHow to Calculate Mean Squared Error (MSE) in Microsoft Excel\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/helpdeskgeek.com"},{"label":"How-To","link":"https:\/\/helpdeskgeek.com\/category\/how-to\/"},{"label":"How to Calculate Mean Squared Error (MSE) in Microsoft Excel","link":"https:\/\/helpdeskgeek.com\/how-to-calculate-mean-squared-error-mse-in-microsoft-excel\/"}],"_links":{"self":[{"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/posts\/73442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/users\/57"}],"replies":[{"embeddable":true,"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/comments?post=73442"}],"version-history":[{"count":1,"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/posts\/73442\/revisions"}],"predecessor-version":[{"id":73444,"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/posts\/73442\/revisions\/73444"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/media\/73432"}],"wp:attachment":[{"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/media?parent=73442"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/categories?post=73442"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/helpdeskgeek.com\/wp-json\/wp\/v2\/tags?post=73442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}