+ Reply to Thread
Results 1 to 6 of 6

matching and placing in cells

  1. #1
    Registered User
    Join Date
    12-01-2015
    Location
    ballarat
    MS-Off Ver
    2013
    Posts
    85

    matching and placing in cells

    Hello,
    Would appreciate some assistance please.
    I am trying to compare columns and enter “YES” in cells where appropriate.
    In ColA from Row 5 to Row 40, there are names in the format 2. Red. These names change as each race starts.
    In Cells AB6,AC6,AB9,AC9,AB13,AC13,AD13 names from ColA appear as a result of formulas. These are in three groups as in the sheet.
    What I would like to be able to do is when there is a match from these Cells with an entry in Col A to place “YES” in the cell above the match. Example in sheet. If possible a formula to be placed in AB5 and in each of the other cells above the names,ie, AC5,AB8,AC8,AB13,AC13 and AD13.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor spitfireblue's Avatar
    Join Date
    01-29-2015
    Location
    Adelaide, Australia
    MS-Off Ver
    2007,2010,2016
    Posts
    611

    Re: matching and placing in cells

    Something like this?

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    12-01-2015
    Location
    ballarat
    MS-Off Ver
    2013
    Posts
    85

    Re: matching and placing in cells

    Hello spitfireblue,
    Thank you for your prompt response.
    Now I am not sure if I am doing something wrong but when I enter the formula the result in AB5 is a name# error
    as per attached.
    Attached Files Attached Files

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,502

    Re: matching and placing in cells

    you listed that you have MS office version 2013. You uploaded a .xls spreadsheet. the iferror formula he gave you does not work in .xls but will work in a .xlsx spreadsheet (2007 and later versions). If you can save the sheet as a later version of excel it will work. Otherwise for that to work it will need to be changed to an iserror formula.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  5. #5
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,502

    Re: matching and placing in cells

    for either version this should work ... =IF(ISNA(VLOOKUP(AB6,A:A,1,FALSE)),"no","yes")

  6. #6
    Registered User
    Join Date
    12-01-2015
    Location
    ballarat
    MS-Off Ver
    2013
    Posts
    85

    Re: matching and placing in cells

    Hello Sambo Kid,
    Thank you for your willingness to help and explain. I am operating two computers at the moment with different versions of Excel and when I tried it on my latest version it worked perfectly as you said it would.
    So thank you and thanks to spitfireblue for the solution to my query.

+ 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] placing a zero in empty cells in a column
    By tangerinedream in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-14-2015, 03:41 PM
  2. Matching data and placing a value into another worksheet
    By Sharonits in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-05-2013, 10:42 AM
  3. Replies: 3
    Last Post: 01-06-2012, 02:53 PM
  4. Replies: 3
    Last Post: 01-03-2012, 10:54 PM
  5. Matching data from several worksheets and placing in one worksheet
    By jprice in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-24-2010, 09:52 AM
  6. Placing borders around cells?
    By Terry Pinnell in forum Excel General
    Replies: 3
    Last Post: 02-14-2006, 07:35 PM
  7. Placing Workshet Name in cells
    By T De Villiers in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-21-2005, 08:05 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