+ Reply to Thread
Results 1 to 6 of 6

if formula

  1. #1
    Registered User
    Join Date
    03-24-2014
    Posts
    18

    if formula

    Hi
    Another problem for my fishing competition
    The first fish from each peg counts as 2 points the rest count as 1 point.......
    So what I have done is.......
    =(A2*1+1) so five fish will give me a score of 6, (5*1+1) tho if on a peg that no fish are caught it will still record a score of 1 (which is my problem)

    Sent from my Nexus 7 using Tapatalk
    Last edited by B1G0; 04-22-2014 at 03:46 PM.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,795

    Re: Formula help

    try
    =if(A2=0,0,(A2*1+1) )

    or
    =if(A2=0,0,(A2+1) )
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    03-24-2014
    Posts
    18

    Re: Formula help

    Nice 1 etaf it works a treat tho how could I do that for multiple cells? As in A2 is round 1 and A3 is round 2 how could I write that as a formula?

    Sent from my Nexus 5 using Tapatalk

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,795

    Re: Formula help

    exactly what did you want to do - can you give an example or add a sample spreadsheet.

    I think this may help

    =if(A2=0,0,(A2+1) ) + if(A3=0,0,(A3+1) ) + =if(A4=0,0,(A4+1) ) etc

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    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.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)

  6. #6
    Registered User
    Join Date
    03-24-2014
    Posts
    18

    Re: Formula help

    Etaf your a star ;-)

    Sent from my Nexus 5 using Tapatalk

+ 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. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 PM

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