XL97: Paste Function Buttons Missing in Formula Palette (156888)



The information in this article applies to:

  • Microsoft Excel 97 for Windows

This article was previously published under Q156888

SYMPTOMS

When you are using the Formula Palette in Microsoft Excel 97, there are no Paste Function buttons (as there were in earlier versions of Microsoft Excel) for inserting other functions as arguments of the function you are using.

NOTE: This does not prohibit you from nesting functions using the Microsoft Excel 97 Function Palette. See the "Resolution" section steps on how to nest functions with the Function Palette.

CAUSE

The Paste Function buttons were removed from the Function Palette dialog box.

RESOLUTION

To nest functions using the Function Palette in Microsoft Excel 97, use either of the following methods.

Method 1: Using the Name Box on the Formula Bar

  1. Enter the following on a new worksheet:

    A1: 1
    A2:
    A3: 1

  2. Select cell B1 and click the "Paste Function" button on the Standard toolbar.
  3. In the Paste Function dialog box, locate the IF function, click it in the "Function name" list box and then click OK.

    The Function Palette is displayed with the IF function.
  4. Click the Name Box drop-down and then click "COUNT" in the list of functions. Note, you may have to click "More Functions" to locate the "COUNT" function.

    The Function Palette now displays the arguments for the COUNT function.
  5. For the "Value1" argument, type "A1:A3" (without the quotation marks).
  6. In the formula bar, where your nested function is being built, click the IF function text - do NOT click the Name Box drop-down.

    This redisplays the Function Palette with the IF function.
  7. For the "value_if_true" argument type:

    TRUE

  8. For the "value_if_false" argument type:

    FALSE

  9. Click OK.

    Your the nested function should be as follows

    =IF(COUNT(A1:A3),TRUE,FALSE)

    and, for this example, returns a value of TRUE.

Method 2: Manually Edit the Formula

Manually edit the formula in the formula bar to include the nested function.

REFERENCES

For more information about the Formula Palette, click the Index tab in Microsoft Excel Help, type the following text

formula palette

and then double-click the selected text to go to "About using the Formula Palette to enter and edit formulas" topic.

Modification Type:MajorLast Reviewed:10/21/2000
Keywords:kbualink97 KB156888