+ Reply to Thread
Results 1 to 3 of 3

trying to add an OR formula to current forumla

  1. #1
    Registered User
    Join Date
    06-03-2013
    Location
    Spokane
    MS-Off Ver
    Excel 2007
    Posts
    7

    trying to add an OR formula to current forumla

    So the Formula I have now is:

    =IF(U4>=$AE$3, E4-1, E4)

    and I need add that if U4>=19 the E4 -2 instead of -1
    may be a simple fix I just dont know how to word it correctly so that the box will accept my formula

    Thanks.. this forum has been a real help thus far!
    Last edited by kingsnipes; 06-14-2013 at 07:38 PM.

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: trying to add an OR formula to current forumla

    perhaps
    =IF(U4>=$AE$3, E4-if(u4>=19,2,1), E4)
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  3. #3
    Registered User
    Join Date
    06-03-2013
    Location
    Spokane
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: trying to add an OR formula to current forumla

    Quote Originally Posted by JosephP View Post
    perhaps
    =IF(U4>=$AE$3, E4-if(u4>=19,2,1), E4)
    PERFECT! Thanks... I now have the PERFECT speadsheet for my clubs skins games You guys rock!

+ 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