H hals_left Aug 20, 2007 #1 I Have dates in column A and amounts in Column B, Is there anyway to produce a monthly spend chart from this. Thanks
I Have dates in column A and amounts in Column B, Is there anyway to produce a monthly spend chart from this. Thanks
H hals_left Aug 20, 2007 #3 try copying this down =sumproduct((month(a2:a22)=row(a1))*b2:b22) -- Don Guillett Microsoft MVP Excel SalesAid Software - Show quoted text - Click to expand... It just put a single value of 0 in the cell.
try copying this down =sumproduct((month(a2:a22)=row(a1))*b2:b22) -- Don Guillett Microsoft MVP Excel SalesAid Software - Show quoted text - Click to expand... It just put a single value of 0 in the cell.
H hals_left Aug 20, 2007 #4 Sorry, my mistake. That woks fine, Thank-you try copying this down =sumproduct((month(a2:a22)=row(a1))*b2:b22) -- Don Guillett Microsoft MVP Excel SalesAid Software - Show quoted text - Click to expand...
Sorry, my mistake. That woks fine, Thank-you try copying this down =sumproduct((month(a2:a22)=row(a1))*b2:b22) -- Don Guillett Microsoft MVP Excel SalesAid Software - Show quoted text - Click to expand...
D Don Guillett Aug 20, 2007 #5 Pls TOP post here make sure your range is long enough and make range absolute and your dates ARE dates. =sumproduct((month($a$2:$a$2222)=row(a1))*$b$2:$b$2222)
Pls TOP post here make sure your range is long enough and make range absolute and your dates ARE dates. =sumproduct((month($a$2:$a$2222)=row(a1))*$b$2:$b$2222)