+ Reply to Thread
Results 1 to 10 of 10

Match one cell value to another column multiple values to return one value

  1. #1
    Registered User
    Join Date
    02-14-2014
    Location
    saudi arabia
    MS-Off Ver
    Excel 2010
    Posts
    21

    Question Match one cell value to another column multiple values to return one value

    Please help me!!!!

    I have two sheets , In sheet1 I entered date in one cell to match same dates in sheet 2 column A and finally in sheet 1 column c I need to write the value "A"(just one letter) if match found else to be written "B" ,I need formula please help me.

    Regards
    Navanee

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Match one cell value to another column multiple values to return one value

    HI,

    Please upload the workbook and manually add then results you expect to see so that we can see the request in context.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    02-14-2014
    Location
    saudi arabia
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Match one cell value to another column multiple values to return one value

    Hi
    please find attached work book , please do the needful

    --- Navanee
    Attached Files Attached Files

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Match one cell value to another column multiple values to return one value

    WHY CELL "E4" is A when there is no date in Cell "C4"
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Registered User
    Join Date
    02-14-2014
    Location
    saudi arabia
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Match one cell value to another column multiple values to return one value

    Hi
    My back ground another sheet will fill the data in D column when I entered only date in C3 but I need to fill A or B based on cells filled in D coulmn,I hope you understand

  6. #6
    Registered User
    Join Date
    12-03-2013
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    36

    Re: Match one cell value to another column multiple values to return one value

    Please check if this formula works for you.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    02-14-2014
    Location
    saudi arabia
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Match one cell value to another column multiple values to return one value

    Hi Mr.Raghukumaran
    Great work !!!working !! Thanks but my second condition not satisfied , That is < if column D cell not having any values then column E cell should be Empty>

    For example if D6 not having any value E6 should be empty
    Please help me.

    -with thanks
    Navanee

  8. #8
    Registered User
    Join Date
    12-03-2013
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    36

    Re: Match one cell value to another column multiple values to return one value

    Hi Navanee,

    Updated the formula, this should sort out that problem.

    If this solves your question, please tag this as solved and add reputation.

    Regards,
    Raghu
    Attached Files Attached Files

  9. #9
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Match one cell value to another column multiple values to return one value

    Quote Originally Posted by navanee View Post
    Hi Mr.Raghukumaran
    Great work !!!working !! Thanks but my second condition not satisfied , That is < if column D cell not having any values then column E cell should be Empty>

    For example if D6 not having any value E6 should be empty
    Please help me.

    -with thanks
    Navanee
    =IF(D3="","",IF(ISERROR(VLOOKUP($C$3,DATE!A:A,1,0)),"B","A"))
    Addition to "Raghu Kumar N"

  10. #10
    Registered User
    Join Date
    02-14-2014
    Location
    saudi arabia
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Match one cell value to another column multiple values to return one value

    Hi Mr.Raghu
    Thanks a lot, your formula solved my need , Great work

    Thanks again,Reputation Added

    -Navanee

+ 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. [SOLVED] return multiple values in 1 column via index / match
    By Bax in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-12-2013, 06:54 AM
  2. Replies: 7
    Last Post: 08-04-2013, 03:41 PM
  3. [SOLVED] Match multiple substrings in a cell against a lookup table and return concatenated values
    By stevewc in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-13-2013, 10:50 AM
  4. [SOLVED] Formula (VLOOKUP vs INDEX & MATCH) to return multiple values in the same column
    By wfidler in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-06-2012, 07:04 PM
  5. Replies: 6
    Last Post: 09-18-2012, 10:43 AM

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