Found 2043 Articles for Microsoft Technologies

How to get the last business day of previous month based on today in Excel?

Namita Aggarwal
Updated on 22-May-2023 15:53:48

977 Views

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 More

How to get the active workbook location/path in Excel?

Namita Aggarwal
Updated on 22-May-2023 15:44:53

6K+ Views

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 More

How to get or reference cell from another worksheet in Excel?

Namita Aggarwal
Updated on 22-May-2023 15:43:26

273 Views

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 More

How to get the max/min of visible cells only in Excel?

Namita Aggarwal
Updated on 22-May-2023 15:42:44

555 Views

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 More

Difference between Notepad and WordPad

Manish Kumar Saini
Updated on 16-May-2023 16:06:13

1K+ Views

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 More

Short Note on Gantt Chart

Shubhi Rastogi
Updated on 15-May-2023 14:45:24

480 Views

A Gantt chart can be a straight bar utilized within a project organization to visually epitomize a task program over a period. Gantt chart displays the timeline and status along with the responsible person for every job within the task. It can be an easy method to message what it may get to distribute a task on time and within budget. It is a full lot simpler to retain the project group and investors on a similar page from the get go. Charts can appear difficult at first. The users may be capable to tell what the tasks are and ... Read More

How to hide or display cells with zero values in selected ranges in Excel?

Namita Aggarwal
Updated on 11-May-2023 13:54:38

372 Views

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 More

How to hide negative numbers in Excel?

Namita Aggarwal
Updated on 11-May-2023 13:50:38

2K+ Views

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 More

How to hide formula not displayed in the formula bar in Excel?

Namita Aggarwal
Updated on 11-May-2023 12:53:18

268 Views

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

How to hide every other row in Excel?

Namita Aggarwal
Updated on 11-May-2023 12:42:52

1K+ Views

Hiding data simply means making the view of data unavailable for the user. This can be done either to hide the confidential data or to hide the unnecessary or scrap data to make the sheet look clearer and more precise. This article guides users with two different strategies to achieve the same task. The first approach uses VBA code to implement the required functionality while the second approach is based on the use of Kutools. All the steps are precisely and thoroughly provided with the help of proper snapshots. Example 1: To hide the rows within the Excel by using ... Read More

Advertisements