Excel Command
Excel Command
Excel Commands
Article byJeevan A Y
You can download this Commands in Excel Template here – Commands in Excel
Template
In table 1, we have the subject list and their respective scores, and in
table 2, we have some subject names, but we do not have scores for
them. So, using these subject names in table 2, we need to fetch the
data from table 1.
So, the final part is value if false.If the applied logical test is
“FALSE,” then we need the result as “Fail.”
Now, close the bracket, and we also need to fill the formula to
the remaining cells.
So, students A and F scored less than 35. Therefore, the result has
arrived as “FAIL.”
#3 CONCATENATE Function to
Combine Two or More Values
If we want to combine two or more values from different cells, we can
use the CONCATENATE function in excel. For example, below is the
“First Name” list and “Last Name.”
First, we need to open the CONCATENATE function in the C2 cell.
For the first argument, “Text 1,“ select the “First Name” cell, and
for “Text 2,” choose the “Last Name” cell.
Then, we need to apply the formula to all the cells to get the full
name.
If you want space as the “First Name” and “Last Name” separator,
we can use the space character in double-quotes after selecting
the first name.
The result of the COUNT function is 6. The total count of cells is 8, but
we have got the count of numerical values as 6. In cells A4 and A6, we
have text values, but in cell A8, we have date values. The Excel COUNT
function treats the date also as a numerical value only.
We got the count as 8 because the COUNTA function has counted all
the cell values.
From this “City List,” if we want to count how many times “Bangalore”
city is mentioned, we must open the COUNTIF function.