I have a number in column B, either 68, 623 or 711 and I want to sum columns D through O (the entire row) if column B matches that number above.
I tried sumproduct(--(B2:B20=A1),D2:O20) but that didn't work and I am not sure where to go from there.
I tried sumproduct(--(B2:B20=A1),D2:O20) but that didn't work and I am not sure where to go from there.