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
MS Excel Articles
Page 5 of 119
Merging two lists and Extracting Contact Numbers with a Known First and Last Name using VLOOKUP formula in Excel
Problem Statement Suppose we have two lists that are defined in two distinct worksheets. One worksheet contains the basic details of the employee like the Employee ID, Employee First Name, and Employee Last Name whereas the other worksheet contains only two columns named Employee First Name and Contact Number. By using the VLOOKUP formula, we intend to get the contact numbers of the employees and append them to the first list. VLOOKUP is one of the most powerful functions to search for a specific value in a row. To combine two lists using the VLOOKUP formula Step 1 Users need ...
Read MoreHow to add country/area code to a phone number list in Excel?
In this tutorial, you will learn how to format phone numbers with country code using three simple methods. Method 1: Using Format for Phone Number with Country Code You need to take the following actions to be able to add a country code to the Formatted Number column. Step 1 Select the phone number from the range of cells C1:C7. Step 2 Press ctrl+1. When Format cells dialog box opens, choose Custom and type +1 (000) 000-0000, then click OK. Result Finally, the outcome with country codes in the Formatted Number cells are shown in ...
Read MoreHow to Convert Time to Decimal Hours /Minutes/ Seconds in Excel?
A decimal hour is a time that is represented as a number. In Excel, you may have needed to convert the given time to decimal values at times. If we try to do this task manually, then it can be a time-consuming process. We can use the faster approach mentioned in this article. We can solve this task using the formulas supported in Excel. Read this tutorial to learn how you can convert time to decimal time in Excel. Converting Time to Decimal Hours in Excel Here we will use the formula to get any one of the values, then ...
Read MoreHow to Convert Numbers to Words in Indian Rupees in Excel?
When we need to convert numbers to words in Indian rupees in Excel, it can be a time‑consuming process if we do it manually as we need to type the large numbers. We can complete this time-consuming process much more quickly by using the VBA application. Even though the VBA code will be lengthy, we can use this process if there are many values to convert. Read this tutorial to learn how to convert numbers to words in Indian rupees in Excel. Converting Numbers to Words in Indian Rupees in Excel Here we will create a new VBA module, then ...
Read MoreHow To Check Or Find If Value Exists In Another Column?
When working with a large array of cells, manually cross-checking if a specific cell value is repeated in another column in the spreadsheet can be difficult and lead to skewed results. Fortunately, there are several options in Microsoft Excel that allow you to do this quickly and efficiently. In a few simple steps in this tutorial, we demonstrate how to use the Excel functions like VLOOKUP and MATCH to cheack if a value from one column exists in any other column in a worksheet. Method 1 Finding If Value Exists In Another Column Using VLOOKUP Function As shown in the ...
Read MoreHow to Add Quotes around Numbers or Text in Excel
Have you ever wondered how you can add quotes to the text or words in Excel? Adding quotes is similar to adding symbols as prefix and suffix to the words. It can be done using the "format" function in Excel. In this tutorial, we have provided a detailed step-by-step explanation of how you can add quotes around numbers or text in Excel. Adding Quotes around Text using "Format Cells" Option You can use the "Format Cells" option in Excel to add quotes around numbers or text. It is simple process. Step 1: Let us suppose we have an Excel sheet ...
Read MoreHow to calculate standard error of the mean in Excel?
This same standard error would be a crucial statistic that serves as a parameter. But are you able to determine it throughout the process of sampling and distribution. A standard error of measurement, often known as the SEM, is indeed a statistical measurement which also provides an approximation of the difference between both the sample mean of the data and the actual population mean. You are aware that the Standard Error is equal to the Standard Deviation divided by the Square Root of the Total Number of Samples; hence, we can convert this into an Excel formula by writing Standard ...
Read MoreHow to conduct z-Test: Two Sample for Means?
In this article, we will learn how to conduct a z-test for the two independent samples in MS Excel. The main goal of the z-test is to examine the means of two independent samples. With the help of the Data Analysis option built in MS Excel, the user finds the summarized value through the z-test and reaches to the conclusion whether to reject the null hypothesis or accept the null hypothesis, the users utilize the p-value after performing the z-test. Null Hypothesis − There would be no relevant difference between the mean of heart patients and the Hypertension patients ...
Read MoreHow to perform t Test: Paired Two Sample for Means in Excel?
It is a statistical method used to analyze and identify the mean of distinct groups. It is used by the researchers to evaluate or assess the changes or differences within the pairs of data points, by allowing them to draw conclusions about the impact of an intervention or treatment on the subjects under investigation. This article contains a brief example of the pairing of the two samples for means with the help of the Data Analysis tool pack. Users have to make the decision after interpreting the result whether to accept the null hypothesis or not. To understand the process ...
Read MoreHow to perform ANOVA single factor?
The short form of Analysis of Variance is ANOVA. It is one of the most prominent statistical techniques to verify the differences among means of two or more categories. Only one independent variable would be used in the ANOVA single factor. If there is a statistically significant difference among the groups that means the null hypothesis is accepted. ANOVA is particularly useful when users have multiple groups and want to compare them simultaneously. Data Analysis Toolpak needs to be installed before testing the ANOVA technique. To perform the ANOVA single factor Step 1 − In this example, the user ...
Read More