Thread
:
sum values in a col only if value in next col is desired value
View Single Post
#
2
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
sum values in a col only if value in next col is desired value
"u999rbm" wrote in message
...
add numbers in col A if values in col B = M only
Excel 2003
Hi U,
If a worksheet formula would suit, try:
=SUMIF(B1:B100,"=M",A1:A100)
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones