+ Reply to Thread
Results 1 to 4 of 4

Logical Test if statements with text--Excel 2002

  1. #1
    Don Guillett
    Guest

    Re: Logical Test if statements with text--Excel 2002

    huh?
    >>be returned to be whatever letter it was

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Matt" <[email protected]> wrote in message
    news:[email protected]...
    > I am trying to format a cell to check and see values for a range of other
    > cells. If the value of the cell is a text letter (r, y, g, or c) I want

    the
    > value to be returned to be whatever letter it was. How can I do thies?




  2. #2
    Matt
    Guest

    Logical Test if statements with text--Excel 2002

    I am trying to format a cell to check and see values for a range of other
    cells. If the value of the cell is a text letter (r, y, g, or c) I want the
    value to be returned to be whatever letter it was. How can I do thies?

  3. #3
    Don Guillett
    Guest

    Re: Logical Test if statements with text--Excel 2002

    huh?
    >>be returned to be whatever letter it was

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Matt" <[email protected]> wrote in message
    news:[email protected]...
    > I am trying to format a cell to check and see values for a range of other
    > cells. If the value of the cell is a text letter (r, y, g, or c) I want

    the
    > value to be returned to be whatever letter it was. How can I do thies?




  4. #4
    JE McGimpsey
    Guest

    Re: Logical Test if statements with text--Excel 2002

    One way, if I understand you correctly:


    =IF(SUM(COUNTIF(A1,{"r","y","g","c"}))>0,A1,"")


    In article <[email protected]>,
    "Matt" <[email protected]> wrote:

    > I am trying to format a cell to check and see values for a range of other
    > cells. If the value of the cell is a text letter (r, y, g, or c) I want the
    > value to be returned to be whatever letter it was. How can I do thies?


+ 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