3 Easy Steps to Create Your Facebook Vanity URL [+ Tips]

With over 1 billion monthly active users, Facebook is a powerful network to tap into to expand the online footprint of your business.

Once you have your Page, the first step of Facebook marketing is to get a username, which will create your vanity URL. Discover how to create one and the benefits of having a customized URL.

Choosing a username is totally optional, but it adds an extra level of professionalism and gives you a shorter, more memorable web address for your business page.

How to Create Your Facebook Vanity URL

1. Visit Facebook.com and head to your business page. Once on the page, click on Create Page.

2. Write your username and check that it’s available.

3. Once you see the green check mark, click on Create username to finalize it.

How to Change Your Facebook Vanity URL

1. Visit Facebook.com and head to your business page. Once on the page, click on Edit Page.

2. Select Page Header.

3. Click on your username.

4. Write your new username and see if it’s available. Once the green check mark appears, click on Create Username.

Facebook Vanity URL Tips

As you’re deciding on your username, consider the following requirements from Facebook:

Usernames can only include alphanumeric characters (A-Z, 0-9) or a period (.).
You can only have one username per page.
Your page must have at least 25 fans to establish a vanity URL. This is to prevent name squatting.
Usernames are not transferrable or editable (so think carefully about your username choice!).
Some generic words (such as “flowers” or “pizza”) are not available.

If your trademarked name has already been taken, you can notify Facebook of this intellectual property infringement.

A vanity URL is a small step you can take in personalizing your Facebook Page to ensure it’s easy to find. If you already have a URL in mind, don’t hesitate– you’ll want to make sure you can secure your business name before someone else snags it.

Editor’s Note: This post was originally published in Dec. 2012 and has been updated for comprehensiveness. 

How to Create a Link to Jump to a Specific Part of a Page [Quick Tip]

When most people think of hyperlinks, they think of connecting two different web pages — such as a blog and landing page — together. But that’s not all hyperlinks can do, they can link to jump to a specific part of a page as well.

So remember that really exhaustive glossary you put together on industry terms your audience should know? Now, when you refer to something you said elsewhere in that article, you can actually link to it — making it much easier for your audience to figure out what the heck you’re talking about. Want to see what I mean? Just click here.

Pretty cool, right? The best part about it all is that it’s super easy to do yourself, even if you don’t have extensive HTML knowledge. If the HTML-speak feels confusing, just follow along with the real-world examples below.

Note: If you are a HubSpot customer, follow these instructions.

How to Link to a Specific Part of a Page

Allowing people to effectively “jump” to a certain part of a webpage can help your business grow better and make your content more convenient for visitors to your site — but you have to make sure you do everything just right. Here’s how to add jump links to your content, step-by-step.

1. Name the object or text you want to link to.

In a normal linking scenario, whatever you need to link to has a URL of its own. However, in this scenario, you’re not linking to a new page with its own URL — so you have to make up a name for the link’s destination.

I’d recommend using a word or phrase that describes the link’s destination. If you use a phrase, use underscores between each word instead of spaces, otherwise the code won’t work.

Example

Let’s say we wanted to link to an example of a company using Facebook ads in a post. Here’s what I’d use as my object’s name:

facebook_ads_example

Now, onto the next step.

2. Take the name you’ve chosen, and insert it into an opening HTML anchor link tag.

In other words, replace the red section of the tag below with the name you chose in the previous step:

<a id=”INSERT_YOUR_OBJECT_NAME_HERE“>

Example

3. Place that complete opening <a> tag from above before the text or object you want to link to, and add a closing </a> tag after.

Doing this sets the location of the link. This is what your code should look like now:

<a id=”INSERT_YOUR_OBJECT_NAME_HERE”>The object you want to link to.</a>

Example

4. Create the hyperlink that’ll take you to that text or object.

Now, go to the part of the post you’d like to have the hyperlink in. You’ll need to add a typical hyperlink HTML markup, but in the part where you’d typically include a URL, you’ll include the pound symbol (#) then the name of the object you’re linking to. Here’s what it looks like:

<a href=”#INSERT_YOUR_OBJECT_NAME_HERE“>Click here to see the content below.</a>

Example

And then you’re all set — you have a functioning hyperlink between two pieces of content on the same page. Simple as that.

(Hey there, curious folks from the introduction! Click here to go back to where you left off.)

 

15 Excel Formulas, Keyboard Shortcuts & Tricks That’ll Save You Lots of Time

For most marketers, trying to organize and analyze spreadsheets in Microsoft Excel can feel like walking into a brick wall repeatedly if you’e unfamiliar with Excel formulas. You’re manually replicating columns and scribbling down long-form math on a scrap of paper, all while thinking to yourself, “There has to be a better way to do this.”

Truth be told, there is — you just don’t know it yet.

Excel can be tricky that way. On the one hand, it’s an exceptionally powerful tool for reporting and analyzing marketing data. It can even help you visualize data with charts and pivot tables. On the other, without the proper training, it’s easy to feel like it’s working against you. For starters, there are more than a dozen critical formulas Excel can automatically run for you so you’re not combing through hundreds of cells with a calculator on your desk.

What are excel formulas?

Excel formulas help you identify relationships between values in the cells of your spreadsheet, perform mathematical calculations using those values, and return the resulting value in the cell of your choice. Formulas you can automatically perform include sum, subtraction, percentage, division, average, and even dates/times.

We’ll go over all of these, and many more, in this blog post.

How to Insert Formulas in Excel

You might wonder what the “Formulas” tab on the top navigation toolbar in Excel means. In more recent versions of Excel, this horizontal menu — shown below — allows you to find and insert Excel formulas into specific cells of your spreadsheet. 

The more you use various formulas in Excel, the easier it’ll be to remember them and perform them manually. Nonetheless, the suite of icons above is a handy catalog of formulas you can browse and refer back to as you hone your spreadsheet skills.

Excel formulas are also called “functions.” To insert one into your spreadsheet, highlight a cell in which you want to run a formula, then click the far-left icon, “Insert Function,” to browse popular formulas and what they do. That browsing window will look like this:

Want a more sorted browsing experience? Use any of the icons we’ve highlighted (inside the long red rectangle in the first screenshot above) to find formulas related to a variety of common subjects — such as finance, logic, and more. Once you’ve found the formula that suits your needs, click “Insert Function,” as shown in the window above.

Now, let’s do a deeper dive into some of the most crucial Excel formulas and how to perform each one in typical situations.

To help you use Excel more effectively (and save a ton of time), we’ve compiled a list of essential formulas, keyboard shortcuts, and other small tricks and functions you should know.

NOTE: The following formulas apply to the latest version of Excel. If you’re using a slightly older version of Excel, the location of each feature mentioned below might be slightly different.

1. SUM  

All Excel formulas begin with the equals sign, =, followed by a specific text tag denoting the formula you’d like Excel to perform. 

The SUM formula in Excel is one of the most basic formulas you can enter into a spreadsheet, allowing you to find the sum (or total) of two or more values. To perform the SUM formula, enter the values you’d like to add together using the format, =SUM(value 1, value 2, etc).

The values you enter into the SUM formula can either be actual numbers or equal to the number in a specific cell of your spreadsheet. 

To find the SUM of 30 and 80, for example, type the following formula into a cell of your spreadsheet: =SUM(30, 80). Press “Enter,” and the cell will produce the total of both numbers: 110. 
To find the SUM of the values in cells B2 and B11, for example, type the following formula into a cell of your spreadsheet: =SUM(B2, B11). Press “Enter,” and the cell will produce the total of the numbers currently filled in cells B2 and B11. If there are no numbers in either cell, the formula will return 0. 

Keep in mind you can also find the total value of a list of numbers in Excel. To find the SUM of the values in cells B2 through B11, type the following formula into a cell of your spreadsheet: =SUM(B2:B11). Note the colon between both cells, rather than a comma. See how this might look in an Excel spreadsheet for a content marketer, below:

2. IF

The IF formula in Excel is denoted =IF(logical_test, value_if_true, value_if_false). This allows you to enter a text value into the cell “if” something else in your spreadsheet is true or false. For example, =IF(D2=”Gryffindor”,”10″,”0″) would award 10 points to cell D2 if that cell contained the word “Gryffindor.”

There are times when we want to know how many times a value appears in our spreadsheets. But there are also those times when we want to find the cells that contain those values, and input specific data next to it.

We’ll go back to Sprung’s example for this one. If we want to award 10 points to everyone who belongs in the Gryffindor house, instead of manually typing in 10’s next to each Gryffindor student’s name, we’ll use the IF-THEN formula to say: If the student is in Gryffindor, then he or she should get ten points.

The formula: IF(logical_test, value_if_true, value_if_false)

Logical_Test: The logical test is the “IF” part of the statement. In this case, the logic is D2=”Gryffindor.” Make sure your Logical_Test value is in quotation marks.
Value_if_True: If the value is true — that is, if the student lives in Gryffindor — this value is the one that we want to be displayed. In this case, we want it to be the number 10, to indicate that the student was awarded the 10 points. Note: Only use quotation marks if you want the result to be text instead of a number.
Value_if_False: If the value is false — and the student does not live in Gryffindor — we want the cell to show “0,” for 0 points.

Formula in below example: =IF(D2=”Gryffindor”,”10″,”0″)

3. Percentage

To perform the percentage formula in Excel, enter the cells you’re finding a percentage for in the format, =A1/B1. To convert the resulting decimal value to a percentage, highlight the cell, click the Home tab, and select “Percentage” from the numbers dropdown.

There isn’t an Excel “formula” for percentages per se, but Excel makes it easy to convert the value of any cell into a percentage so you’re not stuck calculating and reentering the numbers yourself.

The basic setting to convert a cell’s value into a percentage is under Excel’s Home tab. Select this tab, highlight the cell(s) you’d like to convert to a percentage, and click into the dropdown menu next to Conditional Formatting (this menu button might say “General” at first). Then, select “Percentage” from the list of options that appears. This will convert the value of each cell you’ve highlighted into a percentage. See this feature below.

Keep in mind if you’re using other formulas, such as the division formula (denoted =A1/B1), to return new values, your values might show up as decimals by default. Simply highlight your cells before or after you perform this formula, and set these cells’ format to “Percentage” from the Home tab — as shown above.

4. Subtraction

To perform the subtraction formula in Excel, enter the cells you’re subtracting in the format, =SUM(A1, -B1). This will subtract a cell using the SUM formula by adding a negative sign before the cell you’re subtracting. For example, if A1 was 10 and B1 was 6, =SUM(A1, -B1) would perform 10 + -6, returning a value of 4.

Like percentages, subtracting doesn’t have its own formula in Excel either, but that doesn’t mean it can’t be done. You can subtract any values (or those values inside cells) two different ways.

Using the =SUM formula. To subtract multiple values from one another, enter the cells you’d like to subtract in the format =SUM(A1, -B1), with a negative sign (denoted with a hyphen) before the cell whose value you’re subtracting. Press enter to return the difference between both cells included in the parentheses. See how this looks in the screenshot above.
Using the format, =A1-B1. To subtract multiple values from one another, simply type an equals sign followed by your first value or cell, a hyphen, and the value or cell you’re subtracting. Press Enter to return the difference between both values.

5. Multiplication

To perform the multiplication formula in Excel, enter the cells you’re multiplying in the format, =A1*B1. This formula uses an asterisk to multiply cell A1 by cell B1. For example, if A1 was 10 and B1 was 6, =A1*B1 would return a value of 60.

You might think multiplying values in Excel has its own formula or uses the “x” character to denote multiplication between multiple values. Actually, it’s as easy as an asterisk — *.

To multiply two or more values in an Excel spreadsheet, highlight an empty cell. Then, enter the values or cells you want to multiply together in the format, =A1*B1*C1 … etc. The asterisk will effectively multiply each value included in the formula.

Press Enter to return your desired product. See how this looks in the screenshot above.

6. Division

To perform the division formula in Excel, enter the cells you’re dividing in the format, =A1/B1. This formula uses a forward slash, “/,” to divide cell A1 by cell B1. For example, if A1 was 5 and B1 was 10, =A1/B1 would return a decimal value of 0.5.

Division in Excel is one of the simplest functions you can perform. To do so, highlight an empty cell, enter an equals sign, “=,” and follow it up with the two (or more) values you’d like to divide with a forward slash, “/,” in between. The result should be in the following format: =B2/A2, as shown in the screenshot below.

Hit Enter, and your desired quotient should appear in the cell you initially highlighted.

7. DATE

The Excel DATE formula is denoted =DATE(year, month, day). This formula will return a date that corresponds to the values entered in the parentheses — even values referred from other cells. For example, if A1 was 2018, B1 was 7, and C1 was 11, =DATE(A1,B1,C1) would return 7/11/2018.

Creating dates in the cells of an Excel spreadsheet can be a fickle task every now and then. Luckily, there’s a handy formula to make formatting your dates easy. There are two ways to use this formula:

Create dates from a series of cell values. To do this, highlight an empty cell, enter “=DATE,” and in parentheses, enter the cells whose values create your desired date — starting with the year, then the month number, then the day. The final format should look like this: =DATE(year, month, day). See how this looks in the screenshot below.
Automatically set today’s date. To do this, highlight an empty cell and enter the following string of text: =DATE(YEAR(TODAY()), MONTH(TODAY()), DAY(TODAY())). Pressing enter will return the current date you’re working in your Excel spreadsheet.

In either usage of Excel’s date formula, your returned date should be in the form of “mm/dd/yy” — unless your Excel program is formatted differently.

8. Array

An array formula in Excel surrounds a simple formula in brace characters using the format, {=(Start Value 1:End Value 1)*(Start Value 2:End Value 2)}. By pressing ctrl+shift+center, this will calculate and return value from multiple ranges, rather than just individual cells added to or multiplied by one another.

Calculating the sum, product, or quotient of individual cells is easy — just use the =SUM formula and enter the cells, values, or range of cells you want to perform that arithmetic on. But what about multiple ranges? How do you find the combined value of a large group of cells?

Numerical arrays are a useful way to perform more than one formula at the same time in a single cell so you can see one final sum, difference, product, or quotient. If you’re looking to find total sales revenue from several sold units, for example, the array formula in Excel is perfect for you. Here’s how you’d do it:

To start using the array formula, type “=SUM,” and in parentheses, enter the first of two (or three, or four) ranges of cells you’d like to multiply together. Here’s what your progress might look like: =SUM(C2:C5
Next, add an asterisk after the last cell of the first range you included in your formula. This stands for multiplication. Following this asterisk, enter your second range of cells. You’ll be multiplying this second range of cells by the first. Your progress in this formula should now look like this: =SUM(C2:C5*D2:D5)
Ready to press Enter? Not so fast … Because this formula is so complicated, Excel reserves a different keyboard command for arrays. Once you’ve closed the parentheses on your array formula, press Ctrl+Shift+Enter. This will recognize your formula as an array, wrapping your formula in brace characters and successfully returning your product of both ranges combined.

In revenue calculations, this can cut down on your time and effort significantly. See the final formula in the screenshot above.

9. COUNT

The COUNT formula in Excel is denoted =COUNT(Start Cell:End Cell). This formula will return a value that is equal to the number of entries found within your desired range of cells. For example, if there are eight cells with entered values between A1 and A10, =COUNT(A1:A10) will return a value of 8.

The COUNT formula in Excel is particularly useful for large spreadsheets, wherein you want to see how many cells contain actual entries. Don’t be fooled: This formula won’t do any math on the values of the cells themselves. This formula is simply to find out how many cells in a selected range are occupied with something.

Using the formula in bold above, you can easily run a count of active cells in your spreadsheet. The result will look a little something like this:

10. AVERAGE

To perform the average formula in Excel, enter the values, cells, or range of cells of which you’re calculating the average in the format, =AVERAGE(number1, number2, etc.) or =AVERAGE(Start Value:End Value). This will calculate the average of all the values or range of cells included in the parentheses.

Finding the average of a range of cells in Excel keeps you from having to find individual sums and then performing a separate division equation on your total. Using =AVERAGE as your initial text entry, you can let Excel do all the work for you.

For reference, the average of a group of numbers is equal to the sum of those numbers, divided by the number of items in that group.

11. SUMIF

The SUMIF formula in Excel is denoted =SUMIF(range, criteria, [sum range]). This will return the sum of the values within a desired range of cells that all meet one criterion. For example, =SUMIF(C3:C12,”>70,000″) would return the sum of values between cells C3 and C12 from only the cells that are greater than 70,000.

Let’s say you want to determine the profit you generated from a list of leads who are associated with specific area codes, or calculate the sum of certain employees’ salaries — but only if they fall above a particular amount. Doing that manually sounds a bit time-consuming, to say the least.

With the SUMIF function, it doesn’t have to be — you can easily add up the sum of cells that meet certain criteria, like in the salary example above.

The formula: =SUMIF(range, criteria, [sum_range])

Range: The range that is being tested using your criteria.
Criteria: The criteria that determine which cells in Criteria_range1 will be added together
[Sum_range]: An optional range of cells you’re going to add up in addition to the first Range entered. This field may be omitted.

In the example below, we wanted to calculate the sum of the salaries that were greater than $70,000. The SUMIF function added up the dollar amounts that exceeded that number in the cells C3 through C12, with the formula =SUMIF(C3:C12,”>70,000″).

12. TRIM

The TRIM formula in Excel is denoted =TRIM(text). This formula will remove any spaces entered before and after the text entered in the cell. For example, if A2 includes the name ” Steve Peterson” with unwanted spaces before the first name, =TRIM(A2) would return “Steve Peterson” with no spaces in a new cell.

Email and file sharing are wonderful tools in today’s workplace. That is, until one of your colleagues sends you a worksheet with some really funky spacing. Not only can those rogue spaces make it difficult to search for data, but they also affect the results when you try to add up columns of numbers.

Rather than painstakingly removing and adding spaces as needed, you can clean up any irregular spacing using the TRIM function, which is used to remove extra spaces from data (except for single spaces between words).

The formula: =TRIM(text).

Text: The text or cell from which you want to remove spaces.

Here’s an example of how we used the TRIM function to remove extra spaces before a list of names. To do so, we entered =TRIM(“A2”) into the Formula Bar, and replicated this for each name below it in a new column next to the column with unwanted spaces.

Below are some other Excel formulas you might find useful as your data management needs grow.

13. LEFT, MID, and RIGHT

Let’s say you have a line of text within a cell that you want to break down into a few different segments. Rather than manually retyping each piece of the code into its respective column, users can leverage a series of string functions to deconstruct the sequence as needed: LEFT, MID, or RIGHT.

LEFT

Purpose: Used to extract the first X numbers or characters in a cell.
The formula: =LEFT(text, number_of_characters)

Text: The string that you wish to extract from.
Number_of_characters: The number of characters that you wish to extract starting from the left-most character.

In the example below, we entered =LEFT(A2,4) into cell B2, and copied it into B3:B6. That allowed us to extract the first 4 characters of the code.

MID

Purpose: Used to extract characters or numbers in the middle based on position.
The formula: =MID(text, start_position, number_of_characters)

Text: The string that you wish to extract from.
Start_position: The position in the string that you want to begin extracting from. For example, the first position in the string is 1.
Number_of_characters: The number of characters that you wish to extract.

In this example, we entered =MID(A2,5,2) into cell B2, and copied it into B3:B6. That allowed us to extract the two numbers starting in the fifth position of the code.

RIGHT

Purpose: Used to extract the last X numbers or characters in a cell.
The formula: =RIGHT(text, number_of_characters)

Text: The string that you wish to extract from.
Number_of_characters: The number of characters that you want to extract starting from the right-most character.

For the sake of this example, we entered =RIGHT(A2,2) into cell B2, and copied it into B3:B6. That allowed us to extract the last two numbers of the code.

14. VLOOKUP

This one is an oldie, but a goodie — and it’s a bit more in depth than some of the other formulas we’ve listed here. But it’s especially helpful for those times when you have two sets of data on two different spreadsheets, and want to combine them into a single spreadsheet.

My colleague, Rachel Sprung — whose “How to Use Excel” tutorial is a must-read for anyone who wants to learn — uses a list of names, email addresses, and companies as an example. If you have a list of people’s names next to their email addresses in one spreadsheet, and a list of those same people’s email addresses next to their company names in the other, but you want the names, email addresses, and company names of those people to appear in one place — that’s where VLOOKUP comes in.

Note: When using this formula, you must be certain that at least one column appears identically in both spreadsheets. Scour your data sets to make sure the column of data you’re using to combine your information is exactly the same, including no extra spaces.

The formula: VLOOKUP(lookup value, table array, column number, [range lookup])

Lookup Value: The identical value you have in both spreadsheets. Choose the first value in your first spreadsheet. In Sprung’s example that follows, this means the first email address on the list, or cell 2 (C2).
Table Array: The range of columns on Sheet 2 you’re going to pull your data from, including the column of data identical to your lookup value (in our example, email addresses) in Sheet 1 as well as the column of data you’re trying to copy to Sheet 1. In our example, this is “Sheet2!A:B.” “A” means Column A in Sheet 2, which is the column in Sheet 2 where the data identical to our lookup value (email) in Sheet 1 is listed. The “B” means Column B, which contains the information that’s only available in Sheet 2 that you want to translate to Sheet 1.
Column Number: The table array tells Excel where (which column) the new data you want to copy to Sheet 1 is located. In our example, this would be the “House” column, the second one in our table array, making it column number 2.
Range Lookup: Use FALSE to ensure you pull in only exact value matches.

The formula with variables from Sprung’s example below: =VLOOKUP(C2,Sheet2!A:B,2,FALSE)

In this example, Sheet 1 and Sheet 2 contain lists describing different information about the same people, and the common thread between the two is their email addresses. Let’s say we want to combine both datasets so that all the house information from Sheet 2 translates over to Sheet 1. Here’s how that would work:

15. RANDOMIZE

There’s a great article that likens Excel’s RANDOMIZE formula to shuffling a deck of cards. The entire deck is a column, and each card — 52 in a deck — is a row. “To shuffle the deck,” writes Steve McDonnell, “you can compute a new column of data, populate each cell in the column with a random number, and sort the workbook based on the random number field.”

In marketing, you might use this feature when you want to assign a random number to a list of contacts — like if you wanted to experiment with a new email campaign and had to use blind criteria to select who would receive it. By assigning numbers to said contacts, you could apply the rule, “Any contact with a figure of 6 or above will be added to the new campaign.”

The formula: RAND()

Start with a single column of contacts. Then, in the column adjacent to it, type “RAND()” — without the quotation marks — starting with the top contact’s row.

RANDBETWEEN allows you to dictate the range of numbers that you want to be assigned. In the case of this example, I wanted to use one through 10.
bottom: The lowest number in the range.
top: The highest number in the range,For the example below: RANDBETWEEN(bottom,top)
Formula in below example: =RANDBETWEEN(1,10)

 

Helpful stuff, right? Now for the icing on the cake: Once you’ve mastered the Excel formula you need, you’ll want to replicate it for other cells without rewriting the formula. And luckily, there’s an Excel function for that, too. Check it out below.

Sometimes, you might want to run the same formula across an entire row or column of your spreadsheet. Let’s say, for example, you have a list of numbers in columns A and B of a spreadsheet and want to enter individual totals of each row into column C.

Obviously, it would be too tedious to adjust the values of the formula for each cell so you’re finding the total of each row’s respective numbers. Luckily, Excel allows you to automatically complete the column; all you have to do is enter the formula in the first row. Check out the following steps: 

Type your formula into an empty cell and press “Enter” to run the formula.
Hover your cursor over the bottom-right corner of the cell containing the formula. You’ll see a small, bold “+” symbol appear.
While you can double-click this symbol to automatically fill the entire column with your formula, you can also click and drag your cursor down manually to fill only a specific length of the column.Once you’ve reached the last cell in the column you’d like to enter your formula, release your mouse to copy the formula. Then, simply check each new value to ensure it corresponds to the correct cells.

Excel Keyboard Shortcuts

1. Quickly select rows, columns, or the whole spreadsheet.

Perhaps you’re crunched for time. I mean, who isn’t? No time, no problem. You can select your entire spreadsheet in just one click. All you have to do is simply click the tab in the top-left corner of your sheet to highlight everything all at once.

Just want to select everything in a particular column or row? That’s just as easy with these shortcuts:

For Mac:

Select Column = Command + Shift + Down/Up
Select Row = Command + Shift + Right/Left

For PC:

Select Column = Control + Shift + Down/Up
Select Row = Control + Shift + Right/Left

This shortcut is especially helpful when you’re working with larger data sets, but only need to select a specific piece of it.

2. Quickly open, close, or create a workbook.

Need to open, close, or create a workbook on the fly? The following keyboard shortcuts will enable you to complete any of the above actions in less than a minute’s time.

For Mac:

Open = Command + O
Close = Command + W
Create New = Command + N

For PC:

Open = Control + O
Close = Control + F4
Create New = Control + N

3. Format numbers into currency.

Have raw data that you want to turn into currency? Whether it be salary figures, marketing budgets, or ticket sales for an event, the solution is simple. Just highlight the cells you wish to reformat, and select Control + Shift + $.

The numbers will automatically translate into dollar amounts — complete with dollar signs, commas, and decimal points.

Note: This shortcut also works with percentages. If you want to label a column of numerical values as “percent” figures, replace “$” with “%”.

4. Insert current date and time into a cell.

Whether you’re logging social media posts, or keeping track of tasks you’re checking off your to-do list, you might want to add a date and time stamp to your worksheet. Start by selecting the cell to which you want to add this information.

Then, depending on what you want to insert, do one of the following:

Insert current date = Control + ; (semi-colon)
Insert current time = Control + Shift + ; (semi-colon)
Insert current date and time = Control + ; (semi-colon), SPACE, and then Control + Shift + ; (semi-colon).

Other Excel Tricks

1. Customize the color of your tabs.

If you’ve got a ton of different sheets in one workbook — which happens to the best of us — make it easier to identify where you need to go by color-coding the tabs. For example, you might label last month’s marketing reports with red, and this month’s with orange.

Simply right click a tab and select “Tab Color.” A popup will appear that allows you to choose a color from an existing theme, or customize one to meet your needs.

2. Add a comment to a cell.

When you want to make a note or add a comment to a specific cell within a worksheet, simply right-click the cell you want to comment on, then click Insert Comment. Type your comment into the text box, and click outside the comment box to save it.

Cells that contain comments display a small, red triangle in the corner. To view the comment, hover over it.

3. Copy and duplicate formatting.

If you’ve ever spent some time formatting a sheet to your liking, you probably agree that it’s not exactly the most enjoyable activity. In fact, it’s pretty tedious.

For that reason, it’s likely that you don’t want to repeat the process next time — nor do you have to. Thanks to Excel’s Format Painter, you can easily copy the formatting from one area of a worksheet to another.

Select what you’d like to replicate, then select the Format Painter option — the paintbrush icon — from the dashboard. The pointer will then display a paintbrush, prompting you to select the cell, text, or entire worksheet to which you want to apply that formatting, as shown below:

4. Identify duplicate values.

In many instances, duplicate values — like duplicate content when managing SEO — can be troublesome if gone uncorrected. In some cases, though, you simply need to be aware of it.

Whatever the situation may be, it’s easy to surface any existing duplicate values within your worksheet in just a few quick steps. To do so, click into the Conditional Formatting option, and select Highlight Cell Rules > Duplicate Values

Using the popup, create the desired formatting rule to specify which type of duplicate content you wish to bring forward.

In the example above, we were looking to identify any duplicate salaries within the selected range, and formatted the duplicate cells in yellow.

Excel Shortcuts Save You Time

In marketing, the use of Excel is pretty inevitable — but with these tricks, it doesn’t have to be so daunting. As they say, practice makes perfect. The more you use these formulas, shortcuts, and tricks, the more they’ll become second nature.

Editor’s note: This post was originally published in January 2019 and has been updated for comprehensiveness.

Workflow Automation Explained & 6 Best Workflow Software for 2022

Manual data entry might be one of the most tedious and inefficient tasks in the corporate world. Not only does it put you to sleep, but it also wastes precious time and resources, slashing your productivity to bits.

According to Zapier, 94% of workers perform time-consuming, repetitive tasks. Fortunately, there’s technology that can automate these mind-numbing tasks, eliminating human error and letting you focus on the work that actually matters — workflow automation.

By leveraging self-operating processes that run manual tasks, workflow automation can help your business save time and money, diminish errors, and boost productivity.

Table of Contents

How does workflow automation work?
Workflow Automation Examples
Best Workflow Automation Software

How does workflow automation work?

Workflow automation typically relies on a series of if/then statements to trigger another task. It then branches off depending on the action that was taken by a lead, employee, or another stakeholder.

Let’s walk through an example workflow for turning a form submission into a deal opportunity.

A website visitor submits a form.
The action automatically enrolls the visitor in a drip campaign. It creates a new deal and sets the status to “New.”
The first email of the drip campaign is sent to the lead, requesting to schedule a meeting.
The lead clicks through to the meeting scheduler and creates an appointment.
A thank you email is sent to the lead, confirming the date and time.
The CRM creates a new task and assigns it to a sales rep.
The sales rep then reaches out personally, ending the automated workflow.

Here’s what a workflow can look like from start to finish.

Image Source

Almost every department in your business can benefit from workflow automation. Whether it’s marketing, human resources, or finance, the technology can help you work smarter, not harder.

Below, we’ll cover some of the most popular workflow automation examples.

Workflow automation can be used in virtually any team and in any business scenario. While it’s mostly related to marketing and sales, it can also be used in customer service, operations, human resources, and finance.

Marketing Workflow Automation

Image Source

Some of the most repetitive tasks in marketing, such as sending emails and posting social media updates, can be automated with workflow automation. With marketing automation software, you can schedule your entire social media calendar and set up workflows that nurture certain types of prospects with email offers.

Automated workflows in marketing include:

Subscribing a user to a drip campaign when they download a resource from your website
Welcoming a user to your company after they purchase a product
Reminding a user to check out after they’ve added various items to their cart
Scheduling social media posts across multiple platforms
Distributing marketing tasks across team members

Additional Reading

Beginner’s Guide to Marketing Automation
Marketing Automation Benefits
B2C Marketing Automation
Email Marketing Workflows

Sales Workflow Automation

Image Source

Sales workflow automation streamlines tedious lead and prospect management tasks, so that reps can focus on selling, not entering data. Aside from taking leads automatically through the pipeline based on their actions, an automated sales workflow can enroll prospects in drip campaigns and update deal stages as the deal moves forward.

Automated tasks in sales include:

Placing each lead at a different stage of the pipeline when they take a certain action
Moving a lead out of the pipeline if they’ve stopped responding to emails
Sending an introduction email from a sales rep to a lead after they download an ebook
Updating the deal stage once the lead has scheduled an appointment or meeting
Creating tasks for sales reps once a lead has scheduled a meeting

Additional Reading

Beginner’s Guide to Sales Automation
Sales Automation Stats
Sales Force Automation
CRM Automation

Customer Service Workflow Automation

Image Source

Workflow automation is incredibly useful in customer service. Aside from launching surveys, workflow automation can take care of tickets, cases, and common questions by sending a series of emails or creating tasks.

Automated tasks in customer service include:

Creating a new ticket in the system when someone reaches out through social media or email
Onboarding customers with a series of helpful emails
Sending NPS® surveys and enrolling them into different email campaigns depending on their rating
Assigning tickets a priority label depending on the tone of the message or email
Resolving and archiving tickets once a resolution has been reached

Additional Reading

Beginner’s Guide to Customer Service Automation
Customer Relationship Automation
Customer Service Software Tools
AI Chatbots Tools

Operations Workflow Automation

Image Source

Operations is the lifeblood of any organization, and it, too, can be automated to reduce instances of manual data entry.

Automated tasks in operations include:

Deleting duplicates once they have been detected or merging two properties if they’re the same
Managing team permissions for new team members
Establishing priorities for different businesses processes
Automatically compiling reports at the end of every quarter
Creating tasks in third-party tools such as Asana, Slack, or Zoom

Additional Reading

Guide to Business Process Automation
Ultimate Guide to Operations Hub

Human Resources Workflow Automation

Instead of having to manually enter all your new hires’ personal information — like addresses, social security numbers, and other employee information into payroll, expense, and insurance systems — HR automation software can do it for you in minutes.

Automated tasks in human resources include:

Removing candidates from the database if they’ve been inactive for a period of time
Sending emails to candidates that haven’t made it to the final round
Filtering candidates with certain keywords in their job history
Sending W2s to current employees
Collecting employees’ feedback after they’ve been at the company for a period of time

Finance Workflow Automation

Image Source

By allowing you to build forms, design workflows, and track processes, finance process automation software can streamline all of your travel requests, reimbursements, and budget approvals.

Automated tasks in finance include:

Taking an expense approval process from start to finish
Managing vendor and contract approvals
Assigning priorities to ACH and wire requests
Managing travel expense requests depending on location and activity
Approving budgets based on a predetermined set of parameters

Now that you know everything about using automated workflows, let’s take a look at the top tools you can use.

Best Workflow Automation Software in 2022

1. HubSpot: Best All-in-One Workflow Automation Software

Image Source

HubSpot’s marketing, sales, service, and operations software operates on a single platform, making it one of the best choices for all-in-one workflow automation. Everything is linked together, allowing you to align all of your teams’ processes and reducing friction from task to task.

You can easily hand leads from marketing to sales, connect a service ticket with an existing contact record, and clean up customer data — all in one user-friendly platform.

Best for: HubSpot is highly recommended for growing businesses that have yet to try workflow automation and for enterprise businesses with established processes. You can begin with a Starter subscription, then upgrade as you require more functionalities. Especially recommended for marketing, sales, service, and operations departments.

Pricing for Marketing Hub: Free; $50/month (Starter); $890/month (Professional); $3,200/month (Enterprise)

Pricing for Sales Hub: Free; $50/month (Starter); $500/month (Professional); $1,200/month (Enterprise)

Pricing for Service Hub: Free; $50/month (Starter); $400/month (Professional); $1,200/month (Enterprise)

Pricing for Operations Hub: Free; $50/month (Starter); $800/month (Professional)

2. Nintex: Best Enterprise Workflow Automation Software

With over 3 million workflow applications operating on their platform right now, Nintex helps more than 8,000 enterprise customers manage, automate, and optimize their business processes, with no coding experience required.

By offering a multitude of workflow automation tools — like process mapping, advanced workflows, and process intelligence — your business is able to map out each of your processes, execute them, and monitor their performance.

Best for: Nintex is highly recommended for enterprise businesses with established processes. It’s a robust software that pairs a user-friendly workflow design tool with powerful integrations that will connect every single one of your apps. Especially recommended for IT, law, HR, and finance departments.

Pricing: $910/month (Standard); $1,400/month (Enterprise)

3. Kissflow: Best Beginner-Friendly Workflow Automation Software

Trusted by over 10,000 companies, including Domino’s, Michelin, and Pepsi, Kissflow offers an all-in-one workflow automation software that lets your business create workflows that automate tasks in your human resources, sales, finance, administration, marketing, and purchase departments.

With over 50 pre-installed business process management apps — such as expensing and sales orders, conditions and triggers, and reporting dashboards for your workflows — Kissflow can streamline almost all your business processes.

Best for: Kissflow is highly recommended for small companies that are just now starting to try workflow automation. The tool’s simplicity and user friendliness will make it easier to begin automating processes. Especially recommended for procurement, HR, and finance departments.

Pricing: $200/month (Basic); $495/month (Advanced); $1,900/month (Fully Loaded)

4. Integrify: Best Everyday Administration Workflow Automation Software

Integrify is a workflow automation software that lets you build workflows in a drag-and-drop builder and run parallel or sequential flows. By being able to collaborate on tasks and requests, test your processes, and set up reminders, you can easily streamline your business processes and automate manual tasks.

Integrify also offers workflow examples and a user knowledge base, a rest-based open API that allows you to integrate with external databases, and the ability to import and export data from Excel and even PDFs.

Best for: Integrify is highly recommended for small-to-medium businesses that are looking to automate everyday tasks. Its drag-and-drop “Process Builder” makes it simple and easy to take a process from start to completion. Especially recommended for administration departments.

Pricing: Pricing available upon request

5. Zapier: Best Workflow Automation Software for Connecting Apps

With the ability to connect to and share data with over 1,000 web apps, like Facebook, QuickBooks, and Google Drive, Zapier can automate almost any type of business process. All you have to do is build a workflow in their editor, pick the apps you want to include in your workflow, and design it.

For example, if you want to be able to save all your attachments in Dropbox, you can design a workflow that automatically copies any attachment from your Gmail inbox to Dropbox and then sends you a Slack message about the download.

Best for: Zapier is highly recommended for freelancers and small-to-medium businesses that use a wide variety of tools that aren’t talking with each other. For instance, if you’re using MailChimp to send emails and Typeform to collect leads, you could connect those two tools using Zapier. Especially recommended for marketing and service departments.

Pricing: Free; $19.99/month (Starter); $49/month (Professional)

6. Flokzu: Best Project Management Workflow Automation Software

Without writing any code, Flokzu allows you to create tasks, deadlines, business rules, and notifications. Their software also sends pending tasks to each of your project’s assignees’ inboxes, and as each stage of a workflow is complete, it’ll automatically assign each new task to a user or role.

Additionally, Flozku offers a reporting dashboard that displays your business processes’

performance and metrics, like the amount of currently delayed tasks there are, tasks assigned to each user and role, tasks completed, and the time each task took, which will give you the necessary data to refine and optimize your future workflows.

Best for: Flokzu is highly recommended for individual teams that want to optimize their time management and task workflow. A key feature of this tool is that users will receive pending tasks in their inbox, making it an excellent project management tool. Recommended for any team.

Pricing: Free; $19.99/month (Starter); $49/month (Professional)

Workflow Automation Will Help You Grow Better

Workflow automation is critical for businesses that want to scale and grow without letting anything fall through the cracks. By letting technology complete manual tasks, you can effectively grow your business without any growing pains.

Editor’s note: This post was originally published in January 2019 and has been updated for comprehensiveness.