+ Reply to Thread
Results 1 to 9 of 9

My results don't appear in the cell

Hybrid View

  1. #1
    DeltaSis4
    Guest

    My results don't appear in the cell

    I am using a Sum IF(ISTEXT)) formula. I already know the formula is correct
    because the results appear correctly in the Function Arguments pop-up box.
    However, I can't get the results to appear in the cell. Help!!!!

  2. #2
    Niek Otten
    Guest

    Re: My results don't appear in the cell

    So what *does* appear in the cell?

    --

    Kind Regards,

    Niek Otten

    Microsoft MVP - Excel

    "DeltaSis4" <DeltaSis4@discussions.microsoft.com> wrote in message
    news:20F36A8E-0AEA-4A49-9DE9-1C64CEE8B6E8@microsoft.com...
    >I am using a Sum IF(ISTEXT)) formula. I already know the formula is
    >correct
    > because the results appear correctly in the Function Arguments pop-up box.
    > However, I can't get the results to appear in the cell. Help!!!!




  3. #3
    DeltaSis4
    Guest

    Re: My results don't appear in the cell

    Nothing

    "Niek Otten" wrote:

    > So what *does* appear in the cell?
    >
    > --
    >
    > Kind Regards,
    >
    > Niek Otten
    >
    > Microsoft MVP - Excel
    >
    > "DeltaSis4" <DeltaSis4@discussions.microsoft.com> wrote in message
    > news:20F36A8E-0AEA-4A49-9DE9-1C64CEE8B6E8@microsoft.com...
    > >I am using a Sum IF(ISTEXT)) formula. I already know the formula is
    > >correct
    > > because the results appear correctly in the Function Arguments pop-up box.
    > > However, I can't get the results to appear in the cell. Help!!!!

    >
    >
    >


  4. #4
    David McRitchie
    Guest

    Re: My results don't appear in the cell

    As you can tell there aren't many mindreaders here.

    But we're getting better at pulling teeth.

    What is the formula and what are the values it is looking at.
    Provide information so that a question can be answered.

    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "DeltaSis4" <DeltaSis4@discussions.microsoft.com> wrote in message news:145BA522-A9C5-4A43-9084-E6284437F980@microsoft.com...
    > Nothing
    >
    > "Niek Otten" wrote:
    >
    > > So what *does* appear in the cell?
    > >
    > > --
    > >
    > > Kind Regards,
    > >
    > > Niek Otten
    > >
    > > Microsoft MVP - Excel
    > >
    > > "DeltaSis4" <DeltaSis4@discussions.microsoft.com> wrote in message
    > > news:20F36A8E-0AEA-4A49-9DE9-1C64CEE8B6E8@microsoft.com...
    > > >I am using a Sum IF(ISTEXT)) formula. I already know the formula is
    > > >correct
    > > > because the results appear correctly in the Function Arguments pop-up box.
    > > > However, I can't get the results to appear in the cell. Help!!!!

    > >
    > >
    > >




  5. #5
    DeltaSis4
    Guest

    Re: My results don't appear in the cell

    =(SUM(IF(ISTEXT(C6:AE6),0.5,0)))

    "David McRitchie" wrote:

    > As you can tell there aren't many mindreaders here.
    >
    > But we're getting better at pulling teeth.
    >
    > What is the formula and what are the values it is looking at.
    > Provide information so that a question can be answered.
    >
    > ---
    > HTH,
    > David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    > My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    > Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
    >
    > "DeltaSis4" <DeltaSis4@discussions.microsoft.com> wrote in message news:145BA522-A9C5-4A43-9084-E6284437F980@microsoft.com...
    > > Nothing
    > >
    > > "Niek Otten" wrote:
    > >
    > > > So what *does* appear in the cell?
    > > >
    > > > --
    > > >
    > > > Kind Regards,
    > > >
    > > > Niek Otten
    > > >
    > > > Microsoft MVP - Excel
    > > >
    > > > "DeltaSis4" <DeltaSis4@discussions.microsoft.com> wrote in message
    > > > news:20F36A8E-0AEA-4A49-9DE9-1C64CEE8B6E8@microsoft.com...
    > > > >I am using a Sum IF(ISTEXT)) formula. I already know the formula is
    > > > >correct
    > > > > because the results appear correctly in the Function Arguments pop-up box.
    > > > > However, I can't get the results to appear in the cell. Help!!!!
    > > >
    > > >
    > > >

    >
    >
    >


  6. #6
    David McRitchie
    Guest

    Re: My results don't appear in the cell

    You can't have a range of more than once cell for ISTEXT.
    even if you had all text values in every cell you would get False

    Value is the value you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name
    referring to any of these, that you want to test.

    =IF(ISTEXT(C6:AE6),0.5,0)
    ISTEXT will alwasys be false
    so you get 0 from that.
    So surround that with sum simply gets 0.

    That was more fun than pulling teeth.
    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "DeltaSis4" <DeltaSis4@discussions.microsoft.com> wrote in message news:2B160D56-FC9E-44A6-B8DA-DEF12C276A25@microsoft.com...
    > =(SUM(IF(ISTEXT(C6:AE6),0.5,0)))
    >
    > "David McRitchie" wrote:
    >
    > > As you can tell there aren't many mindreaders here.
    > >
    > > But we're getting better at pulling teeth.
    > >
    > > What is the formula and what are the values it is looking at.
    > > Provide information so that a question can be answered.
    > >
    > > ---
    > > HTH,
    > > David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    > > My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    > > Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
    > >
    > > "DeltaSis4" <DeltaSis4@discussions.microsoft.com> wrote in message news:145BA522-A9C5-4A43-9084-E6284437F980@microsoft.com...
    > > > Nothing
    > > >
    > > > "Niek Otten" wrote:
    > > >
    > > > > So what *does* appear in the cell?
    > > > >
    > > > > --
    > > > >
    > > > > Kind Regards,
    > > > >
    > > > > Niek Otten
    > > > >
    > > > > Microsoft MVP - Excel
    > > > >
    > > > > "DeltaSis4" <DeltaSis4@discussions.microsoft.com> wrote in message
    > > > > news:20F36A8E-0AEA-4A49-9DE9-1C64CEE8B6E8@microsoft.com...
    > > > > >I am using a Sum IF(ISTEXT)) formula. I already know the formula is
    > > > > >correct
    > > > > > because the results appear correctly in the Function Arguments pop-up box.
    > > > > > However, I can't get the results to appear in the cell. Help!!!!
    > > > >
    > > > >
    > > > >

    > >
    > >
    > >





+ 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