SpreadsheetWeb blog

Practical thinking for spreadsheet-powered teams

Deep guides on Excel, Google Sheets, web applications, product workflows, and the quiet technical traps worth knowing about.

Page 45 of 55 · 1312 articles

Adam · Nov 29, 2018

College Savings Calculator

This college savings calculator will tell you exactly what amount you need to put aside when you enter your kid’s details.

Ugur · Nov 29, 2018

Developing a Life Insurance Quoting Software with SpreadsheetWeb

Life Insurance Quoting Software development is challenging task. SpreadsheetWeb makes it easy by eliminating coding.

Inserting PandaDoc Electronic Signature to Word Documents in SpreadsheetWeb Applications
Adam · Nov 28, 2018

Inserting PandaDoc Electronic Signature into Word Documents Used in SpreadsheetWeb Applications

This tutorial explains how you can embed electronic signatures into those documents using PandaDoc electronic signature REST API.

Insert Adobe Electronic Signature to Word Documents in SpreadsheetWeb Applications
Adam · Nov 28, 2018

Inserting Adobe Sign Electronic Signature into Word Documents Used in SpreadsheetWeb Applications

This tutorial explains how you can embed electronic signatures into those documents using Adobe Sign electronic signature REST API.

Inserting DocuSign Electronic Signature into Word Documents Used in SpreadsheetWeb Applications
Adam · Nov 28, 2018

Inserting DocuSign Electronic Signature into Word Documents Used in SpreadsheetWeb Applications

This tutorial explains how you can embed electronic signatures into those documents using DocuSign electronic signature REST API.

MID Example 1
Ilker · Nov 26, 2018

Function: MID

In this guide, we’re going to show you how to use the Excel MID function and also go over some tips and error handling methods.

Function: RIGHT
Ilker · Nov 26, 2018

Excel Function: RIGHT

In this guide, we’re going to show you how to use the Excel RIGHT function and also go over some tips and error handling methods.

Excel Left Function
Ilker · Nov 26, 2018

Function: LEFT in Excel

In this guide, we’re going to show you how to use the Excel LEFT function and also go over some tips and error handling methods.

How to delete all comments in Excel using VBA
Ilker · Nov 26, 2018

How to delete all comments in Excel using VBA

Excel, just like other Office products, supports comments. Let us show you how to delete all comments in Excel using VBA.

Ugur · Nov 21, 2018

Actuarial Models in Excel

Actuarial models one of the most common usages of Excel to build complex mathematical models and test them under various conditions.

Adam · Nov 20, 2018

Create an Excel Heat Map

In this guide, we’re going to show how you can create a dynamic Excel heat map with Conditional Formatting for better presentation.

How to delete Excel shapes (AutoShapes) using VBA
Ilker · Nov 20, 2018

How to delete Excel shapes (AutoShapes) using VBA

Excel, just like other Office products, supports AutoShapes. This article shows you how to delete Excel shapes (AutoShapes) using VBA.

Function: DATE
Ilker · Nov 19, 2018

Function: DATE

In this guide, we’re going to show you how to use the DATE function in Excel and also go over some tips and error handling methods.

How to make Excel delete all pictures
Ilker · Nov 16, 2018

How to make Excel delete all pictures

Deleting images can be time consuming in large workbooks. Let us show you how to make Excel delete all pictures automatically using VBA.

How to remove hyperlink in Excel quickly using VBA
Ilker · Nov 15, 2018

How to remove hyperlink in Excel quickly using VBA

Hyperlinks can often become nuisance. In this article, we're going to show you how to remove hyperlink in Excel quickly using VBA.

DAY Example 1
Ilker · Nov 13, 2018

Function: DAY

In this guide, we’re going to show you how to use the DAY function in Excel and also include some tips and error handling methods.

How to make Excel update links using VBA
Ilker · Nov 13, 2018

How to make Excel update links using VBA

Excel doesn't automatically update any external links in your workbooks. Let's show you how to make Excel update links automatically.

Ugur · Nov 12, 2018

Why Insurance Companies should embrace Spreadsheets-as-a-Backend to transform the way they program business logic

These are only a few of the insurance organizations that we have helped utilize the Spreadsheets-as-a-Backend methodology.

Function: LOWER
Ilker · Nov 12, 2018

Function: LOWER

The LOWER function converts a text into lowercase. In this guide, we’re going to show you how to use the this function using examples.

Function: UPPER
Ilker · Nov 12, 2018

Function: UPPER

The UPPER function converts a text to uppercase. In this guide, we’re going to show you how to use the UPPER function.

How to delete named range Excel using VBA
Ilker · Nov 12, 2018

How to delete named range Excel using VBA

Managing and removing named ranges in Excel can be challenging. Let's show you how to delete named range Excel using VBA with one click.

How to allow Excel uppercase characters only
Ilker · Nov 12, 2018

How to allow Excel uppercase characters only

Data validation can help streamline entry process. Let us show you how to allow Excel uppercase characters only, using Data Validation.

How to prevent Save As with VBA
Ilker · Nov 8, 2018

How to prevent Save As with VBA

Learn how to prevent Save As with VBA. This practical guide covers the VBA approach, implementation steps, and expected behavior in Excel.

Function: IF
Ilker · Nov 8, 2018

Function: IF

In this guide, we’re going to show you how to use the IF function along with some tips and error handling methods.