 
 Data Structure Data Structure
 Networking Networking
 RDBMS RDBMS
 Operating System Operating System
 Java Java
 MS Excel MS Excel
 iOS iOS
 HTML HTML
 CSS CSS
 Android Android
 Python Python
 C Programming C Programming
 C++ C++
 C# C#
 MongoDB MongoDB
 MySQL MySQL
 Javascript Javascript
 PHP PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Computers Articles - Page 52 of 117
 
 
			
			1K+ Views
Sometimes in Excel, you may have observed that the time is represented as a string. So, it is very important for us to know the different ways in which we can convert a time string to time or time and data. Read this tutorial to learn how you can convert time strings to time in Excel. We can complete this task using the formulas supported in Excel. We'll look at solutions for converting strings to time as well as converting strings to time and time again. Converting Time String to Time in Excel Here we will use the TIMEVALUE formula ... Read More
 
 
			
			9K+ Views
Generally, in Excel, converting time can be one of the most common tasks. If we try to do it manually, then it can be a very time-consuming and complex process. A 12-hour clock has two sets, namely AM and PM, whereas the 24-hour clock has only one set. As almost all the clocks show us the time in 12-hour format, it can be an important process to convert the time into 24-hour time because 24-hour time can be used as a standard method to use the time without mentioning am or pm. Read this tutorial to learn how you can ... Read More
 
 
			
			3K+ Views
In general, we will need to work with times more frequently in Excel. If we try to perform the difference between two different times manually, then it can be a complex and time-consuming process. When we calculate the time difference between two different times directly using the general formula, the value will be returned in hours, minutes, and seconds. Sometimes you need the difference only in hours, minutes, or seconds. We can use the process discussed in this tutorial to complete this task. Read this tutorial to learn how you can convert the time difference between two times to only ... Read More
 
 
			
			2K+ Views
Generally, when we need to collect mobile phone numbers on an excel sheet, the values are stored in a special format to differentiate them from normal digits. The special format is a "-" separator used after the third and sixth digits in the ten-digit phone number. However, you may need to convert those phone numbers to standard digit format on occasion. If we try to do that manually, then it can be a complex and time-consuming task. Using the formula, we can complete the task more quickly and easily. Read this tutorial to learn how you can convert phone number ... Read More
 
 
			
			15K+ Views
Assume you've saved your formulas as strings in an Excel sheet to be calculated later; if we want to use them, we can because they're stored as strings rather than formulas. It can be very time consuming to manually convert them into formulas. So, we can use a user-defined function to complete our task in a faster way. Read this tutorial to learn how you can convert text strings to formulas in Excel. We can create the user-defined function using the VBA application. Because this task cannot be completed directly in Excel, we must use a combination of VBA application ... Read More
 
 
			
			402 Views
Have you ever wondered if there is a way in Excel to automatically correct the case of strings in a sentence? It is possible to make it happen in Excel. This tutorial will help you understand how you can convert text strings to proper cases with exceptions in Excel. We can complete this task using the VBA application, as it can’t be completed directly in Excel. When the letters of the words are in the correct case according to grammar, they are called "proper case." Converting Text String to Proper Case with Exceptions in Excel Here, we will first create ... Read More
 
 
			
			2K+ Views
When we have data in text boxes in Excel and need to manually extract the data from the box, it can be a time-consuming process. We can’t perform any operations on the dates if they are in a text box, as they are treated as comments. Read this tutorial to learn how you can convert text in a textbox to cell content in Excel. We can complete the process using the VBA application, as it can't be completed directly in Excel. Converting Text in Text Box to Cell Content in Excel Here we will first insert the VBA module then ... Read More
 
 
			
			5K+ Views
Sometimes in Excel, you can see that the date and time are given in the form of strings, and you will not be able to perform operations related to data and time with those values. So, it is very important for us to convert these kinds of formats into the correct format. If we try to do this manually, it can be time-consuming and sometimes inaccurate. We can complete this task using the formulas to get more accurate results and save a lot of time. Read this tutorial to learn how you can convert text date and time formats to ... Read More
 
 
			
			10K+ Views
The degree of hotness or coldness of any object is known as its temperature. Generally, temperature can be measured on these scales: Celsius, Kelvin, and Fahrenheit. Different people will measure temperature on different scales. So, changing the scale of temperature can be used frequently when dealing with temperatures. Read this tutorial to learn how you can convert temperature units between Celsius, Kelvin, and Fahrenheit in Excel, i.e., changing the values from Celsius to kelvin or Fahrenheit and vice versa. We can solve this process by using formulas supported by Excel. Converting Temperature Units between Celsius, Kelvin and Fahrenheit in Excel ... Read More
 
 
			
			3K+ Views
When you enter dates into an Excel sheet, you may notice that the date is displayed as a number. So, we need to convert them into dates. In this article, we will learn how to convert a serial number to a date in Excel. We can solve this problem by using two methods: the first is by using the format, and the second is by using the formulas supported by Excel. In Excel, every row has a serial number connected to it. Here we will use two methods to complete the task: the first is by using the format function, ... Read More