+ Reply to Thread
Results 1 to 4 of 4

Multiple IF

  1. #1
    Registered User
    Join Date
    10-25-2005
    Posts
    23

    Multiple IF

    Hi everyone...

    I have a question !

    Sheet1:
    A1 (input)

    A2, A3, A4, A5
    (here I need to get a number 1 depending on input in A1. If I put in A1 :
    G I will get number 1 in A2
    V I will get number 1 in A3
    VP I will get number 1 in A4
    C I will get number 1 in A5
    )

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by alen_re
    Hi everyone...

    I have a question !

    Sheet1:
    A1 (input)

    A2, A3, A4, A5
    (here I need to get a number 1 depending on input in A1. If I put in A1 :
    G I will get number 1 in A2
    V I will get number 1 in A3
    VP I will get number 1 in A4
    C I will get number 1 in A5
    )
    See if the following will work for you:

    In Cell A2: =if(A1="G",1,"")
    In Cell A3: =if(A1="V",1,"")
    In Cell A4: =if(A1="VP",1,"")
    In Cell A5: =if(A1="C",1,"")

    Regards.
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    10-25-2005
    Posts
    23
    Thanks a lot.. This is answer to my question..
    Simple.. but when you don't know..

    Thanks again...

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    You are welcome ... just glad I can help.

    Regards.

+ 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