+ Reply to Thread
Results 1 to 5 of 5

Showing only columns with data...

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-04-2006
    Posts
    151

    Showing only columns with data...

    Hello and Good Day,

    I have 3 columns of information.

    In column a, I have a helper row (I think that's what it is called) to show a number if the cell next to it in row B contains information. In column C is where I would like the information to be displayed. The trick is, I would like the information in column C to begin on the first row as the information in column B (Based on criteria of month and date) expires throughout the course of the month. How can this be done?

    I have attached an example...

    Once again I call upon the help of the experts, and once again, thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    It can be done, but it is not entirely clear from your post what you require.

    What criteria are being applied?
    Does the list want to be sorted?

    Can you be a little more descriptive

    Regards

    Dav

  3. #3
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by NewExcelUser
    Hello and Good Day,

    I have 3 columns of information.

    In column a, I have a helper row (I think that's what it is called) to show a number if the cell next to it in row B contains information. In column C is where I would like the information to be displayed. The trick is, I would like the information in column C to begin on the first row as the information in column B (Based on criteria of month and date) expires throughout the course of the month. How can this be done?

    I have attached an example...

    Once again I call upon the help of the experts, and once again, thank you.
    Hi,

    Correct the formula in A1 to

    =IF(OR(B1="",B1=0),"",COUNTA($B$1:B1)-COUNTBLANK($B$1:B1))

    and your C1 formula to

    =IF(ISERROR(VLOOKUP(ROW(A1),$A$1:$B$20,2,FALSE)),"",VLOOKUP(ROW(A1),$A$1:$B$20,2,FALSE))

    note, I still disagree with your formula in B as it works for single months in the worksheet only, the 'anniversaries' answer is still preferred.

    hth
    ---
    Last edited by Bryan Hessey; 11-16-2006 at 06:00 AM.
    Si fractum non sit, noli id reficere.

  4. #4
    Forum Contributor
    Join Date
    10-04-2006
    Posts
    151
    Amazing. Simply Amazing! Is there anything that Excel can't do?

    Thank you so much! I really appreciate all your help!

  5. #5
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by NewExcelUser
    Amazing. Simply Amazing! Is there anything that Excel can't do?

    Thank you so much! I really appreciate all your help!
    Excel doesn't make good coffee.

    Thanks for the response.

    ---

+ 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