View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
UKMAN UKMAN is offline
external usenet poster
 
Posts: 70
Default sumproduct - strange

hi,

same result as with mine? I have to list the "Permanet" in the first row for
it to work.

by the way in my example the rows start at A5 not A1 as I menetioned so
formula correct. :)

its so <:? strange...

"ryguy7272" wrote:

Does this work for you?
=SUMPRODUCT(--(A5:A504="Permanent"),AY5:AY504)


Regards,
Ryan---

--
RyGuy


"UKMAN" wrote:

=SUMPRODUCT((A5:A504="Permanent")*AY5:AY504)

Colmun A cells can either be blank or hold data in sets of 4 rows i.e.

a1 will be "=con1"
a2 will be either "Permanent", Associate or Contractor
a3 & a4 will empty

this then repeated for next 4 rows etc changing the "=con?" for each set
upto "=con100"

Column AY cells will hold the value of a calculation i.e. "=ad5" or be blank.

In essence what I am doing is totaling the values (ay cells) for each
category of "Permanent", Associate or Contractor

Strange point is that if I have the "Permanent", Associate and Contractor"
listed in the cell before the "=con?" i.e. swap a1 and a2 around cell the
above formula works otherwise no calculation is done?

As ever any questions please ask but many thanks in advance.

Ukman