zoukankan      html  css  js  c++  java
  • Managing Range Names in Excel 2010(转) Anny

    Refer to http://www.dummies.com/how-to/content/managing-range-names-in-excel-2010.html

    A range in Excel is a group of one or more cells in a worksheet.

    A name can be given to a range to make it easier to identify this cell or cells when creating formulas or charts.

    If you’ve created a number of range names in an Excel 2010 worksheet, you can use the Name Manager to work with these names. The Name Manager provides a list of all names assigned in the current workbook, and you can filter, modify, or delete them as needed. You also can use the Name Manager to create new range names.

    Follow these steps to manage your range names in Excel 2010:

    1. On the Formulas tab, click Name Manager in the Defined Names group (or press Ctrl+F3).

      The Name Manager dialog box appears.

      image0.jpg
    2. Select one of the following options:

      • Click the New button, which displays the New Name dialog box in which you can enter a range name and enter the cell location it refers to.

        Instead of typing the range cell locations, click the Collapse button, which moves the New Name dialog box aside. You can then use your mouse to select the desired cell(s). Press Enter or click the Expand button to return to the New Name dialog box.

      • Click an existing range name and then click the Edit button, which displays the Edit Name dialog box. Use this dialog box to change the range name or the range cell location reference.

      • Click an existing range name and then click the Delete button. A confirmation message appears, making sure you want to delete the range name.

        Use the Edit Name dialog box to change the name or location of a range name.
        Use the Edit Name dialog box to change the name or location of a range name.
    3. Click the Close button to close the Name Manager dialog box.

    If you have a lot of range names, you can click the Filter button in the Name Manager dialog box and elect to display only the items meeting selected criteria, such as Table Names, Names with Errors, or Defined Names.

  • 相关阅读:
    Vue 第六章 组件切换component、transition-group渲染
    Vue 第五章 钩子函数实现半场动画
    Vue 第四章 动画效果、animate第三方插件动画效果
    Vue 第三章 使用vue-resource列表案例、全局根域名配置
    hive介绍
    Hive性能优化--map数和reduce数
    Storm实现实时大数据分析
    hive架构原理简析-mapreduce部分
    hive入门学习线路指导
    HBase基本概念
  • 原文地址:https://www.cnblogs.com/limei/p/2860386.html
Copyright © 2011-2022 走看看