+ Reply to Thread
Results 1 to 4 of 4

IF Functions, Conditional Formatting

  1. #1
    Registered User
    Join Date
    03-28-2010
    Location
    wokingham, England
    MS-Off Ver
    Excel 2003
    Posts
    29

    IF Functions, Conditional Formatting

    I need to know how i can see week per week whether or not the top team has won each week and slot the findings in Cell M4 downwards week per week.

    This would be looking at the team's position on 1st Jan and looking at the points gained on the 2nd (3pts for a win, 1pt draw and no pts for a lose.) The points in the points table are accumlative week per week.

    If they do win, i need it to say 'Yes' and if not, 'No.'

    Obviously, this is a sample of the data as i have a whole season to compile.

    I have attempted to do IF functions with vlookups in them but my excel knowledge is quite limited.

    Any help would be appreciated.

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    04-29-2008
    Location
    Tennessee
    MS-Off Ver
    2007
    Posts
    37

    Re: IF Functions, Conditional Formatting

    I'm sure someone has a shorter formula than this, but here's what I put in cell M4 and then copied down:

    =IF(INDEX(B11:K11,MATCH(INDEX($B$2:$K$2,MATCH(1,B4:K4,0)),$B$9:$K$9,0))-INDEX(B10:K10,MATCH(INDEX($B$2:$K$2,MATCH(1,B4:K4,0)),$B$9:$K$9,0))=3,"Yes","No")

  3. #3
    Registered User
    Join Date
    03-28-2010
    Location
    wokingham, England
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: IF Functions, Conditional Formatting

    thats great.

    thanks alot.

  4. #4
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500

    Re: IF Functions, Conditional Formatting

    I am not quite sure why you choose to match the team name, as both tables are the same shape. I think the following suffices

    =IF(INDEX(B11:K11,MATCH(1,B4:K4,0))-INDEX(B10:K10,MATCH(1,B4:K4,0))=3,"Yes","No")

    Regards

    Dav

+ 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