Hey I tried what you sent to me but I think I am not getting it here what I
wrote
=SUMIF($'Weekly Entry'!$D$10$,C7,$'Weekly Entry'!$P$23:$P24$)
I know that I have placed the $ in the wrong places or havent placed them
where I need them or both which is it?
> Look at Absolute and Relative referencing in help,
> =SUMIF(A1:A20,"aa",B1:B20)
[quoted text clipped - 29 lines]
>>
>> Sorry if this too drawn out can some one help me?
Alan - 25 Apr 2008 00:23 GMT
=SUMIF(A1:A20,"aa",B1:B20)
=SUMIF($A$1:$A$20,"aa",$B$1$:$B20)
The dollar signs only go BEFORE the A and the 1. A1 becomes $A$1
If you click the formula and highlight A1:A20 in the formula bar, hit F4 and
the $ signs will be added automatically, do the same with other range.
I didn't use your example as there appears to be something missing in the
first part of it, you only have D10, there should be another cell reference
there.
Regards,
Alan.
> Hey I tried what you sent to me but I think I am not getting it here what
> I wrote
[quoted text clipped - 34 lines]
>>>
>>> Sorry if this too drawn out can some one help me?