+ Reply to Thread
Results 1 to 3 of 3

Formula Help

Hybrid View

  1. #1
    Registered User
    Join Date
    09-23-2011
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    1

    Formula Help

    Iv setup a spreadsheet which contains horse racing results. There are 3 columns with the names of horses.1st, 2nd and 3rd.
    I want to put a name of a horse into sheet 2 and i want it to be able to tell me if the name appears on sheet 1. please can you help with the formula?

    Thanks

    simon

  2. #2
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Formula Help

    suppose you name in Cell A1 in sheet 2 and houses names are in columns A, B & C in sheet 1, use

    =IF((IF(ISERROR(MATCH($A$1,Sheet1!A:A,0)),0,MATCH($A$1,Sheet1!A:A,0))+IF(ISERROR(MATCH($A$1,Sheet1!B:B,0)),0,MATCH($A$1,Sheet1!B:B,0))+IF(ISERROR(MATCH($A$1,Sheet1!C:C,0)),0,MATCH($A$1,Sheet1!C:C,0)))>0,"Appears","Not Appears")

    Note: the countif & vlookup function could also be used to get same result

    there could be a short formula if you use excel 2007
    Last edited by Azam Ali; 09-23-2011 at 07:26 AM.
    Azam
    If you want to say Thank you to a member, click the reputation icon (Star) in the left bottom of the post.
    For prompt answer, be descriptive, concise, short, direct, and to-the-point.

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Formula Help

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    PLEASE PM WHEN YOU HAVE DONE THIS AND I WILL DELETE THIS POST
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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