{"id":472,"date":"2020-05-25T07:28:00","date_gmt":"2020-05-25T04:28:00","guid":{"rendered":"https:\/\/www.dataplatform.gr\/?p=472"},"modified":"2026-02-24T11:20:59","modified_gmt":"2026-02-24T08:20:59","slug":"pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel","status":"publish","type":"post","link":"https:\/\/www.dataplatform.gr\/en\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/","title":{"rendered":"How we can use functions in Microsoft Excel"},"content":{"rendered":"<p>How can we make use of the most useful Microsoft Excel functions? <\/p>\n\n\n\n<p>In this article we will analyze some of the most basic and most useful functions and how to use them correctly. Through the functions we can perform mathematical calculations, combine data and format them. The functions we will analyze are <strong>sum<\/strong> , <strong>if<\/strong> , <strong>count<\/strong>, <strong>iferror<\/strong> and <strong>lookup<\/strong>.<\/p>\n\n\n\n<p>By selecting the button <strong>fx<\/strong> we will be shown the graphical environment where we can find all the functions provided.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"755\" height=\"702\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/1.png\" alt=\"\" class=\"wp-image-476\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/1.png 755w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/1-300x279.png 300w\" sizes=\"auto, (max-width: 755px) 100vw, 755px\" \/><\/figure>\n\n\n\n<p>Let&#039;s start with the simplest.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><strong>Addition (SUM \/ SUMIfs)<\/strong><\/strong><\/h2>\n\n\n\n<p>We can perform addition on a range of cells (<strong>SUM<\/strong>) or to perform addition to a range of cells that meet some criteria.<\/p>\n\n\n\n<p>Example<\/p>\n\n\n\n<p>Adding the text to the cell<strong> =SUM(E2:E8) <\/strong>cell E2 through E8 will be added. If we drag the cell or paste it to another point, it will make a corresponding addition depending on what the cells contain in the column and row where we placed it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"697\" height=\"475\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/2.png\" alt=\"\" class=\"wp-image-477\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/2.png 697w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/2-300x204.png 300w\" sizes=\"auto, (max-width: 697px) 100vw, 697px\" \/><\/figure>\n\n\n\n<p>Yes but we copied the cell from position E9 to F9 and it showed us zero why?<\/p>\n\n\n\n<p>You&#039;ll notice in the previous image that the function has automatically changed to <strong>=<\/strong><strong>SUM<\/strong><strong>(F<\/strong><strong>2:F<\/strong><strong>8)<\/strong>. If we always wanted it to do the operation for cells E2 to E8 we would have to lock it. To lock we add the <strong>$<\/strong> in front of the coordinate we want you not to change, in this particular case it would be enough <strong>=<\/strong><strong>SUM<\/strong><strong>($E<\/strong><strong>2:$E<\/strong><strong>8)<\/strong>, but in order to be able to save the cell in a different column and in a different line, it would be safer to lock it as <strong>=<\/strong><strong>SUM<\/strong><strong>($E<\/strong><strong>$2:$E<\/strong><strong>$8).<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"681\" height=\"468\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/3.png\" alt=\"\" class=\"wp-image-478\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/3.png 681w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/3-300x206.png 300w\" sizes=\"auto, (max-width: 681px) 100vw, 681px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Case<\/strong> <strong>(IFs)<\/strong><\/h2>\n\n\n\n<p>We can add a criterion to display a result in case it meets one condition (IF) or several different ones (Ifs).<\/p>\n\n\n\n<p>Example of Ifs<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">=IFS(C2=\"Stratos\",\"\u0393\u03b9\u03bf\u03c1\u03c4\u03ac\u03b6\u03b5\u03b9 13 \u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5\",C2=\"Maria\",\"\u0393\u03b9\u03bf\u03c1\u03c4\u03ac\u03b6\u03b5\u03b9 15 \u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5\")<\/pre>\n\n\n\n<p>For greater convenience, by selecting the function button, we can complete the criteria with a graphic:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"560\" height=\"351\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/4.png\" alt=\"\" class=\"wp-image-479\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/4.png 560w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/4-300x188.png 300w\" sizes=\"auto, (max-width: 560px) 100vw, 560px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"737\" height=\"408\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/5.png\" alt=\"\" class=\"wp-image-480\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/5.png 737w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/5-300x166.png 300w\" sizes=\"auto, (max-width: 737px) 100vw, 737px\" \/><\/figure>\n\n\n\n<p>But we see something <strong>#<\/strong><strong>N<\/strong><strong>\/A<\/strong><strong> <\/strong>what are these;<\/p>\n\n\n\n<p>#N\/A means not available and it means that no data was found with these criteria, the solution is in the next function.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>If you find an error (IFERROR)<\/strong><\/h2>\n\n\n\n<p>We can combine the IFERROR function to eliminate error messages such as #N\/A with other functions that may be contained within it.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">=IFERROR(IFS(C2=\"Stratos\",\"\u0393\u03b9\u03bf\u03c1\u03c4\u03ac\u03b6\u03b5\u03b9 13 \u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5\",C2=\"Maria\",\"\u0393\u03b9\u03bf\u03c1\u03c4\u03ac\u03b6\u03b5\u03b9 15 \u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5\"),\"\")<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"510\" height=\"269\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/6.png\" alt=\"\" class=\"wp-image-482\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/6.png 510w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/6-300x158.png 300w\" sizes=\"auto, (max-width: 510px) 100vw, 510px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"891\" height=\"422\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/7.png\" alt=\"\" class=\"wp-image-483\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/7.png 891w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/7-300x142.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/7-768x364.png 768w\" sizes=\"auto, (max-width: 891px) 100vw, 891px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><strong>Count (Count \/ CountIfs)<\/strong><\/strong><\/h2>\n\n\n\n<p>With the count function we can count the number of records (Count) or the number of records that meet specific CountIfs criteria.<\/p>\n\n\n\n<p>Example.<\/p>\n\n\n\n<p>We want to count how many records have the name Stratos.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">=COUNTIF(C2:C8,\"Stratos\")<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"648\" height=\"529\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/8.png\" alt=\"\" class=\"wp-image-484\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/8.png 648w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/8-300x245.png 300w\" sizes=\"auto, (max-width: 648px) 100vw, 648px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Find Values (VLOOKUP<\/strong><strong>)<\/strong><\/h2>\n\n\n\n<p>One of the most must functions, with the <strong>vlookup<\/strong> we can associate data by bringing information that may be on the same sheet or different as even in a different Excel file.<\/p>\n\n\n\n<p>Example.<\/p>\n\n\n\n<p>We want to use the &quot;Product Code&quot; to fetch its name from the &quot;Products&quot; sheet.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"686\" height=\"848\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/9.png\" alt=\"\" class=\"wp-image-485\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/9.png 686w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/9-243x300.png 243w\" sizes=\"auto, (max-width: 686px) 100vw, 686px\" \/><\/figure>\n\n\n\n<p>Calling the function we should declare it <strong>Sheet<\/strong>(sheet) where the data is located (along with an exclamation point &quot;!&quot;), the field that will be the criterion and the table that has the values we want to fetch. At this point we must pay attention to <strong>Table_array<\/strong> the initial column should be the field we use as a key and the information we want to bring should be next. In this example the key is in the Products tab in column A and the name information in B (second column), so in the field <strong>col_index_num<\/strong> we will declare 2 that we want the second column (if we wanted the cost we would put 3 etc.). End of <strong>Range_lookup<\/strong> we put false so that it will bring us only if it finds its exact value.<\/p>\n\n\n\n<p>(in this particular case because we want to drag the field down and apply it separately for each line we should not lock the fields with $)<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">=VLOOKUP(Sales!B2,Products!A:C,2,FALSE)<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"590\" height=\"328\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/10.png\" alt=\"\" class=\"wp-image-486\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/10.png 590w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/10-300x167.png 300w\" sizes=\"auto, (max-width: 590px) 100vw, 590px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"761\" height=\"415\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/11.png\" alt=\"\" class=\"wp-image-487\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/11.png 761w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/11-300x164.png 300w\" sizes=\"auto, (max-width: 761px) 100vw, 761px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">In closing, let me give you a tip<\/h4>\n\n\n\n<p>In an old interview I was given a test on Excel functions, although I had completed all of them, some did not give me the result and I was at a loss to understand why.<\/p>\n\n\n\n<p>It can be seen in the example that I have filled in the function that we had put in cell E9, but it doesn&#039;t work, why?<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"886\" height=\"418\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/12.png\" alt=\"\" class=\"wp-image-488\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/12.png 886w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/12-300x142.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/12-768x362.png 768w\" sizes=\"auto, (max-width: 886px) 100vw, 886px\" \/><\/figure>\n\n\n\n<p>The problem lies in the type of the field. In order for a function to be executed, it must have a type field <strong>General<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"865\" height=\"456\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/13.png\" alt=\"\" class=\"wp-image-489\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/13.png 865w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/13-300x158.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/05\/13-768x405.png 768w\" sizes=\"auto, (max-width: 865px) 100vw, 865px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Sources:<\/h2>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/support.office.com\/en-us\/article\/excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188\" target=\"_blank\" rel=\"noreferrer noopener\">Support Office Excel Functions<\/a><\/li>\n<\/ul>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>How can we make use of the most useful Microsoft Excel functions? In this article we will analyze some of the most basic and most useful functions and how to use them correctly. Through the functions we can perform mathematical calculations, combine data and format them. The functions that will [...]<\/p>","protected":false},"author":1,"featured_media":693,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,17],"tags":[24,43,23,38],"class_list":["post-472","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-business-intelligence","category-ms-excel","tag-data-analysis","tag-microsoft-excel","tag-microsoft","tag-office-365"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel - DataPlatform.gr<\/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:\/\/www.dataplatform.gr\/en\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel - DataPlatform.gr\" \/>\n<meta property=\"og:description\" content=\"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c0\u03b9\u03bf \u03c7\u03c1\u03ae\u03c3\u03b9\u03bc\u03c9\u03bd Microsoft Excel functions; \u03a3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b8\u03b1 \u03b1\u03bd\u03b1\u03bb\u03cd\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c0\u03cc \u03c4\u03b9\u03c2 \u03c0\u03b9\u03bf \u03b2\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03c7\u03c1\u03ae\u03c3\u03b9\u03bc\u03b5\u03c2 function \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf \u03c0\u03bf\u03c5 \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03c3\u03c9\u03c3\u03c4\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5\u03c2. \u00a0\u039c\u03ad\u03c3\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b9\u03c2 functions \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2, \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03c5\u03ac\u03c3\u03bf\u03c5\u03bc\u03b5 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03b1 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 .\u039f\u03b9 functions \u03c0\u03bf\u03c5 \u03b8\u03b1 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dataplatform.gr\/en\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/\" \/>\n<meta property=\"og:site_name\" content=\"DataPlatform.gr\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dataplatform.gr\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-25T04:28:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-24T08:20:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_excel.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stratos Matzouranis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stratos Matzouranis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/\"},\"author\":{\"name\":\"Stratos Matzouranis\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\"},\"headline\":\"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel\",\"datePublished\":\"2020-05-25T04:28:00+00:00\",\"dateModified\":\"2026-02-24T08:20:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/\"},\"wordCount\":96,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_excel.png\",\"keywords\":[\"Data Analysis\",\"Excel\",\"Microsoft\",\"Office 365\"],\"articleSection\":[\"Business Intelligence\",\"Microsoft Excel\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/\",\"name\":\"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel - DataPlatform.gr\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_excel.png\",\"datePublished\":\"2020-05-25T04:28:00+00:00\",\"dateModified\":\"2026-02-24T08:20:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_excel.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_excel.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Business Intelligence\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/business-intelligence\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Microsoft Excel\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/business-intelligence\\\/ms-excel\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"name\":\"dataplatform.gr - Sky is not the limit!\",\"description\":\"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dataplatform.gr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\",\"name\":\"dataplatform.gr\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"width\":322,\"height\":139,\"caption\":\"dataplatform.gr\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/dataplatform.gr\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/dataplatform-gr\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\",\"name\":\"Stratos Matzouranis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"caption\":\"Stratos Matzouranis\"},\"sameAs\":[\"https:\\\/\\\/www.dataplatform.gr\"],\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/en\\\/author\\\/stratos-matzouranis\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel - DataPlatform.gr","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.dataplatform.gr\/en\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/","og_locale":"en_US","og_type":"article","og_title":"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel - DataPlatform.gr","og_description":"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c0\u03b9\u03bf \u03c7\u03c1\u03ae\u03c3\u03b9\u03bc\u03c9\u03bd Microsoft Excel functions; \u03a3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b8\u03b1 \u03b1\u03bd\u03b1\u03bb\u03cd\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c0\u03cc \u03c4\u03b9\u03c2 \u03c0\u03b9\u03bf \u03b2\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03c7\u03c1\u03ae\u03c3\u03b9\u03bc\u03b5\u03c2 function \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf \u03c0\u03bf\u03c5 \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03c3\u03c9\u03c3\u03c4\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03bf\u03c5\u03c2. \u00a0\u039c\u03ad\u03c3\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b9\u03c2 functions \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2, \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03c5\u03ac\u03c3\u03bf\u03c5\u03bc\u03b5 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03b1 \u03bc\u03bf\u03c1\u03c6\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03bf\u03c5\u03bc\u03b5 .\u039f\u03b9 functions \u03c0\u03bf\u03c5 \u03b8\u03b1 [&hellip;]","og_url":"https:\/\/www.dataplatform.gr\/en\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/","og_site_name":"DataPlatform.gr","article_publisher":"https:\/\/www.facebook.com\/dataplatform.gr\/","article_published_time":"2020-05-25T04:28:00+00:00","article_modified_time":"2026-02-24T08:20:59+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_excel.png","type":"image\/png"}],"author":"Stratos Matzouranis","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Stratos Matzouranis","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/#article","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/"},"author":{"name":"Stratos Matzouranis","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf"},"headline":"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel","datePublished":"2020-05-25T04:28:00+00:00","dateModified":"2026-02-24T08:20:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/"},"wordCount":96,"commentCount":1,"publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"image":{"@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_excel.png","keywords":["Data Analysis","Excel","Microsoft","Office 365"],"articleSection":["Business Intelligence","Microsoft Excel"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/","url":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/","name":"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel - DataPlatform.gr","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/#primaryimage"},"image":{"@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_excel.png","datePublished":"2020-05-25T04:28:00+00:00","dateModified":"2026-02-24T08:20:59+00:00","breadcrumb":{"@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/#primaryimage","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_excel.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_excel.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.dataplatform.gr\/pos-mporoyme-na-kanoyme-chrisi-functions-sto-microsoft-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/www.dataplatform.gr\/"},{"@type":"ListItem","position":2,"name":"Business Intelligence","item":"https:\/\/www.dataplatform.gr\/category\/business-intelligence\/"},{"@type":"ListItem","position":3,"name":"Microsoft Excel","item":"https:\/\/www.dataplatform.gr\/category\/business-intelligence\/ms-excel\/"},{"@type":"ListItem","position":4,"name":"\u03a0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 functions \u03c3\u03c4\u03bf Microsoft Excel"}]},{"@type":"WebSite","@id":"https:\/\/www.dataplatform.gr\/#website","url":"https:\/\/www.dataplatform.gr\/","name":"dataplatform.gr - Sky is not the limit!","description":"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.","publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dataplatform.gr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dataplatform.gr\/#organization","name":"dataplatform.gr","url":"https:\/\/www.dataplatform.gr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","width":322,"height":139,"caption":"dataplatform.gr"},"image":{"@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dataplatform.gr\/","https:\/\/www.linkedin.com\/company\/dataplatform-gr\/"]},{"@type":"Person","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf","name":"Stratos Matzouranis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","caption":"Stratos Matzouranis"},"sameAs":["https:\/\/www.dataplatform.gr"],"url":"https:\/\/www.dataplatform.gr\/en\/author\/stratos-matzouranis\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/comments?post=472"}],"version-history":[{"count":4,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/472\/revisions"}],"predecessor-version":[{"id":5979,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/472\/revisions\/5979"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media\/693"}],"wp:attachment":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media?parent=472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/categories?post=472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/tags?post=472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}