+ Reply to Thread
Results 1 to 6 of 6

Formula only - Send values to another sheet if correspondent names are found

  1. #1
    Forum Contributor
    Join Date
    07-15-2016
    Location
    Maputo, Mozambique
    MS-Off Ver
    2007
    Posts
    108

    Question Formula only - Send values to another sheet if correspondent names are found

    Hi everybody!
    Please have a look at the simple workbook attached.

    In sheet 1 I have a list of items with number sold in month "BBB" in column B

    In Column C (with pink cells), I need to have the value of number sold from sheet2, but in sheet2 the order of the items is different.

    While it is almost easy to do it with VBA, my client do not want to use macros.

    And I found out I am not so good with Excel after all...

    What I need is to insert the values (number sold) from sheet2 to sheet1, in column C, for every name, the right value.

    I am looking for a formula, not vba code...

    I am so very open to suggestion right now... A little help?
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,796

    Re: Formula only - Send values to another sheet if correspondent names are found

    You can use this formula in C3 of Sheet1:

    =IFERROR(VLOOKUP(A3,Sheet2!A:B,2,0),"")

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    07-15-2016
    Location
    Maputo, Mozambique
    MS-Off Ver
    2007
    Posts
    108

    Re: Formula only - Send values to another sheet if correspondent names are found

    It surely does! Thanks!

    Alex

  4. #4
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: Formula only - Send values to another sheet if correspondent names are found

    Another way:
    Also in C3 copy down

    =SUMIF(Sheet2!A:A,Sheet1!A3,Sheet2!B:B)
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

  5. #5
    Forum Contributor
    Join Date
    07-15-2016
    Location
    Maputo, Mozambique
    MS-Off Ver
    2007
    Posts
    108

    Re: Formula only - Send values to another sheet if correspondent names are found

    It works too! Thanks

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,417

    Re: Formula only - Send values to another sheet if correspondent names are found

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Count correspondent values in other sheet
    By iwian in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-06-2017, 10:56 AM
  2. [SOLVED] Lookup values from sheet 2 with sheet 1 and copy found values in cell b of sheet 1
    By spa3212 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-21-2016, 03:28 AM
  3. [SOLVED] Matching an id from a sheet then copying correspondent value from a second sheet
    By Andreas_Zopo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-29-2016, 06:27 PM
  4. Replies: 3
    Last Post: 03-06-2015, 06:17 PM
  5. [SOLVED] Macro to populate save & send email recipients using sheet names
    By L plates in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-27-2015, 07:57 AM
  6. [SOLVED] Correspondent data matching, Formula IF(COUNTIF)
    By LemitoSanchez in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-22-2013, 05:42 AM
  7. Code to send an e-mail. Don't send if attachment not found
    By thedon_1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-24-2012, 05:41 PM

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