answersLogoWhite

0

Shift + cntrl + c

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

In excel 2007 if a have a column of names most of which are repeated can you build a formula that will look at that column and pick out each name once and place it in a different column?

In Excel 2007, the quickest and easiest way to accomplish this is to copy your data to a new column and apply the Remove Duplicates command.Given a column of data in column A.Click on A, the column heading.Press Ctrl-C to copy the column.Click on B, the column heading for the next column.Press Ctrl-V to copy the data from column A to column B.Click on B, the column heading.Click on the Data tab on the menu ribbon bar.In the Data Tools section, click on the Remove Duplicates button (continue with current selection).Observe that column B contains only one copy of each item from column A.If you want the list in alpabetic or numeric order, just sort column B.


Why will a column will not change during the copy process?

The source column (where you copy from) will remain the same, but the target column (where you paste to) will change. That is the function of copy. If you are unable to copy to a column, check to ensure protection is turned off.


How can you copy the format of a heading?

u cant


How do you copy all the files from etc directory to oracle in unix?

You will need to be more clear about the target - is 'oracle' a directory?


How do you connect oracle 10G developer to oracle 9I database?

I hope you can connect your Oracle9i database from Oracle10g as the same way how you connect from Oracle10g itself. But you have to add Oracle9i connection details at your Oracle10g TNSNAMES.ORA file. Simply you copy any other connection setting and change the name, Sid or source name, host name or ip address.


How do you transpose a row of data to a column in Excel?

Select and copy the row data.Go to the top cell of the column where you would like to copy the data.Click on copy - transpose.Observe the data from the row in the column.Go back and delete the row data.


How do you copy a column of numbers from Excel that are calculated with a formula?

Highlight the column of numbers. Copy with either the menu selection or ctrl-c. Go to where you want to paste the column. Go to the menu selection Paste Special. A box will pop up, select Values.


How would you total a column and then divide the total by the number of items in the column?

create a hidden column and copy the number 1 into each cell. Use the sum of this column to get a total of the number of cells to divide with.


Excel question: How to copy column A into column B so that it will update the value when column A is edited?

You can use the "=A1" formula to copy the value from column A into column B and create a dynamic link between the two columns. Here's how you can do it: Select the first cell in column B (B1) Type the formula "=A1" and press Enter Select the cell B1 and double-click the fill handle (the small square in the bottom-right corner of the selected cell) to automatically fill the formula down to the last row of data in column A. Now, whenever you edit a value in column A, the corresponding value in column B will automatically update.


What tool is used to add more than one column?

copy tool


Need Help Wants PHP Developer to check and finish this please TT?

Need Help! Wants PHP Developer to check and finish this please... TT? Hi, Thank you for visitting this topic :) I've tried to writethe Item Code Script to use with the gameserver.Please check my script and please help me to finish it :)My script is for use the form. Enter the itemcode,characterid and the scriptwill check in the table called "itemcode" column "itemcode"and then if the input value is same with any of itemcode.Then move to the next column that is "item" and "amount"to copy the value "item" and "amount" to table "items"$charid (character id) to column "char_id" andvalue "item" to column "item"and value "amount" to column "amount"Then make new row and put the all of details from '$charid' to "amount".-------- Script --------included "include.php"SELECT * FROM `itemcode`WHERE itemcode = $itemcode;Sorry for my bad English...


When you inspect a element how do you save it?

To save an inspected element, you can right-click on the element in the developer tools and select "Copy" > "Copy element". This will copy the HTML code of the element to your clipboard, which you can then paste into a text editor or another location to save it.