+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : excel equal function problems

Hybrid View

liam-the-1-n-only excel equal function problems 04-29-2010, 06:23 AM
DonkeyOte Re: excel equal function... 04-29-2010, 06:30 AM
liam-the-1-n-only Re: excel equal function... 04-29-2010, 08:50 AM
arthurbr Re: excel equal function... 04-29-2010, 08:52 AM
  1. #1
    Registered User
    Join Date
    04-29-2010
    Location
    trowbridge
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    21

    Exclamation excel equal function problems

    Hi Guys hope this is right place to post, anyway here goes my problem

    i am designing my own football table for our group now I had some problems with vlookup clashes (same rank error) i solved that but now i have another prob as you football fans will know if you draw you get 1 point now im using this formula

    =IF('Group Stages'!B5='Group Stages'!C5,1,0)

    now of course 2 blank cells means technically they are equal so i get the result 1 now if i wrote in numbers that were the same then that would be fine but of course if they are blank its because they havent played, so how can i resolve this problem is there a better formula to use please help asap guys

    p.s. any more info to help let me know

    CHEERS Liam

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: excel equal function problems

    Perhaps:

    =IF(AND('Group Stages'!B5='Group Stages'!C5,'Group Stages'!B5<>""),1,0)

  3. #3
    Registered User
    Join Date
    04-29-2010
    Location
    trowbridge
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    21

    Smile Re: excel equal function problems

    Quote Originally Posted by DonkeyOte View Post
    Perhaps:

    =IF(AND('Group Stages'!B5='Group Stages'!C5,'Group Stages'!B5<>""),1,0)
    this seems to work atm.... will post if any problems thank you but just wondering could you explain what its doing???

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: excel equal function problems

    Hi,
    maybe have a look at XL's help. It's all explained there

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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