
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

2K+ Views
Excel allow user to rapidly hide columns within a single worksheet, but have you ever attempted to hide columns across multiple sheets at once? Normally, if you attempt to select all sheets and use the Hide feature, it won't work. In this article, I'll discuss how to quickly hide columns across numerous worksheets. It may be desirable to show or print a worksheet so that some of the data is obscured but left intact in the workbook. For hiding private or confusing information, one can hide rows or columns. In this article, an example is demonstrated, to hide columns on multiple ... Read More

3K+ Views
A pivot table is an essential tool present in MS Excel that rapidly analyzes and summarizes large voluminous of data in a table format. Grouping data by week usually means that the provided data is categorized by using week. This article covers three examples, first two examples are using the same strategy with a day or period difference of a week. But, in the last example, use a helper column to perform the same task, this helper column can be manipulated with the help of provided column. Example 1: To group the week in the pivot table by using 7 ... Read More

548 Views
The concept of a pivot table would be used to rearrange, group, and summarize data from a spreadsheet in a flexible and customizable way. Creating a pivot table and grouping data is an effective and time-saving process to generate the final data. The only need is to understand the method and step so that the data in the pivot table can be grouped according to the user's requirement. In this article learners will understand the proper way to deal with the data. This article contains an example with a stepwise explanation. Example 1: To group the age data in pivot ... Read More

4K+ Views
VLOOKUP is a function in Microsoft Excel mostly used to search for a specific value in the first column of a table and then retrieve a corresponding value from a different column in the same row. The name "VLOOKUP" stands for "Vertical Lookup”. This simply means that the function looks up a value vertically within a table. This article will use user defined VLOOK formula, to determine the age group for provided age data. The article briefs all the steps accurately and precisely. Grouping data in Excel allows for improving the organization of data and makes data easier to ... Read More

1K+ Views
In this article, learners will understand the process of grouping the adjacent columns in Excel, and its associated benefits. The first and most important benefit of grouping data is that it improves the organization and makes it easier to read and analyze. Users can quickly collapse or expand the group to view the data according to the use and requirement, this will save time and make the spreadsheet professional and more efficient. Another major factor is that it makes the data manipulation easy. This means that modification and alteration of data become easy. For example, if the user wants ... Read More

4K+ Views
Excel is a popular spreadsheet software that allows users to develop, organize and analyze data, by using different available options such as tables, charts, and graphs. The most common benefit of using the chart is that it allows the user to analyze data easily, compare data becomes easy, and make conclusions fast and easy to understand by all. Nowadays, many interactive ways are available in Excel to make a presentable chart within a few seconds. In this article, grouping axis labels in a chart by using Excel, can be done by using two examples. The first example uses a chart, ... Read More

3K+ Views
An Excel spreadsheet is a combination of rows and columns. Rows are the horizontal lines, on the other hand, groups are the vertical column of the worksheet. This article contains two examples. The first example is based on the use of a name box, and the second example is based on the use of a go-to dialog box. Both examples will guide the user about the process to move to any required cell and location. This example will make the provided cell location active for user editing. Users can write and use the cell according to their requirements. Example 1: ... Read More

2K+ Views
Moving to the previous and last sheet is required when the user wants to search for any data or is willing to understand the data written on the previous and last sheet. Reconciling data from all sheets is good as it allows the user to use the whole data to generate the result. This will make data consistent and accurate. In this article, two examples are provided for the user. The first example is based on the use of VBA code, while the second example is based on the use of Kutool. Using kutool is more efficient and consumes less ... Read More

9K+ Views
In this article, the user will learn how to obtain week start and end date based on a specific date in Excel. The two examples are depicted in this article. Both examples are based on the starting and end date of the provided week. The first example uses a formula to obtain the start and end date for the week. This example briefs the use of weekday and weekend methods to perform the same task. On the other hand, the second example will allow users to understand the use of VBA code. VBA code example also allows users to use ... Read More

807 Views
ABS in Excel stands for "Absolute Value". This function takes only one argument, as a cell reference or number directly, and then determines the required absolute value. This article guides learners about the process to generate the opposite of an ABS value in Excel by using the formula, and VBA code method. The formula method contains two basic formulas, to convert the value directly to the opposite value. While the VBA code method is a code-based method, that uses the VBA code to solve the provided task. Example 1: To get the opposite of an ABS value in excel by ... Read More