
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
Found 1163 Articles for Computers

245 Views
Microsoft Excel is a powerful and widely used spreadsheet program that allows you to organize, analyse, and manipulate data in many different ways. One of the most common tasks you may need to perform in Excel is to count the number of cells that contain data within a specific range or worksheet. This can be useful for a variety of purposes, such as analysing the completeness of a dataset, summarizing information, or verifying the accuracy of your calculations. In this tutorial, you will learn how to count the number of cells with data in Excel using several different methods, including ... Read More

530 Views
Microsoft Excel is a powerful spreadsheet software that is widely used for managing and analyzing data. One of the common tasks performed in Excel is counting the number of line breaks in a cell. This can be useful when dealing with large datasets containing text data, as it allows you to quickly and easily identify the number of times a line break occurs within a cell. In this tutorial, we will walk you through the steps required to count the line breaks in a cell in Excel. We will cover two methods for doing so - using a formula and ... Read More

155 Views
Excel is a powerful tool that allows users to manage and analyze data in a variety of ways. One common task when working with data is to count the frequency of text values in a column. Whether you're analyzing survey responses, customer feedback, or any other type of data, understanding the frequency of certain text values can provide valuable insights. In this tutorial, we'll walk you through the steps to count the frequency of text values in a column using Excel. We'll cover both simple and advanced techniques, so whether you're a beginner or an experienced user, you'll find something ... Read More

713 Views
Microsoft Excel is a powerful spreadsheet application that allows users to organize, analyze, and manipulate data with ease. One of the many useful functions Excel provides is the ability to count the difference between letters in a given range of cells. This can be a useful tool for anyone who needs to compare two sets of data and identify the differences between them, such as identifying typos or misspellings in a large data set. In this tutorial, we will walk through the steps to count the difference between letters in Excel, using simple formulas and functions. Whether you are a ... Read More

4K+ Views
Have you ever needed to count the number of days between two dates in Excel, but wanted to exclude Sundays from the count? Perhaps you're trying to calculate the number of working days for a project or you need to determine the number of business days for a financial calculation. Whatever the reason, it's a common problem that can be easily solved with a few Excel formulas. In this tutorial, I will show you how to count the days between two dates in Excel, excluding Sundays. You will learn how to use the NETWORKDAYS function to calculate the number of ... Read More

2K+ Views
Microsoft Excel is a powerful tool that has revolutionized the way we process and analyze data. One common task that you may encounter when working with Excel is counting the number of cells that meet a certain criterion, such as being above a certain value or above the average of a range of cells. Counting cells in Excel can be done using various built-in functions, such as COUNTIF and COUNTIFS, which allow you to count cells based on a specific condition. In this tutorial, we will focus on using these functions to count cells that meet specific criteria. Whether you ... Read More

399 Views
Excel is a powerful tool that allows users to perform various calculations and data manipulations. One common task in Excel is to count the occurrences of certain strings or values in a range of cells. However, sometimes the strings in question may have leading zeros, which can cause problems when trying to count them. In this tutorial, we will cover how to count strings with leading zeros in Excel. We will explore different methods to achieve this, including using the COUNTIF function with wildcards, using the SUMPRODUCT function with the -- operator, and using a combination of LEFT, LEN, and ... Read More

760 Views
Excel is a powerful spreadsheet programme that allows you to easily store, organise, and analyse data. Updating the value of a cell is a fundamental operation in Excel. You can easily edit the contents of a cell by double−clicking it. This article will concentrate on one specific scenario: increasing the value of a cell by one when you double−click it. This can be useful in a variety of circumstances, such as keeping track of counts or creating a simple counter. Whether you're new to Excel or trying to improve your skills, let's dig in and learn how to easily add ... Read More

2K+ Views
When working with large datasets in Excel or any other spreadsheet software, it is common to come across a column containing multiple occurrences of the same value. However, in some cases, you may only be interested in counting the unique values and ignoring the duplicates. Counting unique values in a column can be a time-consuming task, especially when dealing with a large dataset. In this tutorial, we will explore different methods that you can use to count the same or duplicate values only once in a column. Whether you are a beginner or an advanced user, this tutorial will provide ... Read More

5K+ Views
Excel is a strong tool for organising and analysing data, and knowing how to execute a three−way lookup will considerably improve your data analysis skills. A three−way lookup is a mechanism for retrieving data from a table based on three distinct criteria. This is especially handy if you have a large dataset with several variables and need to identify a single value that meets three criteria. In this article, we will show you how to execute a three−way lookup in Excel step by step. We'll go over different ways and functions for completing this task, including as the INDEX−MATCH−MATCH formula ... Read More