+ Reply to Thread
Results 1 to 3 of 3

=(IF(ISTEXT('Data Report'!$L2:$L4),'Data Report'!N3,J11)) Response

  1. #1
    s2frost
    Guest

    =(IF(ISTEXT('Data Report'!$L2:$L4),'Data Report'!N3,J11)) Response

    I have 3 cells that may or may not contain text my statement is the following:
    =(IF(ISTEXT('Data Report'!$L2:$L4),'Data Report'!N3,J11)). What I need to
    happen is to have N3 posted in the cell of this formula if any of the three
    cells have text in them. I feel I am close but not quite there. The
    response I get is works only if all L2:L4 is FALSE,FALSE,FALSE or TRUE,TRUE,
    TRUE.

    Help is appreciated.

  2. #2
    Fred
    Guest

    RE: =(IF(ISTEXT('Data Report'!$L2:$L4),'Data Report'!N3,J11)) Response

    Try:
    =if(or(istext($L2),istext($L3),istext($L4)),'Data Report!N3,J11)

    HTH,

    "s2frost" wrote:

    > I have 3 cells that may or may not contain text my statement is the following:
    > =(IF(ISTEXT('Data Report'!$L2:$L4),'Data Report'!N3,J11)). What I need to
    > happen is to have N3 posted in the cell of this formula if any of the three
    > cells have text in them. I feel I am close but not quite there. The
    > response I get is works only if all L2:L4 is FALSE,FALSE,FALSE or TRUE,TRUE,
    > TRUE.
    >
    > Help is appreciated.


  3. #3
    RagDyeR
    Guest

    Re: =(IF(ISTEXT('Data Report'!$L2:$L4),'Data Report'!N3,J11)) Response

    You can just add an OR() to your *array* formula.

    =(IF(OR(ISTEXT('Data Report'!$L2:$L4)),'Data Report'!N3,J11))
    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "s2frost" <[email protected]> wrote in message
    news:[email protected]...
    I have 3 cells that may or may not contain text my statement is the
    following:
    =(IF(ISTEXT('Data Report'!$L2:$L4),'Data Report'!N3,J11)). What I need to
    happen is to have N3 posted in the cell of this formula if any of the three
    cells have text in them. I feel I am close but not quite there. The
    response I get is works only if all L2:L4 is FALSE,FALSE,FALSE or TRUE,TRUE,
    TRUE.

    Help is appreciated.



+ 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