+ Reply to Thread
Results 1 to 8 of 8

Huge replacement formula

Hybrid View

  1. #1
    Registered User
    Join Date
    11-30-2011
    Location
    Tampa, Florida
    MS-Off Ver
    Excel 2011 Mac
    Posts
    3

    Re: Huge replacement formula

    Not sure, that's why I'm asking.

    If that were to work, how would I go about it?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,697

    Re: Huge replacement formula

    You can create a 2 column table. For the category IDs for example just list all the IDs in one column, e.g. in Y2 down, and in the next column, e.g. Z2 down, you list the description ID. Now for your formula use just

    =VLOOKUP(AE2,$Y$2:$Y$50,2,0)

    You can do the same thing for your manufacturer IDs
    Audere est facere

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Huge replacement formula

    Quote Originally Posted by daddylonglegs View Post
    =VLOOKUP(AE2,$Y$2:$Y$50,2,0)
    A minor change, it should be $Z$50 instead of $Y$50

    =VLOOKUP(AE2,$Y$2:$Z$50,2,0)
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,697

    Re: Huge replacement formula

    Exactly right! my mistake, thanks Haseeb

+ 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