, <, >=, <=, <>); reference operators symbol(:,,)."> What operators can be used to concatenate strings in excel?-excel-php.cn
Home> Topics> excel> body text

What operators can be used to concatenate strings in excel?

烟雨青岚
Release: 2020-07-03 09:53:58
Original
19251 people have browsed it

You can use the "&" operator to connect strings in excel. There are other operators in excel, such as: arithmetic operators (, –, *, /, %, ^); comparison operators (=, >, <, >=, <=, <> ;); Reference operators (:,,).

What operators can be used to concatenate strings in excel?

The "&" operator can be used in excel to concatenate strings.

There are other operators in excel, as follows:

Arithmetic operator meaning (example)

(plus sign) addition operation (3 3)

–(minus sign) subtraction operation(3–1)

negative(–1)

*(asterisk) multiplication operation(3*3)

/ (forward slash) division operation (3/3)

% (percent sign) percentage (20%)

^ (caret) exponentiation operation (3^2)

Comparison operators You can use the following operators to compare two values. When an operator is used to compare two values, the result is a logical value, either TRUE or FALSE.

Meaning of comparison operators (example)

= (equal sign) equal to (A1=B1)

> (greater than sign) greater than (A1>B1)

<(less than sign) less than (A1

>= (greater than or equal to sign) greater than or equal to (A1>=B1)

<= (less than Equals sign) Less than or equal to (A1<=B1)

<> (inequality sign) Not equal to (A1<>B1)

The text concatenation operator uses the ampersand (&) Join or concatenate one or more text strings to produce a string of text.

Text operator meaning (example)

& (ampersand) Concatenates or strings two text values to produce a continuous text value ("North"&"wind")

Reference Operators Use the following operators to combine cell ranges.

Meaning of reference operator (example)

: (colon) range operator, produces a reference to all cells included between two references (B5:B15)

, (comma) Union operator, merges multiple references into one reference (SUM(B5:B15,D5:D15))

(space) Crossover operator generates common values for both references Cell reference. (B7:D7 C6:C8)

Recommended tutorial: "excel tutorial"

The above is the detailed content of What operators can be used to concatenate strings in excel?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!