+ Reply to Thread
Results 1 to 4 of 4

If or

  1. #1
    Registered User
    Join Date
    05-23-2014
    Posts
    17

    If or

    Hi,

    I'm trying to write a formula that does something similar to the following, is this possible and how?

    =IF(a1>0 OR B1>0, [value_if_true],[value_if_false]

    thanks 1troy123

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,127

    Re: If or

    Try this and let me know.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by Glenn Kennedy; 05-30-2014 at 08:52 AM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: If or

    =IF(OR(a1>0,B1>0),[value_if_true],[value_if_false])
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    05-23-2014
    Posts
    17

    Re: If or

    this works a treat thank you!!

+ 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