Found 1261 Articles for Computers

How to Auto Copy and Paste Cell in the Current Sheet or From One Sheet to Another in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:24:48

8K+ Views

Sometimes we want to use the same data that is already present in the Excel sheet. Instead of tying data again, we can copy it to other locations. When dealing with large amounts of data, or even small amounts of data, this could save us a lot of time. The copying can be done within the sheet or between the sheets that are present in the same workbook. Read this tutorial to learn how you can autocopy and paste cells in the current sheet or from one sheet to another sheet in Excel. AutoCopy and Paste Cell ... Read More

How to Auto Change the Shape and Size Based on a Specified Cell Value in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:23:11

2K+ Views

When we want to change the size of a specific shape in Excel based on the value present in any cell, we can use VB code to do it. Read this tutorial to learn how you can automatically change the shape and size based on a specified cell value in Excel. Here we will have two parts: the first is to change only one shape, and the other is to change multiple shapes at once. Auto Change the Shape and Size Based on a Specified Cell Value for a Single Shape Here we will add the VBA code ... Read More

How to Auto Add/Enter Current Date/Time in a Cell with Double Clicking in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:20:21

1K+ Views

When we want to add the current date or time in Excel multiple times, it can be a time-consuming process, so we can make it very simple by adding a short cut to finish the process. Read this tutorial to learn how you can use doubleclicking in Excel to automatically add or enter the current date or time in a cell.  Auto Add/Enter Current Date in a Cell with DoubleClicking in Excel We'll add some VBA code to the sheet here, and the date will be displayed every time we double-click in a cell. Let us see a ... Read More

How to Auto Add Date and Time to Comment in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:16:56

574 Views

When we added the comments to the cells in Excel, you may have noticed that the comment will only contain the name of the user, but we can also customise the comment to add the date and time to the spreadsheet. We can use the process mentioned below to automatically add date and time to comments in Excel. Read this tutorial to understand how you can automatically add date and time to comments in Excel by following a simple process. Auto Add Date and Time to Comment in Excel Here we will first insert a comment ... Read More

How to Assign a Value or Category Based on a Number Range in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:14:25

11K+ Views

Assume we have a problem where we want to give students grades based on their grades, such as if they got 90 to 100 percent, give them an "O", and if they got less than 50 percent, give them "L" grades. If we try to do this manually, it could be a very time-consuming process. We can solve this problem by using the many formulas supported by Excel at a very rapid rate. Read this tutorial to understand how you can assign a value based on a number in Excel. This process can be completed using two methods: ... Read More

How to Assign a Serial Number to Duplicate or Unique Values in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:11:58

21K+ Views

Let us assume we have collected the data from a public source and you want to add the ID to each result. To do that, first we need to know how many unique items are present in the sheet. This tutorial will help you understand how you can assign a serial number to duplicate or unique values in Excel. Here we will have two parts. The first part is about assigning serial numbers to unique values, and the next part is about assigning serial numbers to duplicate values. Assigning a Serial Number to Duplicate Values in Excel Here ... Read More

How to Assign a Hotkey to a Specified Macro in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:09:37

101 Views

A macro in Excel is used to automate the process that we use repeatedly. Using macros helps save time by solving the repeated process very rapidly. This article helps you understand how we can assign a hotkey to a specified macro in Excel. Generally, we find macros under the Developer menu in the Excel ribbon. Most systems will not have it. By default, we can add the developer to the Excel ribbon by customising the ribbon. To customise the ribbon, right-click on the ribbon and select "customise ribbon." Then, in the pop-up window, select the checkbox beside "Developer" ... Read More

How to Apply the Same Filter to Multiple Sheets in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:07:41

8K+ Views

Filters can be applied to a single sheet in Excel, but applying the filter to multiple sheets at once is not possible by default. But we can make it happen with the help of the VBA application. Read this tutorial to learn how you can apply the same filter to multiple sheets in Excel. Applying a filter is simply gathering data based on a single entity.  Applying the Same Filter to Multiple Sheets In this case, we'll insert a VBA module and then run the code to apply filer. Let us see a simple process to understand ... Read More

How to Apply the Reverse Find or Search Function in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:05:43

2K+ Views

Generally, when we try to find a particular sentence, we always try to find it by using the first words of the text, but if we clearly understand the data, we can see most of the sentences will start with the same words, but they always end with different words. So, by searching for sentences using the last words rather than the first words, we can return fewer results than if we used the first words. So, we can list the last words of the sentences using this process. Read this tutorial to learn how you can apply ... Read More

How to Apply Spell Check in Excel Textbox?

Pradeep Kumar
Updated on 03-Jan-2023 15:03:07

489 Views

We frequently use the "spell check" feature in Word, but have you ever tried to apply spell check for textboxes in Excel? This is not an inbuilt process for Excel; hence, we need to modify the textbox in order to complete our process. The spell check can’t be applied to normal textboxes; it needs to be an ActiveX command textbox, which will be present under the developer option in Excel. Read this tutorial to understand how you can apply spell check in an Excel textbox. Applying Spell Check in Excel Textbox Here we will first insert ... Read More

Advertisements