+ Reply to Thread
Results 1 to 5 of 5

Using ISTEXT to search the same column

  1. #1
    Registered User
    Join Date
    06-11-2007
    Posts
    24

    Using ISTEXT to search the same column

    Note: I have uploaded a sample spreadsheet with the problem and the required results.

    I’m trying to get ISTEXT to search a range of cells in the same column but it will not work. I use text as numbers and would like the result to search looking for 1-* (*is a wild card). The result should be “8”. Is this possible?


    I hope you can help. If you need more information please let me know.

    Mike
    Attached Files Attached Files
    Last edited by mike4545; 06-24-2007 at 11:17 PM. Reason: wrong title

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Try
    =MAX(ISTEXT(F4:F7)*E4)
    Must be array entered (ctrl, shift, enter).


    rylo

  3. #3
    Registered User
    Join Date
    06-11-2007
    Posts
    24
    Works good but is it possible to tie in the 1-* somewhere in the formula?

    Mike in Canada

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Mike

    how about

    =ISNUMBER(MATCH("1-*",F5:F7,0))*E4


    rylo

  5. #5
    Registered User
    Join Date
    06-11-2007
    Posts
    24
    Thanks so much for your help.

    Mike

+ 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