Results 1 to 2 of 2

Thread: Regression Analysis On 1000 Sheets

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2006
    Posts
    5

    Regression Analysis On 1000 Sheets

    I have approximately 1000 worksheets, each containing data that a regression analysis must per performed upon. The data is in the same columns on all sheets. The problem I'm facing is that there are frequently rows containing blank cells that I want to eliminate from the regressions, and these rows are different for the various worksheets. Obviously, a macro is needed to avoid manually analyzing 1000 sheets. I understand how to use With..End With to accomplish a regression across all the sheets, but does anyone have suggestions about how to filter the rows on each sheet to eliminate the blank cells?
    Thanks for any help,
    Ken.

  2. #2

    Thread Starter
    New Member
    Join Date
    Feb 2006
    Posts
    5

    Re: Regression Analysis On 1000 Sheets

    I just answered my own question. The ISNUMBER() function eliminates the problem when either or both of the cells in a particular row are blank; regression ignores blank cells.
    Ken.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width