Thread
:
sumif and left
View Single Post
#
2
Posted to microsoft.public.excel.misc
Mike H
external usenet poster
Posts: 11,501
sumif and left
Hi,
This works for your posted data
=SUMPRODUCT((INT(A1:A10/100))*(B1:B10))
Mike
"Bonita" wrote:
col a col b
103 100
204 500
need to sum col b based on the first left character of col a
ie 1 100
2 500
--
Bonita
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H