Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
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 14 of 116
13K+ Views
In this tutorial, we will be going over how to extract initials from cells in Microsoft Excel. This will involve use of combined functions in excel, and since there are slightly different ways to do this we will be going over both. Using Left, Find, and Mid Functions Together with & To understand this method we should go over how the 3 key functions work − The left function in excel will return the first characters (or characters if an amount is specified) of a cell. The find function will give the position index of a specified character ... Read More
2K+ Views
In today's digital age, where we handle a plethora of files and data, it is essential to efficiently organize and manage our information. One common task is extracting file extensions from a worksheet, which can be helpful for various purposes, such as categorizing or analysing data. In this article, we will guide you through the process of extracting file extensions from a worksheet using different software applications and programming languages. Let's get started! To extract file extensions from cells, you can use the following formula − Method 1: Extract file extension from worksheet with formula Step 1 In an ... Read More
5K+ Views
Duplicating rows can be a useful technique when you need to expand or replicate data in your spreadsheet. By following the steps outlined in this tutorial, you'll be able to quickly duplicate rows based on specific criteria, making it easier to manipulate and analyse your data. Whether you're working with large datasets, performing data analysis, or simply organizing information, Excel provides powerful tools that can save you time and effort. Duplicating rows based on a cell value is one such technique that can help you efficiently expand your data. Duplicate Rows Based On Cell Value Here, we will first ... Read More
335 Views
In today's digital age, email communication plays a crucial role in both personal and professional settings. Extracting domain names from a list of email addresses can be a valuable task, whether you're conducting market research, identifying potential clients, or analyzing email patterns. In this article, we will guide you through the process of extracting domains from multiple email addresses using Microsoft Excel, a widely used spreadsheet software. Step 1 Prepare Your Data Before diving into the extraction process, it's essential to ensure your data is organized and ready for analysis. Open Excel and make sure your email addresses are in ... Read More
3K+ Views
In Excel, extracting domain names from URLs can be a useful task when you want to analyse web data, categorize websites, or perform various other operations. By isolating the domain names, you can gain valuable insights and organize the information efficiently. In this article, we will guide you through the process of extracting domain names from URLs using Excel formulas and functions. Method 1 Using Excel's Text Functions Excel provides a range of powerful text functions that can be utilized to extract domain names from URLs. Let's look at a step−by−step approach using the combination of functions. Step 1 Prepare ... Read More
2K+ Views
Excel is a powerful tool that allows you to perform various calculations and manipulations on data. Sometimes, you may encounter situations where you need to extract decimal numbers from text strings. This can be useful when working with data that includes textual information alongside numeric values. Fortunately, Excel provides several functions that can help you achieve this task efficiently. In this article, we will explore a step−by−step method to extract decimal numbers from text strings in Excel. Step 1− First, select a blank cell where you want to display the extracted decimal number. Step 2− Enter the following formula ... Read More
2K+ Views
Excel is a powerful tool that allows users to manipulate and analyze data efficiently. However, working with text strings containing dates can sometimes be challenging. Extracting dates from text strings is a common requirement when dealing with datasets that include unstructured data. In this article, we will explore various techniques and formulas to extract dates from text strings in Excel, enabling you to work with dates more effectively. If you need to extract only the date from a list of text strings in Excel, you can use the following array formula. Follow these steps to achieve the desired result− To ... Read More
2K+ Views
Ranking numbers is a regular chore in Excel, whether you're working with a large dataset or simply need to organise your data. When working with blank cells, though, the process can become a little more difficult. But don't worry! In this video, we'll walk you through a quick and easy approach to rank numbers in Excel, skipping any blank cells you might come across along the way. By the end of the tutorial, you will have learned how to use a combination of Excel functions and formulas to rank numbers in ascending or decreasing order, while also handling blank cells ... Read More
2K+ Views
When working with data in Excel, it is frequently required to rank values in order to determine the highest or lowest values or to produce a sorted list. However, one common issue is dealing with linked values, which occur when two or more values have the same rank. This may make the ranking process more difficult and time−consuming. Fortunately, Excel offers a straightforward technique for ranking a list without ties, guaranteeing that each item is assigned a unique rating. In this lesson, we will walk you through the process of using Excel's built−in functions to accomplish this. Whether you ... Read More
850 Views
Being able to successfully sort and rank data is a valuable skill whether you're a student, a professional, or simply someone who interacts with data on a regular basis. Excel provides extensive capabilities for analysing and organising data, and ordering data by absolute value is a common requirement in a variety of circumstances. In this article, we will look at a simple method for sorting data by absolute value, which will allow you to determine the highest and lowest numbers regardless of their sign. You will obtain the expertise and confidence to edit your data fast and efficiently by following ... Read More