Forum Discussion
valerie21
May 03, 2019Copper Contributor
make total in one column if marked "X" in other column
Hello All, How can I make a total of some amounts located in Column B if the lines are marked with "X" in column D ?
Twifoo
May 03, 2019Silver Contributor
You can use this formula:
=SUMPRODUCT(B:B*(D:D="x"))
=SUMPRODUCT(B:B*(D:D="x"))
- SergeiBaklanMay 03, 2019Diamond Contributor
- valerie21May 03, 2019Copper Contributor
SergeiBaklan Thabnk you very much it's working now