Hi Frank,
Some contracts have more than one Contract Number. I have column "D"
that contains contract numbers. I have columns "M" > "EB" that contain
hourly forecasts for each contract number. The plan is to find certain
numbers (39H130 & 39H157) in column "D" and sum the hourly forecast that
coresponds with the contract number in columns "M" > "EB" on a seperate page
from the same line. This works with a single variable to find but i can't
get it to work when trying to find a second variable in the same formula.
I did try this;
=SUMIF(cum_data!$C$1:$C$200,"39H130",cum_data!D$1
![Big Grin :D :D](/styles/default/custom/smilies/grin.gif)
$200)+SUMIF(cum_data!$C$1
:$C$200,"39H157",cum_data!D$1
![Big Grin :D :D](/styles/default/custom/smilies/grin.gif)
$200)
It seems to accept this formula but doesn't give the correct result as it
does when chooseing autofilter/custom/equals 39H130 OR equals 39H157 and
having it subtotal at the bottom.
Regards
Ric