+ Reply to Thread
Results 1 to 4 of 4

Automatic Deletion of A Row

  1. #1
    Registered User
    Join Date
    01-18-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    28

    Automatic Deletion of A Row

    How can I delete the entire row if the cell I am referring to is blank

    Foreg: if A11 is blank, then it should delete the 11th row.

    What formula shud I use along with isblank?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Automatic Deletion of A Row

    Formulas cannot delete rows. You'll either need to use VBA or filter on blanks and then delete visible cells.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    01-18-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Automatic Deletion of A Row

    How can I make the sheet name to appear in a particular cell?

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Automatic Deletion of A Row

    Try this
    Copy and paste as is into any cell
    =MID(CELL("filename",A1),SEARCH("[",CELL("filename",A1))+1,SEARCH("]",CELL("filename",A1))-SEARCH("[",CELL("filename",A1))-1)

+ 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