Consulting

Results 1 to 3 of 3

Thread: vlookup or something else

  1. #1
    VBAX Regular
    Joined
    Mar 2008
    Posts
    90
    Location

    Post vlookup or something else

    Hy guys... this should be easy ...

    so I've attached my excel file ...

    I've made yellow some columns .... so in the second sheet I want to putvalues from sheet1 .. if ... there is a match between column L (sheet 1) and column M (shhet 2) ...

    i've tried a combined If function .. but didn't work .. and now i'm thinking to use vlookup in someway :| ... thanks !!!

  2. #2
    VBAX Regular
    Joined
    Mar 2008
    Posts
    90
    Location
    =IF(ISERROR(MATCH(Sheet1!L3;Sheet2!$M$2:$M$4;FALSE));" ";Sheet1!C3)

    i think this works .. sry for this post

  3. #3
    VBAX Tutor mohanvijay's Avatar
    Joined
    Aug 2010
    Location
    MADURAI
    Posts
    268
    Location
    Hai Use index function and i attached solved one

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •