Accidentally lost rows 1, 2, 3 in Excel, what should I do?
If you lost rows 1, 2, 3 in Excel, you are not alone, many people have the same problem as you. This TipsMake article will show you how to get it back.
Sometimes when using Excel, you will encounter a situation where the line is hidden and you don't know how to open it. Don't worry too much, this article will help you know the reasons to (avoid) and how to fix when rows 1, 2, 3 are lost in Excel . In addition, not only rows 1,2,3, you can apply the methods in the article to retrieve all hidden rows quickly and effectively.
Why are rows 1,2,3 missing in Excel?
Losing lines 1,2,3 in Excel is a common error due to cases such as:
- Line size is too small
- Advanced Filter is being applied
- Freezing or freezing 1 row or 1 column
This is also one of the reasons why Excel hides column A and cannot be unhide .
Fix missing lines 1, 2, 3 in Excel
Based on each cause of lost rows 1, 2, 3 in Excel 2010, 2013, 2015, 2018, you can apply to get back the lost rows.
Fix error due to hidden lines
Sometimes when you accidentally forget to hide, you can use this method. Applies to cases where line errors are hidden.
Select the line around the lost line > right click and select ' Unhide ' (show). So you can quickly display lost lines.
Fix Excel error where the first line is hidden and cannot be unhide
In case the row is hidden and you cannot use Unhide, it may be because the row size is too small.
Here you use the following tips to fix the error.
Move the mouse cursor to the intersection of the row and column so that a 2-way arrow appears. Then double-click the left mouse button twice.
This method also applies to cases where lines are hidden.
This method is extremely fast and effective for all Excel files with hidden first lines. At the same time, the same applies to the case where Excel has hidden column A and cannot be unhide.
How to open hidden lines in Excel via filter function
This method applies advanced data filtering methods in Excel. Proceed as follows:
- Select the Data tab > Sort & Filter > Advanced , after this step a table will appear.
- Select the item to delete data in the Criteria range section > and click OK .
- Criteria range : Conditions to filter (including title and conditions corresponding to that title). When deleted, the original data will appear.
At this point, fixing the error of missing lines 1, 2, 3 in Excel has been successful.
How to fix errors when turning off the Freeze Plane function
To turn off the Freeze Panes function in Excel and fix the error of not being able to display the column again, you can follow these steps:
- Open the Excel file you're working on > Select the ' View ' tab on the menu bar.
- In the ' Windows ' group, check that ' Freeze Panes ' is selected. If so, click on it to turn off this function!
- After turning off the Freeze Panes function , you can try unhide again as instructed above.
- If the row is still not visible, you can try other methods such as using the keyboard shortcut Ctrl + Shift + 0 (zero) or using VBA to unhide the column.
(*) VBA method instructions:
- Press the key combination Alt + F11
- In the VBA Editor, select ' Insert ' and select ' Module ' from the menu. A new VBA code window will appear.
- Copy or enter this code.
Sub UnhideRows()
Rows('1:3').EntireRow.Hidden = False
End Sub
- Press the F5 key combination or click the ' Run ' button on the toolbar to run the VBA code.
After running this VBA code, lines 1, 2, 3 will be reopened and displayed in your Excel spreadsheet.
Note: Before running the VBA code, make sure you have saved your Excel file to avoid unwanted data loss.
Wishing you success with these methods to fix missing lines 1, 2, 3 in Excel.
You should read it
- How to add rows and delete rows in Excel
- How to convert columns into rows and rows into columns in Excel
- 8 How to delete blank rows in ExcelHow to delete blank rows in Excel
- How to Add Rows in Excel Using Formulas
- How to Hide Rows in Excel
- How to move rows and columns in Excel
- The easiest way to Hide rows in Excel
- Complete tutorial of Excel 2016 (Part 6): Change the size of columns, rows and cells
- How to quickly Add and Delete rows and columns in Excel
- MS Excel 2007 - Lesson 10: Modify columns, rows and cells
- How to handle cells, columns, rows in a spreadsheet in Excel
- How to temporarily hide rows and columns in Excel 2013