+ Reply to Thread
Results 1 to 3 of 3

Need formula for if condition

  1. #1
    Registered User
    Join Date
    09-26-2009
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    1

    Need formula for if condition

    I am trying to create a formula on a form through checkboxes but am stumped with the multiple conditions:

    5 checkboxes
    Cell Links to C3-C7

    If Cell C3, C4, C5 are True then state in C11 "Great"
    If Cell C3, C4, C6 are True then state in C11 "OK"
    If Cell C1, C2, C3 are True then state in C11 "Good"

    No condition will conflict with any other condition within the cell

    If you know the correct formula, please let me know.

    Thank you in advance.

    Eric

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Need formula for if condition

    Welcome to the forum.

    Here's a way: =IF(C3*C4*C5, "Great", IF(C3*C4*C6, "OK", IF(C1*C2*C3, "Good", "None of the above")))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Need formula for if condition

    IF(C3*C4*C5,"great",IF(C3*C4*C6,"ok",IF(C1*C2*C3,"good","none of these"))
    oh rats and i thought i was first!
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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