Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Excel General Help

Excel General Help

Scheduled Pinned Locked Moved The Lounge
helplounge
21 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M moon_stick

    The standard Excel transpose solution isn't going to work here - you'll need to write a macro to a task like this.

    Sarchasm : The gulf between the author of sarcastic wit and the person who doesn't get it.

    E Offline
    E Offline
    Eaverae
    wrote on last edited by
    #12

    Or just use another program for data storage.. ;)

    "My personality is not represented by my hometown."

    1 Reply Last reply
    0
    • P Peter_in_2780

      OK, we've had enough fun with you. Try this (but make sure you have JS enabled in your browser!) :)

      Software rusts. Simon Stephenson, ca 1994.

      N Offline
      N Offline
      NaveenHS
      wrote on last edited by
      #13

      Thanks Peter... I have tried the same ..but i have to do every row at a time ...there are 100 rows its difficult if i select all the rows i get the contents in one row .. :( so any alternate method ? Please let me know ..

      1 Reply Last reply
      0
      • P Peter_in_2780

        OK, we've had enough fun with you. Try this (but make sure you have JS enabled in your browser!) :)

        Software rusts. Simon Stephenson, ca 1994.

        D Offline
        D Offline
        Dalek Dave
        wrote on last edited by
        #14

        That won't work, that will move all rows to columns. As far as I can tell he wants the 'Blocks' transposed, so that this... Name 1 Organization 1 Organization 1 Mail Id Appears as a block, and repeats horizontally. It can be done, but you will have to right some VBA for it.

        ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

        P 1 Reply Last reply
        0
        • D Dalek Dave

          That won't work, that will move all rows to columns. As far as I can tell he wants the 'Blocks' transposed, so that this... Name 1 Organization 1 Organization 1 Mail Id Appears as a block, and repeats horizontally. It can be done, but you will have to right some VBA for it.

          ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

          P Offline
          P Offline
          Peter_in_2780
          wrote on last edited by
          #15

          Dalek Dave wrote:

          you will have to right some VBA for it

          :wtf: Is that as in 'right the ship'? As an Engineer, I haven't touched VBA, and I don't intend to start now. Maybe your professional accounting skills could be applied to the benefit of the OP. ;P

          Software rusts. Simon Stephenson, ca 1994.

          D 1 Reply Last reply
          0
          • P Peter_in_2780

            Dalek Dave wrote:

            you will have to right some VBA for it

            :wtf: Is that as in 'right the ship'? As an Engineer, I haven't touched VBA, and I don't intend to start now. Maybe your professional accounting skills could be applied to the benefit of the OP. ;P

            Software rusts. Simon Stephenson, ca 1994.

            D Offline
            D Offline
            Dalek Dave
            wrote on last edited by
            #16

            Oh god, it is too early.

            ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

            P 1 Reply Last reply
            0
            • D Dalek Dave

              Oh god, it is too early.

              ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

              P Offline
              P Offline
              Peter_in_2780
              wrote on last edited by
              #17

              Knockoff time here! The aroma of the Lamb Korma has reached my home office, so it's time to go sit by the fire for a few minutes before I put the rice on. :) :) [there should be a 'licking lips yum yum' smiley]

              Software rusts. Simon Stephenson, ca 1994.

              1 Reply Last reply
              0
              • R Roger Wright

                I so hate feature creep... :sigh:

                Will Rogers never met me.

                H Offline
                H Offline
                Henry Minute
                wrote on last edited by
                #18

                Roger Wright wrote:

                I so hate feature creep...

                C'mon Roger, by our age you should be getting used to it, an inevitable result of the passage of time. BTW: Have you started working nights, or just not got to bed yet?

                Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                R 1 Reply Last reply
                0
                • N NaveenHS

                  Hello Everyone, I have some Rows of data, like Name 1 Organization 1 Organization 1 Mail Id Name 2 Organization 1 Organization 1 Mail Id Name 3 Organization 1 Organization 1 Mail Id Is there any option to convert all rows to Columns at once ... i tried the Paste Special option but it puts all the 3 rows data to one row i trying with this format in each rows Name 1 Organization 1 Organization 1 Mail Id Name 2 Organization 1 Organization 1 Mail Id Please help me with this .... Thanking you, Naveen HS

                  B Offline
                  B Offline
                  Bassam Abdul Baki
                  wrote on last edited by
                  #19

                  Copy and paste into Word. Replace "^p" (carriage return) with "^t" (tab). Replace "^tMail" with "^pMail". Copy and paste into Excel.

                  1 Reply Last reply
                  0
                  • N NaveenHS

                    Hello Everyone, I have some Rows of data, like Name 1 Organization 1 Organization 1 Mail Id Name 2 Organization 1 Organization 1 Mail Id Name 3 Organization 1 Organization 1 Mail Id Is there any option to convert all rows to Columns at once ... i tried the Paste Special option but it puts all the 3 rows data to one row i trying with this format in each rows Name 1 Organization 1 Organization 1 Mail Id Name 2 Organization 1 Organization 1 Mail Id Please help me with this .... Thanking you, Naveen HS

                    D Offline
                    D Offline
                    Dan Neely
                    wrote on last edited by
                    #20

                    I've always just used a text editor with regex support to do that sort of thing.

                    3x12=36 2x12=24 1x12=12 0x12=18

                    1 Reply Last reply
                    0
                    • H Henry Minute

                      Roger Wright wrote:

                      I so hate feature creep...

                      C'mon Roger, by our age you should be getting used to it, an inevitable result of the passage of time. BTW: Have you started working nights, or just not got to bed yet?

                      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                      R Offline
                      R Offline
                      Roger Wright
                      wrote on last edited by
                      #21

                      Though I need to be up at 5 AM, I rarely get to bed before 12M. You can't really change a nightowl, which I've been since childhood... :doh:

                      Will Rogers never met me.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups