+ Reply to Thread
Results 1 to 5 of 5

IF And Function , If a name in one column matches with text in another Column

  1. #1
    Registered User
    Join Date
    07-04-2017
    Location
    Chennai
    MS-Off Ver
    2007
    Posts
    15

    Exclamation IF And Function , If a name in one column matches with text in another Column

    Hi All

    Can anyone suggest me how to use IF And Function

    If a name in one column matches with Eng subject in another column, then that Eng subject mark should get add with Maths subject by becoming zero
    Attached Files Attached Files
    Last edited by Learning Buddy; 07-12-2017 at 08:12 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: IF And Function , If a name in one column matches with text in another Column

    Attach a sample workbook (not image).

    Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate.

    Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    07-04-2017
    Location
    Chennai
    MS-Off Ver
    2007
    Posts
    15

    Re: IF And Function , If a name in one column matches with text in another Column

    Hi All

    Pl find the attached file
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: IF And Function , If a name in one column matches with text in another Column

    Try (if I understand correctly: if not add expected results to file)

    in C2

    =IF($A2="English",IFERROR(INDEX($C$2:$C$7,MATCH("Maths"&$B2,$A$2:$A$7&$B$2:$B$7,0),0),0),$C2)

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

  5. #5
    Registered User
    Join Date
    07-04-2017
    Location
    Chennai
    MS-Off Ver
    2007
    Posts
    15

    Re: IF And Function , If a name in one column matches with text in another Column

    NO John

    Its not Working

    I have attached the file with the expecting result. Pl check on the same
    Attached Files Attached Files

+ 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] INDEX on a cell in Column H if field $A4 matches Column D *OR* Matches Column E?
    By StevenCranford in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-09-2017, 09:05 PM
  2. [SOLVED] If text in column A matches text in column B then use data from column C
    By kemble in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 06-08-2016, 02:03 PM
  3. Replies: 4
    Last Post: 10-30-2015, 07:59 AM
  4. Replies: 1
    Last Post: 06-03-2014, 08:16 AM
  5. [SOLVED] Counting Text in one column that matches another column
    By Blackjack12 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-28-2013, 04:13 PM
  6. If text matches column....
    By Zees in forum Excel General
    Replies: 5
    Last Post: 09-24-2010, 02:26 PM
  7. Replies: 5
    Last Post: 03-06-2008, 01:27 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