Formulas for Labels with Values

In your Excel linking document, you can create formulas for your labels (such as the balance sheet parentheticals) that include values from elsewhere in Excel.

Creating Formulas for Labels with Values

Setting Up Values

  1. Determine where the values are located in Excel, whether in the same or different worksheet or workbook. In this example, the values are entered on the same sheet, below the table.
  2. Use Excel formulas to populate the cell values.

Using the CONCATENATE Formula

  1. Set up the desired label as CONCATENATE formula, to combine text strings and cell references. To use the shortened format of this formula, start with =.
  2. Add text strings in quotation marks and cell references to values, using ampersands in between each one.

Using the TEXT Formula

  1. Use the TEXT formula to modify the cell references, in order to include punctuation (commas), dollar signs, decimals, or parentheses around negative values. The first argument of the formula ("value") is the cell reference or value. The second argument is the desired cell format, in quotation marks. You can use the same types of custom cell formats used on for the table values, or a simplified version.

Sample Cell Formats

Example Custom Cell Format
$1,524

"$#,##0"

$2.4

"$#.#"

$(528)

"$#,##0;$(#,##0)"

 

Example

Shortened CONCATENATE formula, using &:

TEXT formula used to specify the cell format for the values:

Results of the formula: