View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
HKW
 
Posts: n/a
Default Adding Up cells in one colum IF cell in another column is yes

Oh that's great thank you - didn't realise it was quite so easy! Thanks
again.



Dav wrote:
If column a contains the 1's and column B contains the values

=SUMIF(A1:A800,1,B1:B800)

should suffice

Regards

Dav