+ Reply to Thread
Results 1 to 2 of 2

New To Excel Formulas..problems with "or"

  1. #1
    Registered User
    Join Date
    02-27-2011
    Location
    Wales, UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    New To Excel Formulas..problems with "or"

    Hi Guys,

    I use a programme that connects with Excel which enables me to trade on football matches using Excel formulas.

    I currently have a formula that will settle my bets when i hit the profit i want.

    The help i require is can i do a formula which is similar to the following:

    =IF(D14>50, "GREEN") or IF(D14<-25, "GREEN")

    i keep getting an error! Also, can you use minus numbers and if so how?? thanks in advance!!

    Ian

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,481

    Re: New To Excel Formulas..problems with "or"

    Try this
    =IF(OR(D14>50,D14<-25),"GREEN","")

+ 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