I have the following formula that sums data from another worksheet for a particular product for a particular month. When I copy the formula from one month to the next I would like to automatically have the month incremented by 1 or be able to do a search and replace on the formula in a range
=SUMPRODUCT(('R:\group\FORECAST\FCAST 2004\[fcastpartsales.xls]Sheet1'!$C$1:$C$10000="SPA9000")*('R:\group\FORECAST\FCAST 2004\[fcastpartsales.xls]Sheet1'!$L$1:$L$10000)*(MONTH('R:\group\FORECAST\FCAST 2004\[fcastpartsales.xls]Sheet1'!$B$1:$B$10000)=1))
Thanks
deb
=SUMPRODUCT(('R:\group\FORECAST\FCAST 2004\[fcastpartsales.xls]Sheet1'!$C$1:$C$10000="SPA9000")*('R:\group\FORECAST\FCAST 2004\[fcastpartsales.xls]Sheet1'!$L$1:$L$10000)*(MONTH('R:\group\FORECAST\FCAST 2004\[fcastpartsales.xls]Sheet1'!$B$1:$B$10000)=1))
Thanks
deb