Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
If you want to use an array it would be shorter as =SUM(A1:A38*(1/COUNTIF(A1:A38,A1:A38))) or using a range name: =SUM(D*(1/COUNTIF(D,D))) Note that unlike my earlier suggestion you will need to press Shift Ctrl Enter to enter these formulas. -- Cheers, Shane Devenshire "moondaddy" wrote: How do you sum unique values in a column? for example, I have a column of data like this: 2627 2627 2628 2628 2628 2629 2629 2631 2633 2633 2633 2634 2635 2635 2635 2636 2636 2637 2637 2638 2638 2638 2639 2639 2639 2640 2640 2640 2641 2641 2641 2641 2641 2641 2641 2641 2641 2641 and I need a formula that will tell me the sum of unique numbers. Thanks. -- am |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
To find Multiple values in column B for a unique value in column A | Excel Worksheet Functions | |||
list unique values in a column | Excel Worksheet Functions | |||
format column for unique values only | Excel Worksheet Functions | |||
create list of unique values from a column with repeated values? | Excel Worksheet Functions | |||
Populate a column by extracting unique values from another column? | Excel Worksheet Functions |