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 ?
5 Replies
- TwifooSilver ContributorYou can use this formula:
=SUMPRODUCT(B:B*(D:D="x"))- valerie21Copper Contributor
- SergeiBaklanDiamond Contributor