+ Reply to Thread
Results 1 to 4 of 4

How to convert relative to absolute addressing instantly in Excel

  1. #1
    loudun
    Guest

    How to convert relative to absolute addressing instantly in Excel

    Each cell in my worksheet contains long formulas such as this:
    if(or(A2=1,B2=1, C2=1,D2=1..... I want to copy the formula to another cell
    but I want all cell references to be absolute. How do I convert the relative
    addressing to absolute addressing without manually adding $ to each reference?

  2. #2
    Bob Phillips
    Guest

    Re: How to convert relative to absolute addressing instantly in Excel

    Look at the ConvertFormula method in VBA help.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "loudun" <[email protected]> wrote in message
    news:[email protected]...
    > Each cell in my worksheet contains long formulas such as this:
    > if(or(A2=1,B2=1, C2=1,D2=1..... I want to copy the formula to another cell
    > but I want all cell references to be absolute. How do I convert the

    relative
    > addressing to absolute addressing without manually adding $ to each

    reference?



  3. #3
    Adam Kroger
    Guest

    Re: How to convert relative to absolute addressing instantly in Excel

    Bob:
    Select you cell in "edit mode" then highlight your formula (or individul
    cell references) then hit <F4> all the cell references that are highlighted
    will become absolute. Hit it again and the rows are absolute, again and
    just the collums, once more and they all become relative. I just learned
    that tody Check this site for alot more really useful information:
    http://www.exceltip.com/excel_versio...xcel_97/1.html

    Adam

    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > Look at the ConvertFormula method in VBA help.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "loudun" <[email protected]> wrote in message
    > news:[email protected]...
    >> Each cell in my worksheet contains long formulas such as this:
    >> if(or(A2=1,B2=1, C2=1,D2=1..... I want to copy the formula to another
    >> cell
    >> but I want all cell references to be absolute. How do I convert the

    > relative
    >> addressing to absolute addressing without manually adding $ to each

    > reference?
    >
    >




  4. #4
    Bob Phillips
    Guest

    Re: How to convert relative to absolute addressing instantly in Excel

    I know about F4, but each cell in his worksheet has long formulae, so I
    don't think F4ing them all is really practical. A short sharp macro will do
    in much more simply.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Adam Kroger @hotmail.com>" <adam_kroger<nospam> wrote in message
    news:[email protected]...
    > Bob:
    > Select you cell in "edit mode" then highlight your formula (or individul
    > cell references) then hit <F4> all the cell references that are

    highlighted
    > will become absolute. Hit it again and the rows are absolute, again and
    > just the collums, once more and they all become relative. I just learned
    > that tody Check this site for alot more really useful information:
    > http://www.exceltip.com/excel_versio...xcel_97/1.html
    >
    > Adam
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Look at the ConvertFormula method in VBA help.
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "loudun" <[email protected]> wrote in message
    > > news:[email protected]...
    > >> Each cell in my worksheet contains long formulas such as this:
    > >> if(or(A2=1,B2=1, C2=1,D2=1..... I want to copy the formula to another
    > >> cell
    > >> but I want all cell references to be absolute. How do I convert the

    > > relative
    > >> addressing to absolute addressing without manually adding $ to each

    > > reference?
    > >
    > >

    >
    >




+ 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