Add or Multiply Two Columns Without Using Formulas


December 07, 2021 - by

Add or Multiply Two Columns Without Using Formulas

Problem: I’ve prepared a summary of sales by rep for the month. Due to an accounting glitch, someone gave me a similar file with additional sales made on the last day of the month. I need to add the new sales to the old sales. There is no need to keep the original two columns of partial month’s sales.

This technique is super dangerous.  A column of Sales is in B4:B99. A column of New Sales is selected in H4:H99.
Figure 204. Add column H to column B.

Strategy: You can copy the new values in column H and use Home, Paste dropdown, Paste Special, Add to add the values to column B. Follow these steps:


  • 1. Select H4:H22. Type Ctrl+C to copy the cells to the Clipboard.

  • 2. Move the cell pointer to B4. Select Home, Paste dropdown, Paste Special. (Don’t select the large Paste icon; instead, choose the dropdown below the icon.)



  • 3. In the Paste Special dialog box, choose the Add option in the Operation section. Optionally, also choose Values in the Paste section in order to preserve the formatting in column B. Click OK.

After copying the New Sales, select the first Sales number and Paste Special. Choose Values from the Paste section and Add from the Operation section. Other choices in the Operation section are None, Subtract, Multiply, and Divide.
Figure 205. Choose Values and Add.

Results: The new sales values from column H are added to the values in column B. You can safely delete column H.

The result: The original Sales info has been updated and now includes the sum of the original sales plus the new sales. There is no audit trail to show you did this correctly.
Figure 206. Excel adds the range on the Clipboard to column B.

Gotcha: If column B is properly formatted and the temporary data in H is not formatted, the default Paste All option will cause the formats in column B to be lost if you choose only Add and not Values.

Additional Details: The technique described here for selecting Add in the Paste Special dialog has an interesting effect if you add cells to a range that contains a formula. Amazingly, Excel handles it correctly. For example cell D4 contains a formula.

Before doing Paste Special Add, the original cell contains a formula of =B4*C4. This example continues...
Figure 207. Before pasting, this cell contains a formula.

If you select Add in the Paste Special dialog to add a value to this formula, Excel changes the formula to add the value.

After doing a Paste Special Add from a cell that contained 609, the new formula =(B4*C4)+609. This is interesting that Excel smartly added the parentheses and the Plus 609.
Figure 208. After Paste Special Add, Excel modifies the formula.

Additional Details: You can use the Operation section of Paste Special to handle other situations. In this figure, you might want to increase the contract rates by 2%. Type 102% in a blank cell. Copy that cell. Select the range of contract rates and use Paste Special, Values, Multiply.

This method was also used in Learn Excel Podcast episode 1348. Someone had received a dataset where a column of numbers needed to be divided by 100. For whatever reason, the creator of the data had put 123 instead of 1.23. The solution was to put 0.01 in a cell, copy the cell, then Paste Special Multiply.

A column of numbers called Rate. You want to increase all of these by 2%. Put 102% in a cell. Copy it. Paste Special Multiply the 102% on the clipboard to the column of rates. They are all increased by 2 percent.
Figure 209. Multiply this range by the 102% on the clipboard.

Tip: Excel can automatically insert s decimal point like the old adding machines. Go to File, Options, Advanced.

There is a setting for Automatically Insert a Decimal Point. It is currently turned on and set to Places = 2.
Figure 210. When you type 123, Excel will enter 1.23

Additional Details: You can enter a negative number for the number of places. If you want to enter 123 million as 123, change the setting to -6.


This article is an excerpt from Power Excel With MrExcel

Title photo by Dima Kosh on Unsplash