C
C
carec2018-03-02 19:47:16
excel
carec, 2018-03-02 19:47:16

How to write an EXCEL formula?

Good evening. Tell me how to make a formula with the following task:
There is a column with words, there are with numbers. The following is needed: if there is a WORD in column A from lines 1 to 21 (for example, a car), then a number is taken from the neighboring column B from lines 1 to 21 and added to the rest, where our WORD is. As a result, we get the sum of the cells where the next column contains the word we need. How to implement it? Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lvv85, 2018-03-02
@carec

=SUMIF(A:A, "WORD", B:B)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question