+ Reply to Thread
Results 1 to 5 of 5

Formula with Concantenate

  1. #1
    Registered User
    Join Date
    07-16-2010
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    14

    Formula with Concantenate

    Hi,

    To me this is a little complicated, hopefully to someone here it's not.

    I'm trying to do a VLOOKUP on a couple of named instances. The first formula works, because I just put the named instance in there. I'm trying to look at the Manufacturer cell, and concatenate the manufacture name with the word Calc so I can use the named instances I created (CiscoCalc, DellCalc, HPCalc, etc) dynamically not statically. I'm getting a #Value error in the cell with the formula below. Any ideas?

    Thanks

    =IF(OR(N2="",K2="",L2=""),0,VLOOKUP([@Model],CiscoCalc),2,FALSE))

    =IF(OR(N2="",K2="",L2=""),0,VLOOKUP([@Model],CONCATENATE([@Manufacturer],"Calc"),2,FALSE))

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Formula with Concantenate

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include BEFORE/AFTER sheets if needed to show the process you're trying to complete or automate. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    If posting code please use code tags, see here.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula with Concantenate

    Try

    Please Login or Register  to view this content.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    07-16-2010
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Formula with Concantenate

    [QUOTE=Norie;3134231]Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include BEFORE/AFTER sheets if needed to show the process you're trying to complete or automate. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    Here's the sheet. The top row doesn't work, the bottom does

    GeneSpreadsheet.xlsm

  5. #5
    Registered User
    Join Date
    07-16-2010
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Formula with Concantenate

    Quote Originally Posted by Ace_XL View Post
    Try

    Please Login or Register  to view this content.
    That did it!!!! 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