+ Reply to Thread
Results 1 to 3 of 3

Data Cleanup - ignoring blanks, ignoring rows with string values etc.

  1. #1
    Registered User
    Join Date
    10-22-2014
    Location
    Cape Town, South Africa
    MS-Off Ver
    Office Pro 2010
    Posts
    3

    Data Cleanup - ignoring blanks, ignoring rows with string values etc.

    Hi,

    I have a list of data imported from another source, in several worksheets, which I want to combine in a single worksheet, with only the viable records displayed. I can do nothing about the source information (ERP system, with a BP which will charge me an arm and a leg for making changes to this report).

    The source information have all sorts of blank rows, subtotals, page break indicators, repeat headers and what not that I do not need, and will be a disturbance in the new sheet.

    This is where I am at:
    i want to write a code that says,

    if cells(rownr,1).value = "blank"
    skip row

    but i do not know how to reference the blank.

    then, i want to run a check on column C(qty on hand)
    if the value in this cell equals a string, or is blank, then row must also be skipped

    Picture of data attached, data that must be skipped in yellow.

    This should get rid of all the lines i don't need

    Have tried general internet search as well as searching this forum, but not coming up with anything that will help me.

    Thank you!
    Attached Images Attached Images

  2. #2
    Registered User
    Join Date
    10-22-2014
    Location
    Cape Town, South Africa
    MS-Off Ver
    Office Pro 2010
    Posts
    3

    Re: Data Cleanup - ignoring blanks, ignoring rows with string values etc.

    Oh, silly me, found the way to deal with blanks - ""

  3. #3
    Registered User
    Join Date
    10-22-2014
    Location
    Cape Town, South Africa
    MS-Off Ver
    Office Pro 2010
    Posts
    3

    Re: Data Cleanup - ignoring blanks, ignoring rows with string values etc.

    Still need to know how to check if the value is a string... Anyone? Please?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Compare two ranges of data and give unique values in two different columns ignoring blanks
    By rampulaparthi in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-16-2013, 04:17 PM
  2. [SOLVED] Formula to search range for either or both values, ignoring blanks
    By TC1980 in forum Excel General
    Replies: 6
    Last Post: 06-28-2013, 09:53 AM
  3. Macro to sum values in one column based on data in another colum while ignoring blanks
    By The Machinist in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 11-15-2012, 03:25 PM
  4. [SOLVED] Move data in rows ignoring blanks
    By mmartin79 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-25-2012, 10:16 AM
  5. Listing values while ignoring blanks
    By DamienC in forum Excel General
    Replies: 4
    Last Post: 07-10-2008, 09:18 AM

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