Forum Discussion
Mazzarougle
Apr 27, 2023Copper Contributor
Formula for total dependent on value of a cell
Hi Is it possible to enter a formula that totals a column, but is dependent on another number in each row as to whether it is included in the total? I have recreated a simple table to demonstra...
- Apr 27, 2023
=SUMIF($A$2:$A$5,$A8,B$2:B$5)
You can try this formula which is in cell B8 and filled across range B8:E9.
OliverScheurich
Apr 27, 2023Gold Contributor
=SUMIF($A$2:$A$5,$A8,B$2:B$5)
You can try this formula which is in cell B8 and filled across range B8:E9.
Mazzarougle
Apr 27, 2023Copper Contributor
Amazing, thank you so much!!