+ Reply to Thread
Results 1 to 8 of 8

Excel 2007 : combine sumif/vlookup with CONCATENATE

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-16-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    112

    combine sumif/vlookup with CONCATENATE

    I am trying to recall the comment for Stock and Repair (Column E and G) into the tab called Table by Brand and Type.

    I am only trying to recall the comment if the Traffic for Stock and Repair is "X" or < 49% (Using a conditional formatting)
    Attached Files Attached Files
    Last edited by Jerseynjphillypa; 05-25-2012 at 11:53 AM.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,963

    Re: combine sumif/vlookup with CONCATENATE

    I don't understand how you are calculating the %'s
    Ben Van Johnson

  3. #3
    Forum Contributor
    Join Date
    10-16-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    112

    Re: combine sumif/vlookup with CONCATENATE

    Sorry.. I changed it to numbers to make it easier. So if X < 3 then the cell are marked with a X.
    Attached Files Attached Files

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: combine sumif/vlookup with CONCATENATE

    Hi

    Maybe in G2 and copy down...?

    =IF(F2<3,2,4)
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  5. #5
    Forum Contributor
    Join Date
    10-16-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    112

    Re: combine sumif/vlookup with CONCATENATE

    I need the brand and type to match.. I am also trying to pull in the Comments if X < 3 for Stock and Repair under column C and G.

  6. #6
    Forum Contributor
    Join Date
    10-16-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    112

    Re: combine sumif/vlookup with CONCATENATE

    I am trying to only CONCATENATE the comments under detail notes if column A or C is greater than or equal to 2.

    But if the column is blank I don't want the comment to come up.

    So for line 2, i need to say "Test" under Detail Notes and for line 3 I want it to say "Test Hello"
    Attached Files Attached Files

  7. #7
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: combine sumif/vlookup with CONCATENATE

    Hi

    A little...long formula, but i think it works.

    In E2 and copy down.

    =IF(AND(A2>=2;C2>=2);B2&" "&D2;IF(AND(A2>=2;C2="");B2;IF(AND(A2="";C2>=2);D2;"")))
    Attached Files Attached Files

  8. #8
    Forum Contributor
    Join Date
    10-16-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    112

    Re: combine sumif/vlookup with CONCATENATE

    thanks for the help

+ 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