+ Reply to Thread
Results 1 to 4 of 4

Alternative to If Function on Open Office Calc

  1. #1
    Registered User
    Join Date
    06-24-2016
    Location
    Kuala Lumpur
    MS-Off Ver
    Open Office
    Posts
    3

    Alternative to If Function on Open Office Calc

    Hi Guys,

    I been researching but fail to find an alternative of this function.
    The reason I require this alternative is because it is the best way I can relate to what I want,

    My issue is I have more than 2 value and IF function only allows two value to be entered.

    With two value : example:
    =IF(E13>1;"FALSE";"TRUE")

    But now I have more than 2 values in which,
    =IF
    E13>1 then F13 = 2
    E13>3 then F13 = 3
    E13>5 then F13 = 4
    E13>7 then F13 = 5

    Would greatly appreciate if anyone can assist me on this.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Alternative to If Function on Open Office Calc

    Try this...

    =IF(E13>7;5;IF(E13>5;4;IF(E13>3;3;IF(E13>1;2;""))))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    06-24-2016
    Location
    Kuala Lumpur
    MS-Off Ver
    Open Office
    Posts
    3

    Re: Alternative to If Function on Open Office Calc

    Quote Originally Posted by Tony Valko View Post
    Try this...

    =IF(E13>7;5;IF(E13>5;4;IF(E13>3;3;IF(E13>1;2;""))))
    Thanks, it sure worked!
    I tried it before but didn't work, Thanks to you I figured out the issue, the number has to be descending it seems !!
    Cant believe i spent like 4 hours on this
    You are a life saver

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Alternative to If Function on Open Office Calc

    You're welcome. Thanks for the feedback!

+ 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. [SOLVED] Is Calc of Open Office comparable to Excel?
    By ediman16 in forum Excel General
    Replies: 1
    Last Post: 06-26-2015, 03:26 AM
  2. Form Controls MS Office excel and LibreOffice calc
    By Pali in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-05-2014, 03:20 AM
  3. Open PDf specific page, work with office 2007 but not on office 2013
    By haktak in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-10-2014, 01:58 AM
  4. Open office calc problem
    By ste1200 in forum Excel General
    Replies: 1
    Last Post: 09-22-2011, 03:47 PM
  5. MS office vs open office compatible
    By Mladjone in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-14-2011, 08:23 AM
  6. Open Office - is it a suitable alternative to Excel?
    By lsu-i-like in forum Excel General
    Replies: 0
    Last Post: 07-29-2008, 02:24 PM
  7. [SOLVED] Problem of Open Office and MS Office
    By PKH in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-04-2005, 12:06 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