+ Reply to Thread
Results 1 to 6 of 6

Excel formula If A is true then check B and if B is negative then return

Hybrid View

  1. #1
    Registered User
    Join Date
    09-16-2013
    Location
    Oslo
    MS-Off Ver
    Office 365 V.2201 / Win11
    Posts
    17

    Re: Excel formula If A is true then check B and if B is negative then return

    I have made this code, but how can i get "check positive number" to see if there is a + (or not a - in front of the number?)
    =IF(F2="High";IF(E2="Check positive number";"Win";"Loose"))
    ok i figured out the code, but how can i have it check for the "low" part in the same cell aswell?
    =IF(F2="High";IF(E2>=0;"Win";"Loose"))
    And is it possible to add a same type of code but with "low" instead aswell in the same cell? so it checks first for IF high, and if not found it checks for IF LOW?

    ok i managed to make it myself, but thanks anyways.

    and the code was
    =IF(F2="High";IF(E2>=0;"Win";"Loose");IF(F2="Low";IF(E2<=0;"win";"Loose")))
    Last edited by andreasnw; 09-18-2013 at 10:03 AM.

+ 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. Check font color and return a True or False
    By randolphoralph in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-21-2013, 09:13 PM
  2. Replies: 3
    Last Post: 04-09-2012, 02:53 PM
  3. If formula with true/false check box options
    By jamierat in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 12-21-2011, 08:48 PM
  4. Formula of negative check needed
    By drakaz in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-25-2011, 05:09 AM
  5. Check four conditions return TRUE or FALSE
    By mkvassh in forum Excel General
    Replies: 6
    Last Post: 11-16-2009, 07:26 AM

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