+ Reply to Thread
Results 1 to 7 of 7

delete row based on criteria

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-26-2009
    Location
    Slovakia
    MS-Off Ver
    Excel 2019
    Posts
    244

    Re: delete row based on criteria

    thanks ! I've tried it but ... there is some mistake>
    =FIND({1\2\3\4\5\6\7\8\9\0};A1&1234567890)
    or my excel is bad?

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: delete row based on criteria

    In my locale it would be:

    B1: 
    =IF(EXACT(UPPER(LEFT(A1,3)),LEFT(A1,3))*(MIN(FIND({1,2,3,4,5,6,7,8,9,0},A1&1234567890))=4),1,NA())
    copied down
    see the attached - it should auto translate to your own settings upon opening - from which you can copy the formula (to your file).
    Attached Files Attached Files

+ 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