+ Reply to Thread
Results 1 to 2 of 2

How do I copy a formula in excel where part remains absolute the .

  1. #1
    SRF
    Guest

    How do I copy a formula in excel where part remains absolute the .

    =VLOOKUP(A2,Sheet2!A1:B664, 2, FALSE). I want the A2 to change when I go to
    the next cell but I need the Lookup range in sheet 2 (A1:B664) to reamin the
    same.

    Thanks

  2. #2
    Max
    Guest

    Re: How do I copy a formula in excel where part remains absolute the .

    Putting dollar signs around the lookup range:
    Sheet2!$A$1:$B$664
    will make it absolute (locked)

    So, assuming the lookup values are listed in A2 down
    you could put in say, B2:
    =VLOOKUP(A2,Sheet2!$A$1:$B$664, 2, FALSE).
    and just copy B2 down
    --
    Rgds
    Max
    xl 97
    ---
    GMT+8, 1° 22' N 103° 45' E
    xdemechanik <at>yahoo<dot>com
    ----
    SRF <[email protected]> wrote in message
    news:[email protected]...
    > =VLOOKUP(A2,Sheet2!A1:B664, 2, FALSE). I want the A2 to change when I go

    to
    > the next cell but I need the Lookup range in sheet 2 (A1:B664) to reamin

    the
    > same.
    >
    > Thanks




+ 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