+ Reply to Thread
Results 1 to 5 of 5

Easiest way to delete blank cells in column (not entire row)

  1. #1
    sramsey
    Guest

    Easiest way to delete blank cells in column (not entire row)

    Can anyone refresh my memory as to what would be the easiest way to delete
    blank cells within a column of data. (Not the entire row - just individual
    cells and shift them up to have a list without blanks). I know there are many
    ways to do this, some more advanced than others, but I am looking for the
    most simple. Thanks in advance!
    --
    sramsey

  2. #2
    Dave Peterson
    Guest

    Re: Easiest way to delete blank cells in column (not entire row)

    Select the column
    edit|goto|special
    check blanks
    edit|delete
    and choose to shift the cells up.

    sramsey wrote:
    >
    > Can anyone refresh my memory as to what would be the easiest way to delete
    > blank cells within a column of data. (Not the entire row - just individual
    > cells and shift them up to have a list without blanks). I know there are many
    > ways to do this, some more advanced than others, but I am looking for the
    > most simple. Thanks in advance!
    > --
    > sramsey


    --

    Dave Peterson

  3. #3
    sramsey
    Guest

    Re: Easiest way to delete blank cells in column (not entire row)

    Thanks Dave - it didn't work for me though - I realized that they aren't
    truly blanks, they contain a formula =IF(COUNTIF($A$3:$A$4823,C3)=0,C3,"") it
    appears that those are blanks...any new ideas?
    --
    sramsey


    "Dave Peterson" wrote:

    > Select the column
    > edit|goto|special
    > check blanks
    > edit|delete
    > and choose to shift the cells up.
    >
    > sramsey wrote:
    > >
    > > Can anyone refresh my memory as to what would be the easiest way to delete
    > > blank cells within a column of data. (Not the entire row - just individual
    > > cells and shift them up to have a list without blanks). I know there are many
    > > ways to do this, some more advanced than others, but I am looking for the
    > > most simple. Thanks in advance!
    > > --
    > > sramsey

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Dave Peterson
    Guest

    Re: Easiest way to delete blank cells in column (not entire row)

    Are you sure you want to delete just the cells and shift up?

    This sounds like you'll end up with a bunch of inconsistent formulas--going down
    that column, that is.

    I would cheat a bit.
    This formula:
    =IF(COUNTIF($A$3:$A$4823,C3)=0,C3,"")
    would change to:
    =IF(COUNTIF($A$3:$A$4823,C3)=0,C3,na())

    Then use the same kind of technique:
    Select the column
    edit|goto|special
    check formulas
    but only check errors
    edit|delete
    and choose to shift the cells up.

    Then change those formulas back.



    sramsey wrote:
    >
    > Thanks Dave - it didn't work for me though - I realized that they aren't
    > truly blanks, they contain a formula =IF(COUNTIF($A$3:$A$4823,C3)=0,C3,"") it
    > appears that those are blanks...any new ideas?
    > --
    > sramsey
    >
    > "Dave Peterson" wrote:
    >
    > > Select the column
    > > edit|goto|special
    > > check blanks
    > > edit|delete
    > > and choose to shift the cells up.
    > >
    > > sramsey wrote:
    > > >
    > > > Can anyone refresh my memory as to what would be the easiest way to delete
    > > > blank cells within a column of data. (Not the entire row - just individual
    > > > cells and shift them up to have a list without blanks). I know there are many
    > > > ways to do this, some more advanced than others, but I am looking for the
    > > > most simple. Thanks in advance!
    > > > --
    > > > sramsey

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

  5. #5
    sramsey
    Guest

    Re: Easiest way to delete blank cells in column (not entire row)

    Dave - You're aweseome! Thanks so much for the help...that worked perfect!
    --
    sramsey


    "Dave Peterson" wrote:

    > Are you sure you want to delete just the cells and shift up?
    >
    > This sounds like you'll end up with a bunch of inconsistent formulas--going down
    > that column, that is.
    >
    > I would cheat a bit.
    > This formula:
    > =IF(COUNTIF($A$3:$A$4823,C3)=0,C3,"")
    > would change to:
    > =IF(COUNTIF($A$3:$A$4823,C3)=0,C3,na())
    >
    > Then use the same kind of technique:
    > Select the column
    > edit|goto|special
    > check formulas
    > but only check errors
    > edit|delete
    > and choose to shift the cells up.
    >
    > Then change those formulas back.
    >
    >
    >
    > sramsey wrote:
    > >
    > > Thanks Dave - it didn't work for me though - I realized that they aren't
    > > truly blanks, they contain a formula =IF(COUNTIF($A$3:$A$4823,C3)=0,C3,"") it
    > > appears that those are blanks...any new ideas?
    > > --
    > > sramsey
    > >
    > > "Dave Peterson" wrote:
    > >
    > > > Select the column
    > > > edit|goto|special
    > > > check blanks
    > > > edit|delete
    > > > and choose to shift the cells up.
    > > >
    > > > sramsey wrote:
    > > > >
    > > > > Can anyone refresh my memory as to what would be the easiest way to delete
    > > > > blank cells within a column of data. (Not the entire row - just individual
    > > > > cells and shift them up to have a list without blanks). I know there are many
    > > > > ways to do this, some more advanced than others, but I am looking for the
    > > > > most simple. Thanks in advance!
    > > > > --
    > > > > sramsey
    > > >
    > > > --
    > > >
    > > > Dave Peterson
    > > >

    >
    > --
    >
    > Dave Peterson
    >


+ 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