+ Reply to Thread
Results 1 to 3 of 3

IF OR and ELSE

  1. #1
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    IF OR and ELSE

    Hi Guys - i/m under pressure at work and beginning to melt under the strain!

    I have a spreadsheet which has 30701 Rows! dont ask!

    I need a formula in column S2:S30701 which says:

    If cell T2 = "unknown" and cell O2 = 3 then "unknown withdrew"

    AND

    if cell T2 = "unknown" and O2 = 1 or 2 then "unknown complete"

    otherwise = T2

    am i gibbering??????

    Thanks alot
    Last edited by Blake 7; 01-05-2011 at 07:01 AM.
    Blake 7

    If your question has been answered, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

    If any member's response has helped to solve your problem, please consider using the scales icon on the top right of their post to show your appreciation.

    http://failblog.org/

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

    Re: IF OR and ELSE

    =IF(AND(T2="unknown",OR(O2={1,2})),"unknown complete",IF(AND(T2="unknown",O2=3),"unknown withdrawn",T2))
    "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

  3. #3
    Valued Forum Contributor Blake 7's Avatar
    Join Date
    10-01-2010
    Location
    Bogota, Colombia
    MS-Off Ver
    Excel 2010 64 bit and Excel 2007,
    Posts
    1,377

    Re: IF OR and ELSE

    Hiya Martin - thanks alot. One of those days where I doubt my own name!

    they are making redundancies here! (more for less apparently) so ship scared to make a mistake!!!

    Cheers

+ 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