+ Reply to Thread
Results 1 to 3 of 3

Change list data

  1. #1
    Daveo
    Guest

    Change list data

    Hi there,

    Is there a way of quickly turning some data in this format:

    A B
    Name Name1
    Address Address1
    Name Name2
    Address Address2
    Name Name3
    Address Address3

    Into this format:

    A B
    Name Address
    Name1 Address1
    Name2 Address2
    Name3 Address3


    Thanks in advance anyone - David


  2. #2
    Bucky
    Guest

    Re: Change list data

    Fill down the columns C and D as far as you need:

    C = INDIRECT("B" & ROW()*2-1)
    D = INDIRECT("B" & ROW()*2)


  3. #3
    Daveo
    Guest

    Re: Change list data

    Thanks Bucky - David


+ 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