Michelle, dates in sheet1 column A, amount in column B this will look for
the month may in column A and add the amounts in column B, is this what you
want? change 5 to the month you want
=SUMPRODUCT((MONTH(Sheet1!A1:A100)=5)*(Sheet1!B1:B100))
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2000 & 97
** remove news from my email address to reply by email **
Michelle said:
I have two spreadsheets I want to link. The information on the first
spreadsheet date and amount will change every month. On the second
spreadsheet I have the twelve months listed and want to pull the monthly
amount from the first spreadsheet to poplulate the months. Please help