Posts by MisterT

    Hi,


    I got some great help from this forum before, but have hit another problem:


    I would like to convert an excel s/sheet containing a LONG list of URLs into a comma delimited text file, such that:


    URL1
    URL2
    URL3
    URL4


    becomes a .txt file:


    URL1,URL2,URL3,URL4


    Any suggestions (other than by hand!) would be enormously appreciated.


    BTW: The reason for this is that I wish to feed these URLs into fping - a multiple hostname ping program, and thus I will be wanting to convert the output back into excel.



    Thanks,


    Mike

    Hi,


    I have a huge s/sheet with 25,000 rows, and 50+ columns. Each " company name" (row) has 50+ "characteristics" (columns) and some company names appear many times, with different characteristics.


    Does anybody have any suggestions how I can:


    1)Assign each company name a unique ID, and where that appears more than once, give it the same ID?


    2)Create an additional column that reports the number of times that name appears (number of rows)?


    An example would be:


    ID name - #appearances - characteristics
    1 nameA - 1 - 1 0 0 0 (etc)
    2 nameB - 3 - 1 1 0 1 0
    2 nameB - 3 - 1 0 1 0 0
    2 nameB - 3 - 0 1 0 0 0
    3 nameC - 2 - 1 1 0 0 0
    3 nameC - 2 - 1 1 0 0 1
    4 nameD - 1 - 1 1 0 0 0


    ---
    Windows ME/ Office 2000
    Or: Windows XP/ Office XP



    Thanks in advance for any/all help.


    Cheers,


    Mike