Auto Add Current Date and Time in Excel Cell with Double-Click

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

2K+ 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

Auto Add Date and Time to Comment in Excel

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

1K+ 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

Assign Value or Category Based on Number Range in Excel

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

19K+ 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

Assign Serial Number to Duplicate or Unique Values in Excel

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

35K+ 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

Assign Hotkey to Specified Macro in Excel

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

210 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

Apply the Same Filter to Multiple Sheets in Excel

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

12K+ 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

Apply Reverse Find or Search Function in Excel

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

4K+ 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

Apply Spell Check in Excel Textbox

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

916 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

Apply Shading to Odd or Even Rows and Columns in Excel

Pradeep Kumar
Updated on 03-Jan-2023 14:58:41

621 Views

When we are using Excel, we want to add different colours to cells to create a design that can improve the neatness of the data. This also makes the excel sheet look nicer and allows for faster data analysis. This article will help you understand how we can apply colour shading to odd or even rows or columns in Excel. This can be done using a simple method in Excel by using conditional formatting and applying different colours. Read this tutorial to learn how you can apply shading to odd or even rows or columns in Excel. ... Read More

Apply Same Formula to Multiple Cells in Excel

Pradeep Kumar
Updated on 03-Jan-2023 14:56:19

4K+ Views

We have tried to apply the same formula to multiple cells in Excel many times. This is the most commonly used process in Excel to get the outputs for multiple cells at once. In Excel, there are several methods for applying the same formula to multiple cells; one method is to select multiple cells while using the formula for formatting and data validation. Then the other way of applying the same formula to multiple cells is to drag the result. Then drag in any direction: up, down, left, right, or any combination of these. Read this tutorial to ... Read More

Advertisements