{"id":2337,"date":"2024-02-05T16:10:46","date_gmt":"2024-02-05T08:10:46","guid":{"rendered":"https:\/\/five.co\/?p=2337"},"modified":"2025-08-01T12:36:03","modified_gmt":"2025-08-01T04:36:03","slug":"add-a-calculation-to-your-web-app","status":"publish","type":"post","link":"https:\/\/preview-php85.dzine.org\/five\/blog\/add-a-calculation-to-your-web-app\/","title":{"rendered":"Add a Calculation to Your Web App [Excel to Web App &#8211; Part 2]"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Performing Calculations in Five [Excel to Web App &#8211; Part 2]<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Welcome to part 2 of our five-part <strong>Excel to Web App<\/strong> guide.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this part, we want to add a simple calculation to our web app. In part 1, we learned how to create a form with fields for our end-users. Now it&#8217;s time to let the application do some of the work that Excel would typically do for us: calculate a field. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, let&#8217;s learn how to add and perform calculations with Five!<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"background-color: #001524; border-radius: 10px; padding: 30px; margin: 40px 0; text-align: center; border: 1px solid rgba(248, 185, 43, 0.3);\">\r\n    <h3 style=\"color: #f8b92b; margin-top: 0; font-size: 1.4rem; font-weight: 600; margin-bottom: 15px;\">\r\n        Ready to Convert Your Spreadsheet to a Web App?\r\n    <\/h3>\r\n    <p style=\"color: #f1ebda; font-size: 1.1rem; line-height: 1.6; max-width: 700px; margin: 0 auto 25px;\">\r\n        Transform your Excel files into powerful, secure web applications without the coding headache. Our experts will convert your spreadsheet with:\r\n    <\/p>\r\n    \r\n    <div style=\"display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 25px;\">\r\n        <div style=\"background: rgba(248, 185, 43, 0.15); color: #f8b92b; padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; font-weight: 500;\">\r\n            \u2713 Cloud accessibility\r\n        <\/div>\r\n        <div style=\"background: rgba(248, 185, 43, 0.15); color: #f8b92b; padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; font-weight: 500;\">\r\n            \u2713 Multi-user collaboration\r\n        <\/div>\r\n        <div style=\"background: rgba(248, 185, 43, 0.15); color: #f8b92b; padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; font-weight: 500;\">\r\n            \u2713 Automated data processing\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <a href=\"https:\/\/preview-php85.dzine.org\/five\/services\/spreadsheet-conversion\/\" \r\n       style=\"display: inline-block; background-color: #f8b92b; color: #001524; text-decoration: none; padding: 14px 28px; border-radius: 6px; font-weight: 700; font-size: 1.1rem; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 12px rgba(248, 185, 43, 0.3);\">\r\n       Convert Your Spreadsheet Now \u2192\r\n    <\/a>\r\n    \r\n    <p style=\"color: rgba(241, 235, 218, 0.8); font-size: 0.9rem; margin-top: 20px; margin-bottom: 0;\">\r\n        Free consultation &#038; fixed-price quote\r\n    <\/p>\r\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h4 class=\"wp-block-heading\">Convert Your Spreadsheet Into a Beautiful Web App: Follow Our 5-Part Guide<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">This blog post is part 2 of a 5-part series on converting Excel spreadsheets to web apps. To view the other parts, follow the links here:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/preview-php85.dzine.org\/five\/blog\/excel-to-web-app\/\" target=\"_blank\" rel=\"noreferrer noopener\">Step 1: Excel to Web App &#8211; Creating a Database and Forms<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/preview-php85.dzine.org\/five\/blog\/make-your-application-look-good-themes\/\" target=\"_blank\" rel=\"noreferrer noopener\">Step 3: Excel to Web App &#8211; Adding a Theme<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/preview-php85.dzine.org\/five\/blog\/how-to-make-a-multiuser-app-in-2-steps\/\" target=\"_blank\" rel=\"noreferrer noopener\">Step 4: Excel to Web App &#8211; Adding Logins to Your App<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/preview-php85.dzine.org\/five\/blog\/charts-dashboards\/\" target=\"_blank\" rel=\"noreferrer noopener\">Step 5: Excel to Web App &#8211; Creating Charts and Dashboards<\/a><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Calculating a Field in Five<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When converting an Excel spreadsheet into a web app, <strong>calculations<\/strong> are critical. Let&#8217;s learn how to quickly calculate our <strong>Total <\/strong>field from our <em>Excel to Web App<\/em> sample application.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So far, the <strong>Total <\/strong>field is empty in our database. Let&#8217;s add a simple calculation that makes the total the result of a simple calculation. The total is equal to the multiplication of price and quantity. Makes sense?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s go!<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Adding a Calculation to Your Application<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">1. To add a calculation to your web app, open Five, click on your application, and then on <strong>Manage<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"646\" src=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Manage-1024x646.png\" alt=\"\" class=\"wp-image-2338\" srcset=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Manage-1024x646.png 1024w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Manage-300x189.png 300w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Manage-768x485.png 768w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Manage-1536x969.png 1536w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Manage-2048x1292.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">2. Next, click on <strong>Visual &gt; Forms.<\/strong><br>3. Select your <strong>Inventories<\/strong> form so that you see its details on the right.<br>4. Click on <strong>Pages.<\/strong><br>5. Next, click on <strong>General<\/strong> as shown in the image below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"656\" src=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-1024x656.png\" alt=\"\" class=\"wp-image-2339\" srcset=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-1024x656.png 1024w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-300x192.png 300w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-768x492.png 768w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-1536x984.png 1536w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-2048x1312.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">You&#8217;re almost in the right place to add your calculation. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">5. Next, click on <strong>Fields<\/strong> and then on <strong>Total,<\/strong> as shown here:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"652\" src=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-Fields-Total-1024x652.png\" alt=\"\" class=\"wp-image-2340\" srcset=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-Fields-Total-1024x652.png 1024w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-Fields-Total-300x191.png 300w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-Fields-Total-768x489.png 768w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-Fields-Total-1536x978.png 1536w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Forms-Pages-General-Fields-Total-2048x1304.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">You can now see the details of your <strong>Total <\/strong>form field and add a calculation to it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To add your calculation, click on the form field that says <strong>Default Value.<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Paste the following line of code into the default value field:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>= five.form.Inventories.Price * five.form.Inventories.Quantity<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s what your screen should look like now:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"648\" src=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Adding-a-Formula-in-Default-Value-1024x648.png\" alt=\"\" class=\"wp-image-2341\" srcset=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Adding-a-Formula-in-Default-Value-1024x648.png 1024w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Adding-a-Formula-in-Default-Value-300x190.png 300w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Adding-a-Formula-in-Default-Value-768x486.png 768w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Adding-a-Formula-in-Default-Value-1536x972.png 1536w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Adding-a-Formula-in-Default-Value-2048x1296.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Save by clicking on the <strong>Tick <\/strong>marks on the right.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Testing Your Calculation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now let&#8217;s run the application again and see what happens when we add a new product to our database. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Remember to run and preview your application, you just have to click on the <strong>Run<\/strong> button in the top right corner.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img width=\"1688\" height=\"1074\" src=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2023\/08\/image-24.png\" alt=\"Five.Co - Excel to Web App - Launching the Application\" class=\"wp-image-1464\" srcset=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2023\/08\/image-24.png 1688w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2023\/08\/image-24-300x191.png 300w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2023\/08\/image-24-1024x652.png 1024w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2023\/08\/image-24-768x489.png 768w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2023\/08\/image-24-1536x977.png 1536w\" sizes=\"(max-width: 1688px) 100vw, 1688px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">Now that we have added our calculation to the application, the <strong>Total <\/strong>value will automatically be calculated as the product of quantity and product. Of course, you can add any other calculation to your app and form fields: additions, subtractions, multiplications, divisions, or any other calculation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Try our Total calculation for yourself by adding a new product to your database. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Click the <strong>Plus <\/strong>icon and fill in the product&#8217;s details. Note how the <strong>Total<\/strong> field now automatically calculates the sum of product and quantity. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"651\" src=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculated-Field-1024x651.png\" alt=\"\" class=\"wp-image-2342\" srcset=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculated-Field-1024x651.png 1024w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculated-Field-300x191.png 300w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculated-Field-768x488.png 768w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculated-Field-1536x976.png 1536w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculated-Field-2048x1302.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding Calculations in Five<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Using the default value on a field is just <em>one <\/em>way to add a calculation to Five. When using the default value, we use<em> <\/em><strong>five.form<\/strong> to indicate that we are choosing an element based on this form. This is followed by the form name, in our case <strong>Inventories<\/strong>. Last, we add the field name, i.e. <strong>Product<\/strong> and <strong>Quantity.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are other ways to add calculations to your application: from using SQL to JavaScript functions tied to events. Remember that when using the default value for calculating fields, the correct syntax is five.form.[form_name].[field_name].<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a more detailed guide on calculated fields using functions, <a href=\"https:\/\/preview-php85.dzine.org\/five\/blog\/calculating-field-values-in-five\/\" target=\"_blank\" rel=\"noreferrer noopener\">check out our blog post here<\/a>. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have more questions about calculations, <a href=\"https:\/\/five.org\" rel=\"nofollow noopener\" target=\"_blank\">visit our user community<\/a>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Next Step: Make Your Application Look Good<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In the next step, we will show you <a href=\"https:\/\/preview-php85.dzine.org\/five\/blog\/make-your-application-look-good-themes\/\">how to create and apply a theme to your application<\/a> to make your application look great!<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"finding-help-in-five\">Finding Help in Five<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In case you get stuck during the development process, we&#8217;re here to help! Continue developing your application by accessing these resources:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Five&#8217;s User Community:<\/strong> Visit <a href=\"https:\/\/five.org\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">https:\/\/five.org<\/a> to ask questions or get inspiration from other users.<\/li>\n\n\n\n<li><strong>Five&#8217;s Documentation:<\/strong> Visit <a href=\"http:\/\/help.five.org\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">help.five.org<\/a> to access Five&#8217;s comprehensive documentation.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"fives-in-app-help\">Five&#8217;s In-App Help<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Last, find useful tips for your application development by clicking on Five&#8217;s <strong>in-app help <\/strong>available in the top right corner or on almost any field.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img width=\"1024\" height=\"649\" src=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Finding-Help-1024x649.png\" alt=\"\" class=\"wp-image-2490\" srcset=\"https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Finding-Help-1024x649.png 1024w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Finding-Help-300x190.png 300w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Finding-Help-768x486.png 768w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Finding-Help-1536x973.png 1536w, https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Finding-Help-2048x1297.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\" id=\"get-your-app-online-for-us-29-99-per-month\">Get Your App Online For US$29.99 Per Month<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To deploy your application, sign up for one of our paid plans, starting from US$29.99 per month and application. Your plan includes unlimited end-users and provides you with a custom URL to access the application online.<\/p>\n\n\n\n<div class=\"wp-block-essential-blocks-row alignfull  root-eb-row-c68r7p7\"><div class=\"eb-parent-wrapper eb-parent-eb-row-c68r7p7 \"><div class=\"eb-row-root-container eb-row-c68r7p7\" data-id=\"eb-row-c68r7p7\"><div class=\"eb-row-wrapper\"><div class=\"eb-row-inner\">\n<div class=\"wp-block-essential-blocks-column  root-eb-column-rz023j7\"><div class=\"eb-parent-wrapper eb-parent-eb-column-rz023j7 \"><div class=\"eb-column-wrapper eb-column-rz023j7\"><div class=\"eb-column-inner\">\n<div class=\"wp-block-essential-blocks-infobox  root-eb-infobox-z6mja1c\"><div class=\"eb-parent-wrapper eb-parent-eb-infobox-z6mja1c \"><div class=\"eb-infobox-z6mja1c eb-infobox-wrapper\"><div class=\"infobox-wrapper-inner\"><div class=\"icon-img-wrapper\"><div class=\"eb-icon number-or-icon\"><i icon=\"fas fa-computer\" class=\"fas fa-computer eb-infobox-icon-data-selector\"><\/i><\/div><\/div><div class=\"contents-wrapper\"><h2 class=\"title\">Host Your App Online<\/h2><p class=\"description\">Select one of our hosting packages.<br>Starting from US$29.99 per app and month. <br>Unlimited end-users.<\/p><div class=\"eb-infobox-btn-wrapper\"><a href=\"https:\/\/preview-php85.dzine.org\/five\/order-payment\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"infobox-btn  hvr-grow\">Subscribe Now<\/a><\/div><\/div><\/div><\/div><\/div><\/div>\n<\/div><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-essential-blocks-column  root-eb-column-6duphov\"><div class=\"eb-parent-wrapper eb-parent-eb-column-6duphov \"><div class=\"eb-column-wrapper eb-column-6duphov\"><div class=\"eb-column-inner\">\n<div class=\"wp-block-essential-blocks-infobox  root-eb-infobox-dlosnwr\"><div class=\"eb-parent-wrapper eb-parent-eb-infobox-dlosnwr \"><div class=\"eb-infobox-dlosnwr eb-infobox-wrapper\"><div class=\"infobox-wrapper-inner\"><div class=\"icon-img-wrapper\"><div class=\"eb-icon number-or-icon\"><i icon=\"far fa-lightbulb\" class=\"far fa-lightbulb eb-infobox-icon-data-selector\"><\/i><\/div><\/div><div class=\"contents-wrapper\"><h2 class=\"title\">Free Training<\/h2><p class=\"description\">Go from Excel to web app faster. Join our FREE app development training <\/p><div class=\"eb-infobox-btn-wrapper\"><a href=\"https:\/\/preview-php85.dzine.org\/five\/blog\/free-training\/\" target=\"_self\" rel=\"noopener noreferrer\" class=\"infobox-btn  hvr-grow\">Sign Up Now<\/a><\/div><\/div><\/div><\/div><\/div><\/div>\n<\/div><\/div><\/div><\/div>\n<\/div><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Performing Calculations in Five [Excel to Web App &#8211; Part 2] Welcome to part 2 of our five-part Excel to Web App guide. In this part, we want to add a simple calculation to our web app. In part 1, we learned how to create a form with fields for our end-users. Now it&#8217;s time [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":2343,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_eb_attr":"","_uag_custom_page_level_css":"","footnotes":""},"categories":[21],"tags":[],"class_list":["post-2337","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculating-a-Field.png",640,360,false],"thumbnail":["https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculating-a-Field-150x150.png",150,150,true],"medium":["https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculating-a-Field-300x169.png",300,169,true],"medium_large":["https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculating-a-Field.png",640,360,false],"large":["https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculating-a-Field.png",640,360,false],"1536x1536":["https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculating-a-Field.png",640,360,false],"2048x2048":["https:\/\/preview-php85.dzine.org\/five\/wp-content\/uploads\/2024\/02\/Five.Co-Excel-to-Web-App-Calculating-a-Field.png",640,360,false]},"uagb_author_info":{"display_name":"Dominik Keller","author_link":"https:\/\/preview-php85.dzine.org\/five\/author\/f1v5_ed3_my\/"},"uagb_comment_info":0,"uagb_excerpt":"Performing Calculations in Five [Excel to Web App &#8211; Part 2] Welcome to part 2 of our five-part Excel to Web App guide. In this part, we want to add a simple calculation to our web app. In part 1, we learned how to create a form with fields for our end-users. Now it&#8217;s time&hellip;","_links":{"self":[{"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/posts\/2337","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/comments?post=2337"}],"version-history":[{"count":0,"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/posts\/2337\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/media\/2343"}],"wp:attachment":[{"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/media?parent=2337"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/categories?post=2337"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/preview-php85.dzine.org\/five\/wp-json\/wp\/v2\/tags?post=2337"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}