answersLogoWhite

0

Insert command which u get wen u right click in excel shift have options like u can add rows,columns,shift cells right and shift cells down but in row command on insert menu will allow u to insert one row.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the primary difference between the insert command andthe row command on the isert menu?

Insert command which u get wen u right click in excel shift have options like u can add rows,columns,shift cells right and shift cells down but in row command on insert menu will allow u to insert one row.


What on the shortcut menu allows you to insert rows between row that already contain data?

The insert command


What allows you to insert rows between row that already contain data?

The insert command


Can you insert multiple rows by using the insert command then pressing F4 repeatedly?

Yes you can. The F4 key can repeat the last command that a user has done, so if that was to insert a row, then selecting another row and pressing F4 would insert a new row.


What is the menu command path for inserting a column or row?

To insert a column in Excel you click on the letter of the column to the right of where you would like a new column inserted. When you do that you have highlighted the entire column. Once that is done you simply right click and a menu will pop up. Choose 'insert column' and then you are done. To insert a row you follow the exact same instructions except you click on the number of the row that is below the area in which you need a new row.


What is MySQL insert command?

The INSERT command in MySQL allows you to enter a new row of data to a table in your database.


What ways can you insert an extra row into a table?

On this computer, you go over to the left side of the row. You click on the left side of the row. It highlights the entire row. You go to "Table." You click on it. You click insert. It will insert a row. You let the computer do it for you.


Excel rows are inserted the selected row?

You can insert rows above or below the selected row. You select what you would like to do on the insert worksheet rows menu.


Where does the Subtotal command insert a row?

The SUBTOTAL function does not insert a row. It returns the result in the cell where you type the formula. See related links for information about the SUBTOTAL function.


If you want to add a new row onto your spreadsheet what do you do?

Put the cursor into a cell on the row where the you want the new row to be, or put the cursor over the row number and click on it when you see an arrow pointing towards the row. So if you want a row between row 3 and row 4, put the cursor in or select row 4. Then go to the Insert menu and pick "row" or right-click the mouse and pick Insert off the shortcut menu and then pick Entire Row.


What is on the shortcut menu allows you to insert rows between rows that already contain data?

Select any cell in the row where you want the new row to be, press Alt+I (for insert) then press R (for row). To insert a new column at the selected cell, press C instead of R.


Insert yourself as a new row in the customer table?

To insert a new row into the customer table, you would typically use an SQL INSERT statement. For example, the command could look like this: INSERT INTO customer (name, email, phone) VALUES ('Your Name', 'your.email@example.com', '123-456-7890');. Ensure you replace the placeholder values with your actual data. After executing this command, a new row representing you will be added to the customer table.