Current row

Structured tables (Tables) make it much easier for us to work with data. When we convert a range of data into a table and then give it a suitable name, we can easily access each column by specifying its name or a combination of table and column names. By entering a formula in the first cell, it is automatically updated in remaining cells within the column. And what if we don’t want that? What should we do if we need to use the current row value?

Star Rating

When we want to give our opinion about a product, we are often able to evaluate it by assigning a certain number of stars. Our rating updates the previous state, and the product score is always a number. How do you calculate how many total stars a product should have based on the score number? There are several ways to do this in Excel, and one of them is by applying the Conditional Formatting option.

E-mail warning

When a customer is late with payment it would not be bad to send him an email alert. It is also a nice gesture if you thank him if he fulfills his obligations on time. All this can be done automatically from Excel, and the example you will be shown is the logical continuation of the previous post about the HYPERLINK function. Also, if you run your CRM in Excel, this is a good idea how to enrich it with some new functionalities.

HYPERLINK function

In one of the earlier posts, you could find out how a hyperlink is assigned to an object. With it, we can access the location within the document, send an e-mail or visit a given website. Excel also has a HYPERLINK feature, and knowing a little more about syntax for building web links opens up some new possibilities for automating your reports.

Addressing envelopes

I have to admit that the Mail Merge is one of my favorite options in MS Word and I often use it when I need to send a group of emails or address a large number of envelopes. It is enough to import the contact list and the addressing process is completely automatic. Can something like this be done in Excel as well? Yes, there is an easy way to do that, and you will find out how to achieve this in the text that follows.