+ Reply to Thread
Results 1 to 3 of 3

IF formula

  1. #1
    Registered User
    Join Date
    06-11-2006
    Posts
    1

    IF formula

    Hi

    I would like to ask for assistance setting a formula for a worksheet I am working on.

    In colum A answers are from 1 tol 7 but colum b only requires answer from people in category 1 and 2 in cat a. How do I automatically fill colum b with the words no response if col a answers 3 to 7. Example below.

    A B
    3 No response
    4 No response
    1 Yes

    I have been trying work this out for a while and I am new to using formulas.
    Any help gratefully received.
    Thank you.

    Robert

  2. #2
    Sandy Mann
    Guest

    Re: IF formula

    Try:


    =IF(A1="","",IF(A1>2,"No Response",""))

    --
    HTH

    Sandy
    In Perth, the ancient capital of Scotland

    [email protected]
    [email protected] with @tiscali.co.uk


    "bobby30" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I would like to ask for assistance setting a formula for a worksheet I
    > am working on.
    >
    > In colum A answers are from 1 tol 7 but colum b only requires answer
    > from people in category 1 and 2 in cat a. How do I automatically fill
    > colum b with the words no response if col a answers 3 to 7. Example
    > below.
    >
    > A B
    > 3 No response
    > 4 No response
    > 1 Yes
    >
    > I have been trying work this out for a while and I am new to using
    > formulas.
    > Any help gratefully received.
    > Thank you.
    >
    > Robert
    >
    >
    > --
    > bobby30
    > ------------------------------------------------------------------------
    > bobby30's Profile:
    > http://www.excelforum.com/member.php...o&userid=35301
    > View this thread: http://www.excelforum.com/showthread...hreadid=550822
    >




  3. #3
    CLR
    Guest

    Re: IF formula

    =IF(A1="","",IF(OR(A1=1,A1=2),"Yes","No response"))

    Vaya con Dios,
    Chuck, CABGx3


    "bobby30" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi
    >
    > I would like to ask for assistance setting a formula for a worksheet I
    > am working on.
    >
    > In colum A answers are from 1 tol 7 but colum b only requires answer
    > from people in category 1 and 2 in cat a. How do I automatically fill
    > colum b with the words no response if col a answers 3 to 7. Example
    > below.
    >
    > A B
    > 3 No response
    > 4 No response
    > 1 Yes
    >
    > I have been trying work this out for a while and I am new to using
    > formulas.
    > Any help gratefully received.
    > Thank you.
    >
    > Robert
    >
    >
    > --
    > bobby30
    > ------------------------------------------------------------------------
    > bobby30's Profile:

    http://www.excelforum.com/member.php...o&userid=35301
    > View this thread: http://www.excelforum.com/showthread...hreadid=550822
    >




+ 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