+ Reply to Thread
Results 1 to 3 of 3

Vlookup question

Hybrid View

  1. #1
    MESTRELLA29
    Guest

    Vlookup question

    I have a Formula

    Dec (name range) the following table
    1 5000 30%
    5001 10000 40%
    10001 19999 50%

    D9 = 10,000
    =VLOOKUP(D9,dec,1) this returns the value 5001

    I need to update "Dec" to "jan" By change A Cell, how can i do that?

    GRACIAS


  2. #2
    Bob Phillips
    Guest

    Re: Vlookup question

    Assuming Dec (or Jan ) in A1, I think you mean

    =VLOOKUP(D9,INDIRECT(A1),1)

    --

    HTH

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


    "MESTRELLA29" <MESTRELLA29@discussions.microsoft.com> wrote in message
    news:0C8E480D-A915-4B6E-A6BF-E8AF2217300A@microsoft.com...
    > I have a Formula
    >
    > Dec (name range) the following table
    > 1 5000 30%
    > 5001 10000 40%
    > 10001 19999 50%
    >
    > D9 = 10,000
    > =VLOOKUP(D9,dec,1) this returns the value 5001
    >
    > I need to update "Dec" to "jan" By change A Cell, how can i do that?
    >
    > GRACIAS
    >




  3. #3
    MESTRELLA29
    Guest

    Re: Vlookup question

    THANKS, GRACIAS, DANKE,

    "Bob Phillips" wrote:

    > Assuming Dec (or Jan ) in A1, I think you mean
    >
    > =VLOOKUP(D9,INDIRECT(A1),1)
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "MESTRELLA29" <MESTRELLA29@discussions.microsoft.com> wrote in message
    > news:0C8E480D-A915-4B6E-A6BF-E8AF2217300A@microsoft.com...
    > > I have a Formula
    > >
    > > Dec (name range) the following table
    > > 1 5000 30%
    > > 5001 10000 40%
    > > 10001 19999 50%
    > >
    > > D9 = 10,000
    > > =VLOOKUP(D9,dec,1) this returns the value 5001
    > >
    > > I need to update "Dec" to "jan" By change A Cell, how can i do that?
    > >
    > > GRACIAS
    > >

    >
    >
    >


+ 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