+ Reply to Thread
Results 1 to 4 of 4

Deleting cells based on contents or displayed contents

  1. #1
    Registered User
    Join Date
    06-11-2006
    Posts
    15

    Deleting cells based on contents or displayed contents

    Hi there,

    I have a spreadsheet that I'll be passing on to other people who know nothing of excel, so I need to simplify it as much as possible, so I'm writing Macros to make it a simple button-press to formulate reports. I need to apply a formula to a column but it is of variable length, so what my plan to do is apply the fomula using an if function, where it would return a specific value if it reached the end of the table. For example, in column E i input the formula:

    =IF(ISBLANK(D56),"purple",SUMIFS('Raw Data'!H:H,'Raw Data'!C:C,Information!B56,'Raw Data'!A:A,Information!A56))

    I did this with the plan of doing a find and replace, finding "purple" and replacing it with nothing, hoping that would delete the cell contents, but it simply removed the word purple from the formula. Is there any way I can make it so I can include a macro that adds a variable to a field of variable length, or, more simply, delete cells based on criteria?

    Thanks for any help.
    Last edited by thebottomline; 02-24-2010 at 12:27 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Deleting cells based on contents or displayed contents

    If you use REPLACE, search for *purple* and replace with nothing. When using the REPLACE wizard, don't ignore the OPTIONS.

    Are you wanting to delete cell contents or delete rows from your data? Utilizing VBA, there are many ways to delete empty rows quite fast. Is the column to check for blanks column D? Then something like this:

    Please Login or Register  to view this content.
    To do the same thing with just cell contents:
    Please Login or Register  to view this content.
    Last edited by JBeaucaire; 02-24-2010 at 08:50 AM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    06-11-2006
    Posts
    15

    Re: Deleting cells based on contents or displayed contents

    Thank you very much indeed, I'll try both of those out. I like to learn the detail behind coding and functions, so I can use them again, would I be able to find that out via google?

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Deleting cells based on contents or displayed contents

    Is there much you can't learn by Googling nowadays? I Google to great success. Just form your Google search properly:

    excel vba delete blank rows
    excel sumproduct function


    ...etc.

    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].

    (Also, use the blue "scales" icon in our posts to leave Reputation Feedback, it is appreciated. It is found across from the "time" in each of our posts.)

+ 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