+ Reply to Thread
Results 1 to 3 of 3

COUNTIF "Seeing" text - as in "*"

  1. #1
    Registered User
    Join Date
    09-29-2006
    Posts
    18

    COUNTIF "Seeing" text - as in "*"

    {=IF(COUNTIF(I17,"*"),A17,"")}

    I am using the above formula in column H to look into an adjacent column (I) to see if there is text. If true, I want it to return a value from another cell. The problem is that "I" contains a forumla (=IF(COUNTIF($A$14:B14,B14)=1,B14,"") ) eliminating double entries. I need to eliminate all double entries, but my original forumla is "seeing" the IF formula in column I as text and thus returning a value for every cell in column H.

    If is possible to have a formula not be reconized as text? Is there a work around?

  2. #2
    Registered User
    Join Date
    09-29-2006
    Posts
    18
    I didn't get any replys, but I found a work around

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try,

    =SUMPRODUCT(--(NOT(ISERR(SEARCH("~*",I17,1)))))

    VBA Noob

+ 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