search
HomeTopicsexcelSharing practical Excel skills: 'Paste Special' turns out to have so many functions!

In the previous article "Practical Excel Tips Sharing: Eliminating Vlookup "BUG"", we learned about the method of eliminating Vlookup "BUG" and making empty returns empty. Today we are going to talk about "Paste Special". It turns out that using Paste Special can achieve so many functions!

Sharing practical Excel skills: 'Paste Special' turns out to have so many functions!

When it comes to copy and paste, the first thought in many friends’ minds is ctrl C and ctrl V. In fact, the functions achieved by such operations are very limited. When we learn the special paste tool in excel, we can meet various needs in actual work.

1. Paste selectively and do data calculations

Every year at the beginning of the month, my friends have worked hard to finish the form and will hand it in immediately. The salary was paid in the form, but the boss suddenly said that all employees' salaries would be increased by 100 yuan, which would be added directly to the salary column data. At this time, my friend's first idea is to use the sum function to solve it. In fact, it is more convenient to use selective paste.

Enter the number 100 in the blank cell next to the table, select the cell, and press ctrl c to copy.

Sharing practical Excel skills: Paste Special turns out to have so many functions!

Select all the data in the salary column, click the "Paste" button drop-down menu under the "Home" tab, and click "Paste Special".

Sharing practical Excel skills: Paste Special turns out to have so many functions!

In the pop-up dialog box, select "Number" and "Add".

Sharing practical Excel skills: Paste Special turns out to have so many functions!

At this time, the data in the salary column increased by 100.

Sharing practical Excel skills: Paste Special turns out to have so many functions!

In fact, in addition to addition operations, multiplication, division and subtraction can also be implemented. The operations are similar to the above.

2. Selective pasting to achieve data verification

I don’t know if you have noticed in the previous explanation, "Selective Paste" There is an option to "skip empty cells" in the Paste dialog box. Do you know how to use it?

Sharing practical Excel skills: Paste Special turns out to have so many functions!

In a company, two or more people often work together After making salary statistics, you need to summarize the data. Below is a table made by two people. We need to summarize and merge the data into one column and find the people whose wages have not been counted. When there is a lot of data, human eye verification is impossible. My first idea is to use the VOOLKUP function to solve it. In fact, you can also use selective paste instead.

Sharing practical Excel skills: Paste Special turns out to have so many functions!

It’s very simple, select the salary area in the second column and press ctrl c to copy.

Sharing practical Excel skills: Paste Special turns out to have so many functions!

Then select the salary area in the first column.

Sharing practical Excel skills: Paste Special turns out to have so many functions!

Click the "Paste" drop-down menu under the "Home" tab and click "Paste Special". In the pop-up dialog box, check "Value" and "Skip empty cells" and click OK.

Sharing practical Excel skills: Paste Special turns out to have so many functions!

At this time, the data in the two columns of salary are merged into the first column. From the merged result, we can easily see that the salary of Sanmao was missed.

Sharing practical Excel skills: Paste Special turns out to have so many functions!

3. Paste selectively into numerical values

Follow the regular copy and paste table, and it will appear A question, how to paste the table style? As shown in the picture below, I just want to copy the list of people, but the format is also copied.

1Sharing practical Excel skills: Paste Special turns out to have so many functions!

To solve this problem is very simple, we also use the Paste Special tool.

First select the table area and press the ctrl c shortcut key to copy.

1Sharing practical Excel skills: Paste Special turns out to have so many functions!

Click a blank cell, then click the "Paste" drop-down menu under the "Home" tab, and click the "Value" button in the drop-down menu.

1Sharing practical Excel skills: Paste Special turns out to have so many functions!

At this point we can see the comparison effect. The left side is the result of simple copy and paste, and the right side is the result of selective pasting as a value.

1Sharing practical Excel skills: Paste Special turns out to have so many functions!

When we need to copy cells with formula operations, if we copy them directly, the following problem will occur:

1Sharing practical Excel skills: Paste Special turns out to have so many functions!

In this case, you also need to use the Paste Special as Value tool to get the correct paste result.

Sharing practical Excel skills: Paste Special turns out to have so many functions!

4. Transpose function in Paste Special

Sometimes, our table After finishing, if you want to transpose the rows and columns, you can also use the "Paste Special" function to achieve this.

First select the area, press ctrl c to copy, and then click in the empty area.

1Sharing practical Excel skills: Paste Special turns out to have so many functions!

Click the Paste drop-down menu under the Home tab and select Paste Special. Check the "Transpose" button in the pop-up dialog box and click OK.

1Sharing practical Excel skills: Paste Special turns out to have so many functions!

The transposed result is as follows:

1Sharing practical Excel skills: Paste Special turns out to have so many functions!

At this time, some friends raised questions, so I won’t Can I just paste it in the original area? The answer is definitely no! In the picture above, you can see that the two tables after transposition have different numbers of rows and columns, and different area sizes. Pasting cannot be done in the original area and must be pasted in a blank area.

5. Paste selectively to achieve "screenshot"

When we need to make a work report, we need to copy the excel table to word or In PPt, after copying, you will find that the table is deformed. At this point we need to fix the shape of the table.

Select the table area, press ctrl c to copy, click on any blank cell, and select the "Picture" button in the "Paste" drop-down menu.

Sharing practical Excel skills: Paste Special turns out to have so many functions!

At this point you will see that the entire table area has been "screenshoted".

2Sharing practical Excel skills: Paste Special turns out to have so many functions!

Friends who love to study may think that we use this screenshot-like function to save the table in the form of a picture. The data at this time cannot be modified. , so what should I do if I want to change the data?

First select the table area, press ctrl c to copy, and then select the blank cells in sheet2. Click "Linked Image" in the "Paste" button drop-down menu.

2Sharing practical Excel skills: Paste Special turns out to have so many functions!

At this time, the table is copied to the sheet2 worksheet in the form of a picture.

2Sharing practical Excel skills: Paste Special turns out to have so many functions!

When we change the data in sheet1, the table image in sheet2 will update the data in real time. As shown in the figure below, in the new year, Harano Shinnosuke's seniority salary became 200. After changing the data in sheet1, the data was automatically updated in sheet2.

2Sharing practical Excel skills: Paste Special turns out to have so many functions!
Sheet1 table

2Sharing practical Excel skills: Paste Special turns out to have so many functions!
Sheet2 table

The special paste in Excel is shared here. In fact, there are many It has many functions. Friends, you can come down and study it yourself. You will find that learning this tool saves time and effort.

Related learning recommendations: excel tutorial

The above is the detailed content of Sharing practical Excel skills: 'Paste Special' turns out to have so many functions!. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:部落窝教育. If there is any infringement, please contact admin@php.cn delete
MEDIAN formula in Excel - practical examplesMEDIAN formula in Excel - practical examplesApr 11, 2025 pm 12:08 PM

This tutorial explains how to calculate the median of numerical data in Excel using the MEDIAN function. The median, a key measure of central tendency, identifies the middle value in a dataset, offering a more robust representation of central tenden

Google Spreadsheet COUNTIF function with formula examplesGoogle Spreadsheet COUNTIF function with formula examplesApr 11, 2025 pm 12:03 PM

Master Google Sheets COUNTIF: A Comprehensive Guide This guide explores the versatile COUNTIF function in Google Sheets, demonstrating its applications beyond simple cell counting. We'll cover various scenarios, from exact and partial matches to han

Excel shared workbook: How to share Excel file for multiple usersExcel shared workbook: How to share Excel file for multiple usersApr 11, 2025 am 11:58 AM

This tutorial provides a comprehensive guide to sharing Excel workbooks, covering various methods, access control, and conflict resolution. Modern Excel versions (2010, 2013, 2016, and later) simplify collaborative editing, eliminating the need to m

How to convert Excel to JPG - save .xls or .xlsx as image fileHow to convert Excel to JPG - save .xls or .xlsx as image fileApr 11, 2025 am 11:31 AM

This tutorial explores various methods for converting .xls files to .jpg images, encompassing both built-in Windows tools and free online converters. Need to create a presentation, share spreadsheet data securely, or design a document? Converting yo

Excel names and named ranges: how to define and use in formulasExcel names and named ranges: how to define and use in formulasApr 11, 2025 am 11:13 AM

This tutorial clarifies the function of Excel names and demonstrates how to define names for cells, ranges, constants, or formulas. It also covers editing, filtering, and deleting defined names. Excel names, while incredibly useful, are often overlo

Standard deviation Excel: functions and formula examplesStandard deviation Excel: functions and formula examplesApr 11, 2025 am 11:01 AM

This tutorial clarifies the distinction between standard deviation and standard error of the mean, guiding you on the optimal Excel functions for standard deviation calculations. In descriptive statistics, the mean and standard deviation are intrinsi

Square root in Excel: SQRT function and other waysSquare root in Excel: SQRT function and other waysApr 11, 2025 am 10:34 AM

This Excel tutorial demonstrates how to calculate square roots and nth roots. Finding the square root is a common mathematical operation, and Excel offers several methods. Methods for Calculating Square Roots in Excel: Using the SQRT Function: The

Google Sheets basics: Learn how to work with Google SpreadsheetsGoogle Sheets basics: Learn how to work with Google SpreadsheetsApr 11, 2025 am 10:23 AM

Unlock the Power of Google Sheets: A Beginner's Guide This tutorial introduces the fundamentals of Google Sheets, a powerful and versatile alternative to MS Excel. Learn how to effortlessly manage spreadsheets, leverage key features, and collaborate

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools