+ Reply to Thread
Results 1 to 6 of 6

Fill cell value based on value from another sheet- In dummy terms!

  1. #1
    Registered User
    Join Date
    07-09-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2011
    Posts
    3

    Fill cell value based on value from another sheet- In dummy terms!

    Hello,
    I am having some trouble in a serious situation!

    I am really not a wiz at excel, but i'm sitting at my desk at work and my boss is on my back about trying to make this work. Someone needs to explain this to me in dummy terms!

    Basically, i have 2 excel documents. Doc 1: A Database of names, emails, phone numbers, website etc...
    The other document (Doc 2) has a select number of names that have clicked through to the email my business has sent out. Basically, i want to be able to merge the documents so that the right phones numbers, websites etc from Doc 1 are populated into the right cells which correspond to the right name in Doc 2.

    Thanks guys!
    Attached Files Attached Files
    Last edited by LAL2212; 07-09-2012 at 08:22 PM.

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Fill cell value based on value from another sheet- In dummy terms!

    index/match i think is what you wanted....

    say in doc2 name in A1...
    in B1 = index(rangeofemailsfromdoc1,match(nameindoc2A1,rangeindoc1ofnames))
    something like this..
    in doc1
    =index(Doc1!B1:B10,match(Doc2A1,Doc1A1:A10))

    Doc1!B1:B10 ----the emails
    Doc1A1:A10 - the names

    if you can give us a sample dummy file, we can create the formula's for you to study...
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    07-09-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2011
    Posts
    3

    Re: Fill cell value based on value from another sheet- In dummy terms!

    Thanks Vlady!

    I still don't understand what the formula means, maybe this is just out of my league.
    I have attached a small snippet of the documents for your reference.

    Thanks

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Fill cell value based on value from another sheet- In dummy terms!

    can you try this in doc2

    =IFERROR(INDEX('[Doc 1- database.xlsx]Sheet1'!$B$2:$B$500,MATCH(A2,'[Doc 1- database.xlsx]Sheet1'!$A$2:$A$500,0)),"")
    --this should return the email address as sample...

  5. #5
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Fill cell value based on value from another sheet- In dummy terms!

    here's a sample of the file doc2...Doc 2- those who did not open emails.xlsx

  6. #6
    Registered User
    Join Date
    07-09-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2011
    Posts
    3

    Re: Fill cell value based on value from another sheet- In dummy terms!

    Thank you,
    I will have a look at this.

    E

+ 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