Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Microsoft Technologies Articles
Page 77 of 175
How to get the list of last or current opened Excel files?
In this article, the user will learn the process of accessing a list of the last or recently opened Excel files. Before starting the article, it is important to understand the reason or purpose of using this task. Consider below provided the advantage that the user can get by using the provided task − Accessing the list of last or current opened Excel files will allow the user to access the data quickly, having access to a list of recently opened files can save time by allowing you to quickly open a file without having to navigate through ...
Read MoreHow to get the last business day of previous month based on today in Excel?
In this article, the user will understand the concept of generating the last business day of the previous month in Excel. The first example will guide the user through the process of using the formula, while the second example performs the same task by using the VBA code. For example, if today is May 6, 2023, then the date April 29, 2023, would be the last working day of the preceding month, assuming that weekends and holidays are not considered business days. Example 1: By using the user-defined formula: Step 1: To understand the process of using ...
Read MoreHow to get the active workbook location/path in Excel?
In this article, the user will learn the process of getting the active worksheet location/path in excel by using the three possible methods. This article contains three examples. The first example is based on the user defined formula. While the second example is based on the use of VBA code, and finally third example makes use of kutool extension. All the three examples use the same excel sheet, to display the processing. The provided three examples will precisely perform the same task but use different approaches. The main purpose of this article is to understand the available different type of ...
Read MoreHow to get or reference cell from another worksheet in Excel?
Referencing a cell in Excel from another sheet means that the user is indirectly using the value or formula in a cell from a different sheet within the same workbook. Let’s understand some common benefits of using reference cells from another worksheet in Excel. It helps in improving the organization of data. It allows the user to separate the data and calculations into different sheets, making it easier to organize and manage the workbook. Another common benefit is increased efficiency. Referencing cells in another sheet allows users to reuse formulas and data without any need to copy and paste ...
Read MoreHow to get the max/min of visible cells only in Excel?
Maximum values simply mean the highest data value, and minimum data value contains the least available data values. In this article, the user will learn two ways such as by using the subtotal method to calculate the max and min values, and another possible way is by using kutool to perform the same task. Please understand that both features are already provided by the Excel application software and the user only requires to use the available option, to achieve the possible results. Example 1: To obtain the maximum and minimum value from the visible cell in Excel by using ...
Read MoreHow to get the cell value based on row and column numbers in Excel?
In the article user will understand the process of generating a cell value by utilizing the row and column numbers in excel. The main purpose of the article is to describe two simple ways to solve the provided task. In the first example, an already defined formula is used, that is by utilizing the INDIRECT value, user can generate the required result. On the other hand, the second example is generating the same cell value by using the VBA code. After writing the VBA code, the user needs to generate a function call from a provided method. Example 1: ...
Read MoreDifference between Notepad and WordPad
Notepad and WordPad are two different application software that are pre-installed in a Microsoft Windows based computer systems. However, they are absolutely different from each other. The main difference between Notepad and WordPad is that Notepad is a basic text editor used for creating simple text files, while WordPad is an advanced word processing software used for creating document files that include text, images, etc. In this article, we will discuss the important differences between Notepad and WordPad. But before discussing the differences, let us first discuss the basics of Notepad and WordPad individually. What is Notepad? Notepad is a ...
Read MoreHow to hide or display cells with zero values in selected ranges in Excel?
In Excel, users sometimes want to display cells with zero values as blanks rather than hiding them from view. One may or may not need zero (0) numbers to be visible on the worksheets depending on the situation. There are several methods to make zeroes visible or hidden, depending on the format's standards or preferences. How do we show a zero value in Excel when we need to? This article concentrates on ways to make Excel worksheet cells with zero values invisible or visible. In this article, learners will understand the simplest practice to hide or display cells with zero ...
Read MoreHow to hide negative numbers in Excel?
In Excel, the user will understand the concept of how to hide negative numbers in Excel. Equations can also be written using integers with negative values. In this article, the user will learn three common examples. The first example is based on negative numbers by using conditional formatting. The second example is based on hiding the negative number by using the format cell option. Both examples are explained thoroughly within the article. Example 1: To hide the negative numbers in Excel by using the conditional formatting Step 1 The sample spreadsheet contains total 9 numbers. Few of them are negative ...
Read MoreHow to hide formula not displayed in the formula bar in Excel?
Excel has a setting that prevents the software from showing formula outcomes. In clearer terms hiding an active sheet formula is possible. If the user inputs a formula into an empty cell with text formatting, the result will never appear. One can use formulas in a worksheet to advantage, and they are typically shown in the Formula bar. However, if there are any essential numbers that the user does not want to disclose with other than this option seems to be very useful. As it will allow the user to hide the way to process the provided data. Example 1: ...
Read More