{"id":357,"date":"2021-02-25T15:04:31","date_gmt":"2021-02-25T14:04:31","guid":{"rendered":"https:\/\/dinkalkulator.no\/?page_id=357"},"modified":"2025-04-13T17:53:47","modified_gmt":"2025-04-13T17:53:47","slug":"bruttofortjeneste","status":"publish","type":"page","link":"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/","title":{"rendered":"Gross Profit Calculator"},"content":{"rendered":"\n<p>Calculate gross profit. Our calculator helps you determine your gross profit in both currency and percentage.<\/p>\n\n\n\n<p>Gross profit is the difference between the cost of goods sold and the selling price. This calculator gives you gross profit in both currency and <a href=\"\/math\/percentage\/\">percentage<\/a>.<\/p>\n\n\n\n<script>\nfunction calculateGrossProfit() {\n    var revenue = parseFloat(document.getElementById(\"revenue\").value.replace(\/,\/g, \".\")).toFixed(4);\n    var cost = parseFloat(document.getElementById(\"cost\").value.replace(\/,\/g, \".\")).toFixed(4);\n\n    var profit = parseFloat(revenue) - parseFloat(cost);\n\n    \/\/ Format profit\n    if (profit % 1 !== 0) {\n        profit = profit.toFixed(4);\n    } else {\n        profit = profit.toFixed();\n    }\n\n    var profitPercent = (profit \/ revenue) * 100;\n\n    if (profitPercent % 1 !== 0) {\n        profitPercent = profitPercent.toFixed(4);\n    } else {\n        profitPercent = profitPercent.toFixed();\n    }\n\n    profit = new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' }).format(profit);\n\n    document.getElementById(\"resultCurrency\").innerHTML = profit;\n    document.getElementById(\"resultPercent\").innerHTML = profitPercent + \" %\";\n\n    document.getElementById(\"resultBox\").style.visibility = \"visible\";\n}\n<\/script>\n\n<label for=\"revenue\">Sales Revenue<\/label><br>\n<input type=\"number\" id=\"revenue\" min=\"0\"><br><br>\n\n<label for=\"cost\">Cost of Goods Sold<\/label><br>\n<input type=\"number\" id=\"cost\" min=\"0\"><br><br>\n\n<input type=\"button\" id=\"calculate\" value=\"Calculate\" onclick=\"calculateGrossProfit()\"><br><br>\n\n<div id=\"resultBox\" style=\"visibility: hidden;\">\n    <span>Gross Profit (Currency):<\/span><br>\n    <span id=\"resultCurrency\" class=\"calculationResult\"><\/span><br><br>\n    <span>Gross Profit (%):<\/span><br>\n    <span id=\"resultPercent\" class=\"calculationResult\"><\/span>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Formula for Gross Profit (Currency)<\/h2>\n\n\n\n<style>\n.frac {\n    display: inline-block;\n    position: relative;\n    vertical-align: middle;\n    letter-spacing: 0.001em;\n    text-align: center;\n}\n.frac > span {\n    display: block;\n    padding: 0.1em;\n}\n.frac span.bottom {\n    border-top: thin solid black;\n}\n.frac span.symbol {\n    display: none;\n}\n<\/style>\n\n<div class=\"formel\">\n  $$\\text{Sales Revenue} &#8211; \\text{Cost of Goods Sold}$$\n<\/div>\n<br><br>\n\n\n\n<h2 class=\"wp-block-heading\">Formula for Gross Profit (%)<\/h2>\n\n\n\n<div class=\"formel\">\n  $$\\frac{\\text{Sales Revenue} &#8211; \\text{Cost of Goods Sold}}{\\text{Sales Revenue}} \\times 100$$\n<\/div>\n<br><br>\n\n","protected":false},"excerpt":{"rendered":"<p>Calculate gross profit. Our calculator helps you determine your gross profit in both currency and percentage. Gross profit is the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":75,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"kalkulator-side.php","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-357","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Gross Profit Calculator - Quick Percent Calculator<\/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:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/\" \/>\n<meta property=\"og:locale\" content=\"da_DK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gross Profit Calculator - Quick Percent Calculator\" \/>\n<meta property=\"og:description\" content=\"Calculate gross profit. Our calculator helps you determine your gross profit in both currency and percentage. Gross profit is the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/\" \/>\n<meta property=\"og:site_name\" content=\"Quick Percent Calculator\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-13T17:53:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimeret l\u00e6setid\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/\",\"url\":\"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/\",\"name\":\"Gross Profit Calculator - Quick Percent Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/quickpercentcalc.com\/da\/#website\"},\"datePublished\":\"2021-02-25T14:04:31+00:00\",\"dateModified\":\"2025-04-13T17:53:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/#breadcrumb\"},\"inLanguage\":\"da-DK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/quickpercentcalc.com\/da\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Business Economics\",\"item\":\"https:\/\/quickpercentcalc.com\/da\/business-economics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Gross Profit Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/quickpercentcalc.com\/da\/#website\",\"url\":\"https:\/\/quickpercentcalc.com\/da\/\",\"name\":\"Quick Percent Calculator\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/quickpercentcalc.com\/da\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"da-DK\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gross Profit Calculator - Quick Percent Calculator","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:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/","og_locale":"da_DK","og_type":"article","og_title":"Gross Profit Calculator - Quick Percent Calculator","og_description":"Calculate gross profit. Our calculator helps you determine your gross profit in both currency and percentage. Gross profit is the [&hellip;]","og_url":"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/","og_site_name":"Quick Percent Calculator","article_modified_time":"2025-04-13T17:53:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimeret l\u00e6setid":"1 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/","url":"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/","name":"Gross Profit Calculator - Quick Percent Calculator","isPartOf":{"@id":"https:\/\/quickpercentcalc.com\/da\/#website"},"datePublished":"2021-02-25T14:04:31+00:00","dateModified":"2025-04-13T17:53:47+00:00","breadcrumb":{"@id":"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/#breadcrumb"},"inLanguage":"da-DK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quickpercentcalc.com\/da\/business-economics\/bruttofortjeneste\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quickpercentcalc.com\/da\/"},{"@type":"ListItem","position":2,"name":"Business Economics","item":"https:\/\/quickpercentcalc.com\/da\/business-economics\/"},{"@type":"ListItem","position":3,"name":"Gross Profit Calculator"}]},{"@type":"WebSite","@id":"https:\/\/quickpercentcalc.com\/da\/#website","url":"https:\/\/quickpercentcalc.com\/da\/","name":"Quick Percent Calculator","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quickpercentcalc.com\/da\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"da-DK"}]}},"_links":{"self":[{"href":"https:\/\/quickpercentcalc.com\/da\/wp-json\/wp\/v2\/pages\/357","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quickpercentcalc.com\/da\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quickpercentcalc.com\/da\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/da\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/da\/wp-json\/wp\/v2\/comments?post=357"}],"version-history":[{"count":2,"href":"https:\/\/quickpercentcalc.com\/da\/wp-json\/wp\/v2\/pages\/357\/revisions"}],"predecessor-version":[{"id":2036,"href":"https:\/\/quickpercentcalc.com\/da\/wp-json\/wp\/v2\/pages\/357\/revisions\/2036"}],"up":[{"embeddable":true,"href":"https:\/\/quickpercentcalc.com\/da\/wp-json\/wp\/v2\/pages\/75"}],"wp:attachment":[{"href":"https:\/\/quickpercentcalc.com\/da\/wp-json\/wp\/v2\/media?parent=357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}