+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19

Thread: if function

  1. #16
    Registered User
    Join Date
    06-25-2006
    Location
    cheshire,uk
    Posts
    9
    do you know i was just wondering if that was the prob (honest )

    yes your right i'm using microsoft works

    i assumed (wrongly) that they were compatable/sameish

    thanx m8 i'll sort a copy of excel

  2. #17
    Registered User
    Join Date
    06-25-2006
    Location
    cheshire,uk
    Posts
    9
    right now with excel (borrowed daughters computor)

    the formula that dadylonglegs gave does work but...

    whenever "n" is inputed it only it only counts it as one value (ie 2 over par (hole1)
    i need it to count it as 2 over par on which ever hole it is (par3's,4's and 5's)

    hope ive explained myself properly

    any ideas

  3. #18
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,057
    Based on your previous screenshot try this formula in C21

    =SUM(C3:C20)+SUMPRODUCT(--(C3:C20="n"),B3:B20+2)

  4. #19
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,057
    ....or an array formula which need to be confirmed with CTRL+SHIFT+ENTER

    =SUM(IF(C3:C20="n",B3:B20+2,C3:C20))

+ 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.2.0