PDA

View Full Version : Summarize data



oleg_v
11-23-2010, 11:35 PM
Hi
i have 2 columns in one column names and in second column numbers.
the question is :if the names repeats more than ones how can i summarize all the numbers that belongs to that name


thanks

Oleg

Bob Phillips
11-24-2010, 12:58 AM
Use SUMIF

=SUMIF(rng_names,selected_name,rng_values)