+ Reply to Thread
Results 1 to 2 of 2

omitting blank cells

  1. #1
    Registered User
    Join Date
    06-01-2005
    Posts
    9

    omitting blank cells

    I have a table of data whose shape and number can vary, ie sometimes we will have 10 data points in groups of 2. Sometimes it is 49 data in groups of 7. Other times it can be 21 data points in groups of 3. However, there will never be more than 10 groups and 10 data points per group (a total of 100 data points in 10 groups). I would like to create a function that searches the table and returns the values of the cells but omits the blank cells. I intend to return the values in a single column. Is this doable? Thanks.
    Last edited by daufoi; 10-18-2005 at 03:03 AM.

  2. #2
    Registered User
    Join Date
    06-01-2005
    Posts
    9
    What I need is the function to look in the first cell of the range, then:

    if cell has an integer, return cell value in a cell in the second sheet
    if cell is empty, go to next cell
    if next cell has an integer, return cell value in the next cell in the second sheet
    if next cell is empty, go to next cell

+ 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