+ Reply to Thread
Results 1 to 6 of 6

removing the balnk data in the pivot

  1. #1
    Registered User
    Join Date
    08-07-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    45

    Question removing the balnk data in the pivot

    Dear sir,
    I have a problem in removing the blank row/column in my pivot table


    I want to displays the data in Chart format in another worksheet.
    Do i need to select the data with a row of blank data so that the pivot will automatically updated after data input. i have tried not selecting the blank but the table wont update after data entered.

    I will be eagerly waiting for your reply.
    Kevin
    Attached Files Attached Files

  2. #2
    Forum Contributor codeslizer's Avatar
    Join Date
    05-28-2013
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2003 - 2010
    Posts
    245

    Re: removing the balnk data in the pivot

    You could simply create a dynamic named range using OFFSET to make sure only filled rows and columns are picked up for the table references. Following is the formula for that
    Please Login or Register  to view this content.
    Hope this helps!

    pivot.xlsm
    cOdEsLiZeR - Back after a long break.. Let's sLiZe some more cOdEs!!

  3. #3
    Registered User
    Join Date
    08-07-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: removing the balnk data in the pivot

    Sorry of my follish , can i know where can i add the "formula"??

  4. #4
    Forum Contributor codeslizer's Avatar
    Join Date
    05-28-2013
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2003 - 2010
    Posts
    245

    Re: removing the balnk data in the pivot

    Hey.. that's alright. It seems you might not be aware of named ranges as of now. No issues, we're all learners.

    Navigate to Formulas tab > Name Manager. This is the place you'll be seeing all of the named ranges. Hit New.. command button to add a new named range. Two important fields are Name and Refers To. Name defines the name of the named range - with which you might call in codes like
    Please Login or Register  to view this content.
    or simply type in on the field available on the left side of the formula bar. It would select the range. And Refers To would store the address of the range.
    For your better understanding, I have used OFFSET to give me a running-car-window-like effect in excel. You must have seen how things are visible through a window of any car. Window remains same with some dimensions, its just things outside that window keeps moving. That's what we did in this function.

    How to do it? -- Here's the link : http://postimg.org/image/9gjm96g0j/

    Attaching the re-worked file again for your references.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    08-07-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: removing the balnk data in the pivot

    i m really appreciate of your kindly help....i've learnt a lot during the course.......thank you

  6. #6
    Forum Contributor codeslizer's Avatar
    Join Date
    05-28-2013
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2003 - 2010
    Posts
    245

    Re: removing the balnk data in the pivot

    Always welcome! Keep posting your doubts and concerns. Team would love to help you anytime!

+ 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