Results 1 to 3 of 3

Thread: Excel: How To: Function to identify cells with "*" [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2004
    Location
    Carlisle, PA
    Posts
    1,045

    Resolved Excel: How To: Function to identify cells with "*" [RESOLVED]

    Esteemed Forum Participants and Lurkers:
    ===============================
    Excel 2003 Functions

    I regularly receive a worksheet that has some cells with "*" as the contents of the cell. I need to programmatically find the address of these cells with a function. I have tried the "Match" and "Countif" functions, but they both seem to consider the "*" as a wildcard!

    =MATCH("*",A7:E7,0)
    =MATCH(CHAR(CODE("*")),A7:E7,0)
    =COUNTIF(A7:E7,"*")

    Is there some way to turn off the wildcard action of "*"? Is there a simple function to find an occurrence of "*" as the total contents of the cell in a range of cells (row)?
    Last edited by Webtest; Nov 28th, 2005 at 11:44 AM. Reason: RESOLVED
    Blessings in abundance,
    All the Best,
    & ENJOY!

    Art . . . . Carlisle, PA . . USA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width