excel - Sum range in column with condition in another colum -
i´m trying sum values of range in column if values in column equal number. example (this small example):
i want sum values in column c in same row have number "2" in column a. example total condition should 236. can me? i´m not getting code make anything. thanks!
you can use d column =if(ax="2"; cx; 0)
, sum d column. doesn't use vba , need column simple , works.
Comments
Post a Comment