简体   繁体   中英

sum a column using multiple criteria between two google sheets

I have two sheets:

Sheet A - 4 columns: A,B,C,D
Sheet B - 3 columns: A,B,C

I want to sum the col B from sheet A and put it to column B in sheet B.

Criteria

  1. The column A from sheet A matches column A from sheet B
  2. From sheet A the column C="x" and column D="y"

Then I want to sum the col B from sheet A.and put it to column C in sheet B.

Criteria

  1. The column A from sheet A matches column A from sheet B
  2. From sheet A the column C<>"x"

See link: https://docs.google.com/spreadsheets/d/1qdxuSedmA-SO2oN6RC2qBnnbVuG5Io_b_CLSoRub-CM/edit?usp=sharing

this Link is useful for solve this problem you should use

Sheet_name!Cell_address

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM