+ Reply to Thread
Results 1 to 3 of 3

IF(ISTEXT to ignore formulas

  1. #1
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    IF(ISTEXT to ignore formulas

    I want to get a count of names from column "E". The names are linked to another sheet so each cell contains the formula for a link (sheet and cell). The list will change with the selection of a date from a dropdown list, so as the date changes the length of the list will change. I tried to use the formula below but that counts all cells in column "E" weather the cell has just a formula or is returning a name.

    Please Login or Register  to view this content.
    I have also tried COUNT, COUNTA and COUNTIF vairations but they all include all the link formulas as well. I want to exclude a count of formulas and only count names.

    Jim O
    Last edited by JO505; 10-19-2011 at 04:32 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: IF(ISTEXT to ignore formulas

    Try this

    =COUNTIF(E:E,"*?")

    that won't count "null strings" returned by formulas
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: IF(ISTEXT to ignore formulas

    DLL,

    That works perfectly! Thanks for your time.

    Jim O

+ 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