How To Transpose Or Convert A Single Column To Multiple Columns In Excel || dptutorials

Поделиться
HTML-код
  • Опубликовано: 25 апр 2019
  • In this tutorial, I will show you How To Transpose Or Convert A Single Column To Multiple Columns In Excel
    DON'T CLICK THIS: ➡️ bit.ly/3sPIZvD
    Link to download the exercise file: ➡️ bit.ly/3j92hay
    Best Laptops to use for better speed:
    1️⃣ amzn.to/3lf8zYU
    2️⃣ amzn.to/3xejpAW
    3️⃣ amzn.to/379OqeL
    Best Equipment & Tools for RUclips Channel : ➡️ bit.ly/3inKa1P
    There can be multiple ways to perform this trick, I will show you some of these in this tutorial now.
    So, let us go to the 1st method:
    1.Enter the formula in Cell C1 as =INDIRECT(ADDRESS((ROW($A1)-1)*3+COLUMN(A1),1))
    2. Now let us see the 2nd way of doing this:
    Using OFFSET Function
    Enter the formula in Cell C1 as =OFFSET($A$1,COLUMNS($A1:A1)-1+(ROWS($1:1)-1)*3,0)
    3. Now let us see the 3rd method of doing this by VB Code:
    ➡️ VBA Code:
    Option Explicit
    Sub movetocolumns()
    Dim i As Integer, iRow As Integer
    Dim arrSource As Variant
    'Set the first row
    iRow = 1
    With ActiveWorkbook.Worksheets("Sheet1")
    'get the data into an array from the first column
    arrSource = Range(.Cells(1, 1), .Cells(.Rows.Count, 1).End(xlUp))
    'parse every value of the array and add the data to the next column
    For i = 1 To (UBound(arrSource) - UBound(arrSource) Mod 3) Step 3
    .Cells(iRow, 3) = arrSource(i, 1)
    .Cells(iRow, 4) = arrSource(i + 1, 1)
    .Cells(iRow, 5) = arrSource(i + 2, 1)
    iRow = iRow + 1
    Next i
    'add the remaining values
    Select Case UBound(arrSource) Mod 3
    Case 1 'one item to add
    .Cells(iRow, 3) = arrSource(i, 1)
    Case 2 'still two items to add
    .Cells(iRow, 3) = arrSource(i, 1)
    .Cells(iRow, 4) = arrSource(i + 1, 1)
    Case Else 'nothing to add
    End Select
    End With
    End Sub
    Now go back to the excel sheet and from the view tab, click on view macros and run the macro called “movetocolumns”
    That’s it friends.
    Our Recommendations
    ***************************************************************
    Oracle Primavera Tutorials : bit.ly/3fn9PFH
    Microsoft Excel Tutorials : bit.ly/2V5de5l
    Microsoft Project Tutorials : bit.ly/37guNl7
    For Personalized detail learning, write to dptutorials15@gmail.com
    If you found this video valuable, give it a like. If you know someone who needs to see it, share it. Leave a comment below with your thoughts. Add it to a playlist if you want to watch it later.
    ***********************************************
    ★ My Online Tutorials ► www.dptutorials.com
    ⚡️LEARNING RESOURCES I Recommend: www.dptutorials.com/resources
    ⚡️Subscribe for more Awesome Tutorials: goo.gl/NyAtg2
    ⚡️Support the Channel via shopping: amzn.to/2ZRfTOZ ift.tt/2jH38PR
    ⚡️Tools for RUclips vlogging:
    ***********************************************
    • Laptop: amzn.to/2CaLFxJ
    • Canon 200D Camera: amzn.to/3d7jDR4
    • Benro Tripod: amzn.to/3exQoax
    • Microphone: amzn.to/3c5lEvS
    • Collar Microphone: amzn.to/2X8DWrS
    • Screen recorder: techsmith.pxf.io/2BMjA
    • Boom Arm Stand: amzn.to/3extb87
    • Zoom H1 Audio Recorder: amzn.to/2TNdHFj
    • Harison Softbox Studio Lights: amzn.to/3caGbzg
    • Chroma Key Green Screen: amzn.to/2M60mn4
    • Background Support Stand: amzn.to/3dbACSv
    • Acoustic Foam Background: amzn.to/3gzFtyC
    • USB RGB LED Strip: amzn.to/36BpCLF
    • Wireless Mouse: amzn.to/2TPIrW7
    ***********************************************
    ⚡️You Can Connect with Me at:
    ***********************************************
    RUclips: / dptutorials
    Instagram: / dptutorials
    G+: ift.tt/2kAOpa6
    Twitter: / dptutorials15
    Facebook: ift.tt/2kfRnDi
    BlogSpot: ift.tt/2kB14dh
    Websites: www.dptutorials.com & www.askplanner.blogspot.com
    #dptutorials #Exceltraining #ExcelTricks #ExcelTips #ExcelFreeTraining #ExcelFreeLearning
    ⚡️Tags: -
    1 column,one column,multi column,Into,dptutorials,tutorial,how to convert column to row in excel,leila gharani,Convert A Single Column To Multiple Columns,How To Transpose Or Convert A Single Column To Multiple Columns In Excel,single column to matrix in excel,single column into a table in excel,column into array,transpose single column into multiple rows,convert single column into,one column to multiple columns in excel,single column to multiple columns excel

Комментарии • 181

  • @ridhimabhatia.bhatia
    @ridhimabhatia.bhatia 3 года назад +16

    I want to thankyou from the bottom of my heart for not only making this video but also sharing the formula in the description box of the video. As I have seen other videos where youtubers show the formulas & VBA codes as to be written to run the macro but don't give it in the description box. You have really made my life simpler by sharing the formula in the description & it worked for me. You have saved quite a few hours of mine due to this as I had 336 rows data to be converted to columns width of 10.

    • @dptutorials
      @dptutorials  3 года назад +1

      Thanks a lot for writing in so detail. In fact this is the longest and best comment that I have received till date. You will definitely be my favorite visitor and subscriber for sure. Happy to connect with people like you to get motivated further.

    • @ridhimabhatia.bhatia
      @ridhimabhatia.bhatia 3 года назад +1

      @@dptutorials Thank you for your kind words. It is your video & knowledge that made me write this to thank for your efforts.

    • @dptutorials
      @dptutorials  3 года назад +1

      @@ridhimabhatia.bhatia it is only because of people like you I am getting motivated to publish and share some knowledge that I have. I am happy to connect with positive people like you. You can write me at dptutorials15@gmail.com for any query or solution.

    • @ridhimabhatia.bhatia
      @ridhimabhatia.bhatia 3 года назад

      @@dptutorials sure. Thanks

    • @ashutoshanand4040
      @ashutoshanand4040 3 года назад

      @@ridhimabhatia.bhatia Hey can you help me i have got 9Lakhs rows to be done.Please help me.

  • @juliejoy4776
    @juliejoy4776 3 года назад +3

    Thank you so much. You and this tutorial saved our days. I lost almost one day in searching for ways to do this task with no hope. One of my friends accidentally came across this and shared with me. This is just awesome. Thank you!

    • @dptutorials
      @dptutorials  3 года назад

      Great to hear! and glad it helped. Would like to help you more.

  • @jsnuk3556
    @jsnuk3556 3 года назад

    BRILLIANT !!!!!! Thanks very much for posting three different options, with such clarity. (The second one worked for me.) I came to this video from your other one which was the reverse. It was very helpful that the two videos were linked. You saved me an enormous amount of time, as I couldn't find this explanation anywhere else.

  • @Katie-26
    @Katie-26 4 года назад +1

    THANK YOU!! I tried other videos and for some reason they didn't work. yours did and was VERY easy to follow. GREAT WORK!! :D

    • @dptutorials
      @dptutorials  4 года назад

      Thanks a lot for the feedback. This is seriously motivating.
      I welcome you to subscribe this channel to enjoy more interesting videos.

  • @GiancarloP93
    @GiancarloP93 2 года назад

    Thank you so much for this!
    Is there any way to tweak the formula so that the values are copied in order from top to bottom instead from left to right??

  • @souradeepdas8195
    @souradeepdas8195 2 года назад +1

    Thank you it saved a lot of time. Special thanks for sharing the formula in the description box of the video. VBA codes is absolutely perfect.

  • @rafaqataudit8454
    @rafaqataudit8454 Год назад +1

    Very good video. THANK YOU, dptutorials! you saved us a LOT of time!

  • @fabiandonvil
    @fabiandonvil 3 месяца назад

    thank you. the visual basic method was just the thing i needed.

  • @minagolazad1669
    @minagolazad1669 3 года назад

    I don't know how to thank you. This was the most helpful video. Man, you saved me!

  • @qualityquest6783
    @qualityquest6783 Год назад +1

    Thank you sir, for sharing such a Valuable information, this I was looking exactly to distribute single column data to multiple column and rows.
    Thanks for Superb explanation.

  • @lawrencenocella6150
    @lawrencenocella6150 Год назад

    Brilliant!! Thank you!

  • @DebrajBiswas
    @DebrajBiswas 2 месяца назад

    This is really helpful!!!

  • @fekrabusinesssolutions
    @fekrabusinesssolutions Год назад +1

    Works 100%. Thank you for the great ideas.

  • @Nutrition_Writer
    @Nutrition_Writer 4 года назад

    THANK YOU! This worked for me!

  • @willhalliday5272
    @willhalliday5272 4 года назад

    Thanks, great help!

  • @richcoverdi1281
    @richcoverdi1281 4 года назад +1

    Thankfully.. God bless you...

  • @darioandreozzi97
    @darioandreozzi97 3 года назад +1

    how do a I get the order to be vertical instead of horizontal? I want get 6 columns from the long one I have but keep vertical order of numbers and not horizontal like in the video!! please help

  • @navinkumar4996
    @navinkumar4996 5 месяцев назад

    Very helpful thank you 🙏

  • @henryutila1121
    @henryutila1121 9 месяцев назад +1

    Hi I like the video tutorial very much. Thank you for showing

  • @normanofthetempest7347
    @normanofthetempest7347 4 месяца назад

    Well met! That was great

  • @santhoshgs5853
    @santhoshgs5853 2 года назад

    you are awesome. thank you!

  • @israelmutize2735
    @israelmutize2735 3 года назад +1

    Hello do tutorials
    I have 2 columns with PIN and Serial numbers. I want to combine the two in the form where pin is on top then serial number below but in one cell. I need to do this for like hundreds of cells. How do I do it?

  • @EnglishMonks
    @EnglishMonks Год назад

    Thank you so much.

  • @hannahnguyenanhtho371
    @hannahnguyenanhtho371 10 месяцев назад +1

    thank you so much. This video is really useful.

  • @vishal4guitar2601
    @vishal4guitar2601 4 года назад

    btw, very helpful and clearly explained the output.

  • @nzr2019
    @nzr2019 2 года назад

    You are awesome. this saves a lot of time.

  • @ravindra1206
    @ravindra1206 Год назад

    I am looking for this trick from many days finally I got it.

  • @abhimaheshwari594
    @abhimaheshwari594 3 года назад

    thank you so much for this !!

  • @khuramrazzaq2388
    @khuramrazzaq2388 Год назад

    thanks this video helped me

  • @AdeKaryadi
    @AdeKaryadi 3 года назад

    amazing, nice tutorial

  • @ArmanKhan-iq3ji
    @ArmanKhan-iq3ji 4 года назад +1

    Thank you bro,U make my work so easy 🙂

    • @dptutorials
      @dptutorials  4 года назад

      Thanks a lot for your feedback

  • @farhanhabiburrahman484
    @farhanhabiburrahman484 3 года назад

    Thanks a lot, it's really help me doing statistics task

    • @dptutorials
      @dptutorials  3 года назад

      Glad to hear that. You are welcome 😊, Glad it helped you. Please support my channel.

  • @FAREEHAZOE571
    @FAREEHAZOE571 3 года назад +2

    HLO DEAR I HAPPY TO OPEN THIS VIDEO .KNOWING GUD THING IN DETAIL .I M NEW TO USE EXCEL AND M INSEARCH OF SUCH A GUD KNOWLEDGE .U HAVE TOUGHT IN BRIEF,M THANKFULL TO U AND WANT TO KNOW MORE ON THIS TOPIC .I WANT TO KNOW IF I WILL CONVERT THE DATA INTO 9 OR 10 COLOUMNS INSTEAD OF 3.THEN WHAT SHOULD I DO .
    BUNDLE OF THANKS FOR THIS

  • @sanofamotivation
    @sanofamotivation 3 года назад

    Thank you much really helpful

  • @AN-fl6rz
    @AN-fl6rz 3 года назад

    Thank you for this formula.
    I was trying to replicate this if the column with data started from C5 to let’s say C30. I was not able to find a logical change needed in the formula to capture the data from that row. Would it be possible for you to explain the logic of all the variables please? That would be really helpful. Thank you 🙏

  • @pragyakant8291
    @pragyakant8291 3 года назад

    really useful!!

    • @dptutorials
      @dptutorials  3 года назад

      Glad it was helpful!, Thank you Pragya kant.

  • @alishan6731
    @alishan6731 Год назад

    Brilliant Sir G, This was a lifeline for me Thanks Bro again

  • @alia7142
    @alia7142 3 года назад

    Thank you, you help me so much

  • @oLuii
    @oLuii Год назад

    Indian guy making my life so much easier

    • @dptutorials
      @dptutorials  Год назад

      Sure, Could you please guide me to make better monetization.
      www.buymeacoffee.com/dptutorials

  • @OMGitsAzikk
    @OMGitsAzikk 4 года назад +1

    thank you for help me out.

    • @dptutorials
      @dptutorials  4 года назад

      Thanks a lot for the feedback.
      I welcome you to subscribe to this channel to enjoy more interesting videos.

  • @subhashisbasak4348
    @subhashisbasak4348 3 года назад

    Thanks .... it is a very helpful to me...

  • @mustakeemkhan5243
    @mustakeemkhan5243 4 месяца назад

    Thank Sir important formula 🎉

  • @lankz2050
    @lankz2050 3 года назад

    Thanks a lot

  • @jadhavharish7946
    @jadhavharish7946 Год назад +1

    Thankyou Somuch Bro..

  • @kbaitsi
    @kbaitsi 3 года назад

    Thank you for you video, it was a big help. The truth is I found the third way simpler. One question though. If I want the columns to be let's say 10, what should I change in the code?

    • @dptutorials
      @dptutorials  3 года назад +1

      Will revert post i get a solution.

  • @BalvirSingh-qs9kz
    @BalvirSingh-qs9kz 3 года назад

    Sir, very nice. Thanks

  • @Ramchary4569
    @Ramchary4569 9 месяцев назад +1

    Excellent got formula in 3 minutes of video 🎉❤

  • @krunalmotka84
    @krunalmotka84 2 года назад

    Is it possible to do same for single row into multiple rows

  • @cryssy29
    @cryssy29 2 года назад

    Thank you! This solved an issue I was having with converting a long list of clients into a 3-column list. Can you tell me, however, how would I make this list read alphabetically until the end of the page then start the next client in the middle, then the final in the 3rd. I'm looking to do this:
    AAA BBB CCC
    ABC BBC CCD
    ABD BBD CCE
    ABE BBE CCF
    vs. your tutorial above, which is:
    AAA ABC ABD
    ABE BBB BBC
    BBD BBE CCC
    CCD CCE CCF

    • @dptutorials
      @dptutorials  2 года назад

      Thanks a lot, please write to info@dptutorials.com, we can definitely help you on this if we understand it more clearly.

  • @tapa671
    @tapa671 2 года назад +1

    You r fabulous .

  • @abhishekanand8631
    @abhishekanand8631 10 месяцев назад +1

    Thanks

  • @vishal4guitar2601
    @vishal4guitar2601 4 года назад

    Hi, Can you please help me in my query, these 3 function or formulas, return only text values what if that text value have the hyperlink, I need exactly what you are doing here but my data contains text in some rows with hyperlinks but those are getting removed.
    Thanks
    Vishal GOel

    • @dptutorials
      @dptutorials  4 года назад

      Thanks for writing, Please send me your excel sheet to dptutorials15@gmail, so that I can understand the query in detail.

  • @AlbertWu-hh9se
    @AlbertWu-hh9se 10 месяцев назад

    Thank you. But how to make it 2 under 1 instead of on the right side ? thank you

  • @salilkumar3403
    @salilkumar3403 3 года назад

    very very thanks

  • @RamswaroopBhati
    @RamswaroopBhati 8 месяцев назад

    I have 9 column that contains employee data 3 employee. Like emp1 in 3 column and emp2 in next 3 column and emp3 in next 3 column.
    And emp 4 in first 3 column in next row and so on. How to do to mix data so 1 employees data in single row.

  • @ayushigarg2808
    @ayushigarg2808 3 года назад +1

    Okay, so I have tried using VBA code & In my case data in 5 rows(both numeric & alphabets value) make 1 record. I need to know where to change that number from 3 to 5 in VBA?

  • @TCRecordstracker
    @TCRecordstracker 5 месяцев назад

    I have query similar in such a way that I transposing from row to column but, my rows are not fix in number. Would please help me to solve my daily routine work , I have my data in rows , I want to transpose into 12 column,(Jan-Dec) my rows does not have fix number of month, -for example, I have Jan sale 38900/, then March 25689
    All I want put to value in Jan, Mar. and skip sale value for Feb. Is it possible to have exel formula or VB code so I can put in just like you did for this vedio.

  • @hafizbarkaat7313
    @hafizbarkaat7313 Год назад

    I want to convertits reverse i. e. multiple columns values into single colum.

  • @tijanimuslim8882
    @tijanimuslim8882 4 года назад +6

    Pls, how do I convert from multiple rows and columns into two columns

    • @usmanaslam6809
      @usmanaslam6809 3 года назад

      Option Explicit
      Sub movetocolumns()
      Dim i As Integer, iRow As Integer
      Dim arrSource As Variant
      'Set the first row
      iRow = 1
      With ActiveWorkbook.Worksheets("Sheet1")
      'get the data into an array from the first column
      arrSource = Range(.Cells(1, 1), .Cells(.Rows.Count, 1).End(xlUp))
      'parse every value of the array and add the data to the next column
      For i = 1 To (UBound(arrSource) - UBound(arrSource) Mod 7) Step 7
      .Cells(iRow, 3) = arrSource(i, 1)
      .Cells(iRow, 4) = arrSource(i + 1, 1)
      .Cells(iRow, 5) = arrSource(i + 2, 1)
      .Cells(iRow, 6) = arrSource(i + 3, 1)
      .Cells(iRow, 7) = arrSource(i + 4, 1)
      .Cells(iRow, 8) = arrSource(i + 5, 1)
      .Cells(iRow, 9) = arrSource(i + 6, 1)
      iRow = iRow + 1
      Next i
      'add the remaining values
      Select Case UBound(arrSource) Mod 3
      Case 1 'one item to add
      .Cells(iRow, 7) = arrSource(i, 1)
      Case 2 'still two items to add
      .Cells(iRow, 3) = arrSource(i, 1)
      .Cells(iRow, 4) = arrSource(i + 1, 1)
      .Cells(iRow, 5) = arrSource(i + 2, 1)
      .Cells(iRow, 6) = arrSource(i + 3, 1)
      .Cells(iRow, 7) = arrSource(i + 4, 1)
      .Cells(iRow, 8) = arrSource(i + 5, 1)
      .Cells(iRow, 9) = arrSource(i + 6, 1)
      Case Else 'nothing to add
      End Select
      End With
      End Sub

  • @mayurhatpale7383
    @mayurhatpale7383 Год назад

    How can I use this for any text

  • @Virtue4Christ
    @Virtue4Christ 2 года назад

    Hello and thank you so much. What if I don't want the numbers transposed.

    • @dptutorials
      @dptutorials  2 года назад

      Thanks. Will check and revert

  • @Deevige
    @Deevige 2 года назад +1

    you are a devil, dracula who saved my time you made my day!! long live my dear devil

  • @ashishmunot5091
    @ashishmunot5091 3 года назад +1

    if i have to convert it to multiple columns in another sheet how the reference should be?
    INDIRECT(ADDRESS((ROW(Sheet1!$A1)-1)*17+COLUMN(Sheet1!A1),1)) ?
    But this did not work for me.

  • @mithilagunarathne7543
    @mithilagunarathne7543 3 года назад +1

    Thank you very much dear 🙏🏻
    But what happened with two columns in to multiple columns ?

  • @kumarsview1
    @kumarsview1 Год назад

    Bro how to do this with criteria or condition

  • @gustavoa.villacreses6311
    @gustavoa.villacreses6311 2 года назад

    🔥

  • @yash1152
    @yash1152 2 года назад

    1:05 , 2:22 : what is the meaning of "locking". i have never heard it before, and seeing how u emphasised it, it seemed crucial. So, any resource to learn more about it?
    Any way, nice video. Thanks a lot for sharing this :)

    • @yash1152
      @yash1152 2 года назад

      ohhw, got it. locking means when "dragging" the function - the locked thing wont change. ohkay. cool. niice

    • @dptutorials
      @dptutorials  2 года назад +1

      Its called actually as absolute referencing.

    • @yash1152
      @yash1152 2 года назад

      @@dptutorials ahwwkayh. good to know. thanks for sharing :)

  • @kalpeshjayswal2615
    @kalpeshjayswal2615 4 года назад

    Will this formula also work if the colum no is unequal. I.e. like 1,3,7,9,13,55

  • @MIMGURU
    @MIMGURU 2 года назад

    Good

  • @SantoshKumar-xk3pi
    @SantoshKumar-xk3pi 4 года назад

    Attachment is possible , I will put attachment, any mail id..

  • @samkab677
    @samkab677 Год назад

    How to make the first 10 in column c and the next 10 in column d ?

  • @nizamuddinahmed6290
    @nizamuddinahmed6290 3 года назад +1

    Sir, suppose I want to transpose the data into 3 columns, the values will be transposed to 3 columns, but if I extend my columns number towards right, the next 3 values are being pasted which are also pasted in the 2nd row. I want a function, where if I choose 3 columns, the data should only be pasted in 3 columns and the columns next to the 3rd column should be either blank or zero. Please help

    • @dptutorials
      @dptutorials  3 года назад

      Hi,
      Please share your working file, so that I can understand better what exactly you are saying, @dptutorials15@gmail.com

    • @nizamuddinahmed6290
      @nizamuddinahmed6290 3 года назад

      @@dptutorials Sure, I'm sending you now. Please sir make a formula for this. It will really help me a lot. I have been searching for a solution and finally on your channel found a trick which 90% meets my requirement. If you help me figuring out the small issue, it will make my work much more easier. I am very happy that you addressed this problem. Thank you Sir.

  • @kumardolly564
    @kumardolly564 4 года назад

    Sir column is changed to row is possible but row to column is not possible why ?

  • @RangoliTV2028
    @RangoliTV2028 3 года назад +1

    Many days one problem i m face.
    Only one column many contact add, how to separate mane column separately accordingly.please .

  • @kyguygaming6891
    @kyguygaming6891 3 года назад +1

    What if you want the numbers to transpose down the columns instead of across the rows?? PLEASE HELP

    • @dptutorials
      @dptutorials  3 года назад

      sorry, i did not get thequestion right, could you please explain in detail at dptutorials15@gmail.com

    • @kyguygaming6891
      @kyguygaming6891 3 года назад +1

      @@dptutorials I was just wondering how to get the numbers to count down the columns instead of across the rows.
      What you showed:
      1 2 3
      4 5 6
      7 8 9
      What I was looking for:
      1 4 7
      2 5 8
      3 6 9

  • @khasho
    @khasho 5 лет назад

    When I delete the original columns the converted rows turn into "O". Help

    • @Katie-26
      @Katie-26 4 года назад +3

      Because the output columns depend on the original columns, you can't simply delete them. What you can do is copy ALL the output you want, select a place to paste it (I use a separate sheet bc I like to keep the original input for double checking), when you right click to paste(do not use the hotkeys to paste) select "Paste Special" and then pick Values only. You should now have columns that are no longer dependent on original (so deleting them won't effect these). Please note, changes to original will not reflect in this "value only paste", so if you change the original, redo the steps above :D

  • @dcjerryunbeatable
    @dcjerryunbeatable 2 года назад

    Help me out...
    How to add diffrent units in a single coloumn..?....if data will like
    Wheat-in KG
    Milk- in Litre
    Keyboard jn pcs

    • @dptutorials
      @dptutorials  2 года назад

      Please drop me the excel sheet at info@dptutorials.com

  • @SatwinderSingh-it5vi
    @SatwinderSingh-it5vi 3 года назад

    how we used this formula in different sheets

    • @dptutorials
      @dptutorials  3 года назад +1

      If all the sheets have the data in the same column, then you can select all sheets at once and type the formula in a cell.

  • @user-lh6gg3ye6j
    @user-lh6gg3ye6j 5 месяцев назад

    Vba code where find?

  • @Amitnir11
    @Amitnir11 4 года назад

    How to use concatenate formula multiple cell for the whole month

  • @muthukrishnantvm
    @muthukrishnantvm 3 года назад

    I have a doubt, single column data having different rows (eg. rows a1 to a10 is a one record, this has 10 rows like this some data having 11 rows) which is also available in the single column a1, how to resolve this pls give a solution

  • @bogdannicolescu280
    @bogdannicolescu280 3 года назад

    Worked like a charm for me 2 this one: =INDIRECT(ADDRESS((ROW($A1)-1)*3+COLUMN(A1),1)) I think i should get a tattoo with it on my arm or somewhere else on my skin ... i don't know ... somewhere to be easily seen/found/understood :)) A big (y) from me :D

  • @bhavanakatta4689
    @bhavanakatta4689 5 лет назад

    How to do the other way round. Converting 3 columns into 1 column?

    • @dptutorials
      @dptutorials  4 года назад

      There is already a video on this topic in my channel

    • @qmransari1
      @qmransari1 4 года назад

      dptutorials can you share the link of the video

  • @nabajyotisarkar2228
    @nabajyotisarkar2228 4 года назад +1

    How to multiple columns convert in multiple row by VBA ??

    • @dptutorials
      @dptutorials  4 года назад

      Thanks a lot for the feedback.
      I welcome you to subscribe to this channel to enjoy more interesting videos.

  • @bhanupothamsetty3679
    @bhanupothamsetty3679 4 года назад +1

    How to convert two columns in to single row do u have any idea

  • @AhmedSC
    @AhmedSC 3 года назад

    How to make it virtically number 2 is down number 1

  • @reemamushrooms1752
    @reemamushrooms1752 2 года назад

    Want to thank you first..
    But please tell if it is row what will do

    • @dptutorials
      @dptutorials  2 года назад +1

      Let me do a video on this as well.

  • @mustakeemkhan5243
    @mustakeemkhan5243 4 месяца назад

    There are 20 members in 1 column and there are 10 sir names in 2nd column, 4 are unique, 6 are duplicates, using which formula to put sir names with 20 members?

  • @shivani748
    @shivani748 3 года назад

    Error; c, d.e (1) are getting pasted to c. D,e (2)

  • @johnfundador6986
    @johnfundador6986 Год назад

    how about transposing 5 columns into 4 multiple columns?

  • @girirajdk1420
    @girirajdk1420 2 года назад

    How to do vice versa

    • @dptutorials
      @dptutorials  2 года назад

      Hi, Please find the video for the same. ruclips.net/video/OG_yNrQNJ6g/видео.html

  • @yash1152
    @yash1152 2 года назад

    okay, so, a li'l help to u from my side :) paste the following text *_as it is_* in description, and youtube will pick these up as video chapters. So, will help the viewers :)
    ---
    0:00 Introduction
    0:26 1: "Indirect" function
    2:11 2: "Offset" function
    3:30 3: Using VBA
    4:18 Outroduction

  • @tanusreesharma1467
    @tanusreesharma1467 Год назад

    WHAT IS THE FORMULA IF CONVERT SINGLE COLUMN TO 8 COLUMN & FIRST COLUMN SUPPOSE TO BE DATE COLUMN... PLSE HELP

  • @vrushabhhavale1331
    @vrushabhhavale1331 3 месяца назад

    This is for 1 column. Then how it where it is in 2 columns

  • @moviesscenes2955
    @moviesscenes2955 Год назад

    Okay, this 20 digit row line , than how in convert.

  • @SantoshKumar-xk3pi
    @SantoshKumar-xk3pi 4 года назад

    How to do single colum to multiple row,
    Example A coloum 1, 1,1,1 ,2,2,2,3,4
    B coloum John, Santosh, Chandru, Shazeeb
    C coloum 10, 20, 3,4,5,7
    Extra, now I need row Vs coloum

  • @mahendrasinh20
    @mahendrasinh20 3 года назад

    Sir But Isame Font Colour change ho Jata he Red Colour ho to formula Lagane ke Bad Black ho jata he

  • @knackdexterit4026
    @knackdexterit4026 Год назад

    Only horizontally you've shown, what about vertically.?

  • @anhnhatnguyet4628
    @anhnhatnguyet4628 4 года назад

    imgur.com/a/INTKRJS
    how to be like picture with vba ?

  • @khalilahmed-fp7vl
    @khalilahmed-fp7vl 3 года назад

    How to convert multiple columns