Results 1 to 4 of 4

Delete rows containing ""

Threaded View

  1. #1
    Registered User
    Join Date
    11-23-2011
    Location
    Belgium
    MS-Off Ver
    Excel 2010
    Posts
    7

    Exclamation Delete rows containing ""

    Hi guys,

    The problem seems more complex than it really is but here I go

    I've attached my file so you can have a closer look at it. If you open the file you will notice a column called "volgnum", this is the id of the dataset. Beside the volgnum there are 32 columns ranging from a, bel_a to p, bel_p. These columns (the lettre and bel_lettre) belong together.

    The desired output I need is a table that contains the following:
    volgnum (this is the id) - measure - choice - importance

    At the moment I've got the volgnum folowed by 32 columns. 2 tasks:
    1. What I need is that these 32 COLUMNS are transformed into 16 ROWS with the above structure: volgnum - measure - choice - importance.
    2. But as you can see, in my spreadsheet there are a lot of blank cells so I need them deleted to.

    I started another spreadsheet and tried to define a formula to create these separate columns, however I'm not able to solve it and it seems a bit too simplistic. The code:

    volgnum measure choice importance
    613
    837
    1029
    1136
    1146
    ...
    1399 a 2
    1437
    833
    1348

    An example of the code in the cell 613 - measure is: =IF(ISNUMBER([Buspotentie.xlsx]Sheet2!$B2);$B$1;"")

    As you can see, volgnum 1399 has got a value in the spreadsheet. So it's obvious that the code returns a value.

    I hope you guys can help me, further explanation is off course no problem.

    Thanks in advance
    Attached Files Attached Files

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