+ Reply to Thread
Results 1 to 3 of 3

How do I remove a constant from an excel spreadsheet?

  1. #1
    rugby1021
    Guest

    How do I remove a constant from an excel spreadsheet?

    I have a massive spreadsheet that I need to add formulas to but the cell from
    which I need to contruct the formulas from has a contant and the formulas do
    not work how do I remove the constant?

  2. #2
    BekkiM
    Guest

    RE: How do I remove a constant from an excel spreadsheet?

    First of all, you only need to post once--just be a little patient.

    Secondly, can you give an example?

    This may not be exactly what you're looking for (since I'm not entirely
    clear what you're trying to do), but one way to remove a "constant" (e.g., a
    named cell or array) from your spreadsheet is to delete the Name (Using
    Insert | Name | Define and then deleting the unwanted Name). I'm not sure,
    though, what this will do to any existing formulas that use the name.

    "rugby1021" wrote:

    > I have a massive spreadsheet that I need to add formulas to but the cell from
    > which I need to contruct the formulas from has a contant and the formulas do
    > not work how do I remove the constant?


  3. #3
    David McRitchie
    Guest

    Re: How do I remove a constant from an excel spreadsheet?

    Take a look at
    Insert a Row using a Macro to maintain formulas
    http://www.mvps.org/dmcritchie/excel/insrtrow.htm

    The actual instruction in the macro that clears the constants
    leaving the formulas of the inserted rows copied from above.

    Selection.Offset(1).Resize(vRows).EntireRow. _
    SpecialCells(xlConstants).ClearContents


    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "rugby1021" <[email protected]> wrote in message news:[email protected]...
    > I have a massive spreadsheet that I need to add formulas to but the cell from
    > which I need to contruct the formulas from has a contant and the formulas do
    > not work how do I remove the constant?




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1