Autofit Columns and Rows

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2016
  • Autofit allows Excel to expand columns and rows to fit the widest piece of data. This includes a demonstration of how to fit all the columns in a worksheet at one time.

ความคิดเห็น • 63

  • @mzamnesia7190
    @mzamnesia7190 3 ปีที่แล้ว +65

    Tutorial starts at 1:55 for those in a hurry

  • @ExcelAtData
    @ExcelAtData 3 ปีที่แล้ว +25

    Nice video Kelly 😊 There is a keyboard shortcut to resize the columns. Press Ctrl + A to select all the cells then ALT + H + O + I to automatically resizing Column widths. Similarly for Rows, Press Ctrl + A to select all the cells then ALT + H + O + A to automatically resizing Row widths.

    • @syn7861
      @syn7861 2 ปีที่แล้ว

      Thank youuuu

  • @yaweli2968
    @yaweli2968 2 หลายเดือนก่อน

    No running in circles, just straight to the point.Thanks

  • @solzmama679
    @solzmama679 11 หลายเดือนก่อน

    Thank you for simplifying this, I had watched a few videos and still didn’t get it until I watch you clear and concise video explaining how to. Thanks so much for sharing.

  • @user-tc4to9ru3n
    @user-tc4to9ru3n ปีที่แล้ว

    Thank you so very much. I used to do these adjustments one-by-one. Your video saved me so much time.

  • @GreenTRC1
    @GreenTRC1 3 ปีที่แล้ว +1

    Thank you, this is exactly what I was looking for!☺️

  • @cmyers7807
    @cmyers7807 2 ปีที่แล้ว

    Explained very well. With short amount of time:)

  • @odanyboy84
    @odanyboy84 ปีที่แล้ว

    Wow this saved me hours of work. Thank you so much hopes all is well 😁🙏

  • @kevinforde2490
    @kevinforde2490 2 ปีที่แล้ว

    Thank you, easy to understand and follow.

  • @chhunyi6040
    @chhunyi6040 2 ปีที่แล้ว

    Oh my god, you are life-saving ! Thank you for this useful video

  • @ericnelson4337
    @ericnelson4337 5 ปีที่แล้ว +2

    Thanks. Short, concise and to the point!

  • @christopherstone76
    @christopherstone76 5 ปีที่แล้ว

    Awesome! Well done and thank you very much.

  • @vincentakanda7330
    @vincentakanda7330 ปีที่แล้ว

    Short and clear, thank you.

  • @pwillis7220
    @pwillis7220 5 ปีที่แล้ว

    Thank you for your video. Subscribed.

  • @pradeepkumar-yx5uk
    @pradeepkumar-yx5uk 2 ปีที่แล้ว

    It's very easiest & simpl way to auto fit in Excel thank u mam

  • @danielolamideadeoke739
    @danielolamideadeoke739 3 ปีที่แล้ว +2

    clarity, concise and time saving

  • @pacifiquendayizeye7275
    @pacifiquendayizeye7275 4 ปีที่แล้ว

    thank you very much. really helpful

  • @missvillanueva6328
    @missvillanueva6328 ปีที่แล้ว

    Has salvado mi vida🎉😅 gracias 👍

  • @michaeleisenbise4278
    @michaeleisenbise4278 5 หลายเดือนก่อน

    Great information well presented.

  • @marioh.4361
    @marioh.4361 ปีที่แล้ว

    great video

  • @k94nicator12
    @k94nicator12 3 ปีที่แล้ว

    Awesome. Thank you.

  • @wycliffmachipisa3656
    @wycliffmachipisa3656 2 ปีที่แล้ว

    thank you.very helpful

  • @letsgosurfingdude
    @letsgosurfingdude 2 ปีที่แล้ว

    Nice explanation. Do more tutorials!

  • @Tubefish07
    @Tubefish07 5 หลายเดือนก่อน

    Helpful. Thank you!

  • @user-zq8lw4zr2r
    @user-zq8lw4zr2r 4 หลายเดือนก่อน

    Thank YOU!

  • @mikelennon1078
    @mikelennon1078 3 ปีที่แล้ว +3

    Can you make this Automatic instead of re working every time?

    • @ExcelAtData
      @ExcelAtData 3 ปีที่แล้ว +3

      Yes you can, using VBA. Press Alt + F11 to open the Visual Basic Editor (For Mac, press FN + ALT + F11). Under VBAProject --> Microsoft Excel Objects Folder, you should see ThisWorkbook. Click on ThisWorkbook to open it. You should see two dropdowns menus, first one will have "(General)" change this to "Workbook". For the second dropdown, you should see "Declarations", change this to "SheetChange". Then copy and paste the below code in the code area. Save the file as Macro-Enabled Workbook (file format .xlsm). Now the columns and rows will automatically resize. Hope that helps 😊
      Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
      Cells.EntireColumn.AutoFit
      Cells.EntireRow.AutoFit
      End Sub

    • @ExcelAtData
      @ExcelAtData 3 ปีที่แล้ว +3

      There is also a keyboard shortcut to resize the columns. Press Ctrl + A to select all the cells then ALT + H + O + I to automatically resizing column widths.

  • @devvv4616
    @devvv4616 6 ปีที่แล้ว +1

    THANKS A TON!!!!

  • @florenceonano3785
    @florenceonano3785 6 หลายเดือนก่อน

    This was helpful. Thanks

  • @jerrysamuels8716
    @jerrysamuels8716 6 ปีที่แล้ว +2

    Perfect!

  • @user-vb8nd8bw3i
    @user-vb8nd8bw3i ปีที่แล้ว

    Thank you!

  • @classyal8035
    @classyal8035 3 ปีที่แล้ว

    THANK YOU SO MUCH GOD BLESS

  • @TheBlessingReport
    @TheBlessingReport ปีที่แล้ว

    great video good job

  • @sikwescarter905
    @sikwescarter905 3 ปีที่แล้ว +1

    That's the way to do it!

  • @PaulMerrill
    @PaulMerrill 4 ปีที่แล้ว

    Brilliant!!

  • @dufourrichard856
    @dufourrichard856 5 ปีที่แล้ว +3

    Nice, good info after 1:37. thx

  • @tundralane256
    @tundralane256 5 ปีที่แล้ว

    thank you

  • @ravindrapaturkar6147
    @ravindrapaturkar6147 2 ปีที่แล้ว

    VERY INFORMATIVE

  • @daisydelriorios7563
    @daisydelriorios7563 3 ปีที่แล้ว

    Life saver

  • @smileeey2470
    @smileeey2470 6 ปีที่แล้ว +1

    Thanks

  • @juliebabes9667
    @juliebabes9667 ปีที่แล้ว

    THANK U

  • @abdallahalsandly4895
    @abdallahalsandly4895 5 ปีที่แล้ว

    thanks

  • @johnkupa8885
    @johnkupa8885 3 ปีที่แล้ว

    thanks mehm..

  • @musicaman68
    @musicaman68 6 ปีที่แล้ว +2

    Excel-lent!!!!

  • @odracircomix7359
    @odracircomix7359 6 ปีที่แล้ว

    great

  • @mohanswarup6205
    @mohanswarup6205 3 ปีที่แล้ว

    Tq ao much mam

  • @sumanthvakacharla1915
    @sumanthvakacharla1915 ปีที่แล้ว

    When we close and open the file that format is not being saved

  • @manojsable8482
    @manojsable8482 3 ปีที่แล้ว

    Row height?

  • @rayray2001111
    @rayray2001111 4 ปีที่แล้ว

    Best

  • @janaesaffold2531
    @janaesaffold2531 2 ปีที่แล้ว

    thanks \

  • @ritaward6004
    @ritaward6004 ปีที่แล้ว

    can't be that easy, it just cant. LOL!

  • @ArturAGO
    @ArturAGO 5 ปีที่แล้ว +1

    What about "autofit of merged cells", please?

  • @pepsu.gujjar1909
    @pepsu.gujjar1909 3 ปีที่แล้ว

    K gare h

  • @dariencannon4430
    @dariencannon4430 2 ปีที่แล้ว

    TALK less thank you

  • @MrPink-hm3lm
    @MrPink-hm3lm ปีที่แล้ว

    Thank you!

  • @bluesapphire7548
    @bluesapphire7548 2 หลายเดือนก่อน

    Perfect!

  • @silvasaurusrex
    @silvasaurusrex 3 ปีที่แล้ว

    Thank you!