Hi,
Quote:
|
As for using the Sumproduct I have seen that but keep getting an error when I am trying to get the formula for the date column.
|
If you're using XL 2000, one thing to be careful of is not to use entire column references within SUMPRODUCT because the function will return an error. This rule is true up to and including XL 2003.
Other typical causes of an error return value are error values within the data or not keeping the arrays an equal size (depending on the form of SUMPRODUCT() you are using).
Something like this should be fine:
=SUMPRODUCT(--(Sheet2!F2:F200="a"),--(Sheet2!H2:H200="Rep A"))
Quote:
|
As for the pivot table I have never done one... Guess this is as good a time as any..
|
Good choice. I don't have XL 2000 to hand to check, but if memory serves me correctly Pivot Tables were introduced in XL 2000, so you are in luck.
