+ Reply to Thread
Results 1 to 2 of 2

Hiding blank rows

  1. #1
    mlkpied
    Guest

    Hiding blank rows

    I have a spreadsheet with columns, first name, last name, home phone,
    business phone and cell phone. When I don't have phone information in any of
    the three columns I would like that column to be hidden or deleted. Can I do
    this in some automated fashion? Thanks. Michael

  2. #2
    bj
    Guest

    RE: Hiding blank rows

    try adding a column
    in that column put something like
    =if(counta(b2-d2)>0,"",1)
    and use autofilter to hide the 1s


    "mlkpied" wrote:

    > I have a spreadsheet with columns, first name, last name, home phone,
    > business phone and cell phone. When I don't have phone information in any of
    > the three columns I would like that column to be hidden or deleted. Can I do
    > this in some automated fashion? Thanks. Michael


+ 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