Forum Discussion
nadavb
Nov 09, 2025Copper Contributor
Summing rows values while a specific column answers a specific condition.
Its much smaller than the sheet I work with but for this example I want to scan column 1 representative and if the value in a cell form A2:A6="D" I want to sum its rows. in this case I expect th...
OliverScheurich
Nov 10, 2025Gold Contributor
=SUM(IF($A$2:$A$16=A2,$B$2:$G$16))This formula works in my sample file and in modern and legacy Excel. The formula must be entered as an arrayformula with ctrl+shift+enter if someone doesn't work with Office 365 or Excel for the web or Excel 2024.