Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a table with several columns,one of which is a column of numbers from
(1-15) that reference a certain item. There are several instances of the same numbers. I need a formula that will reference this column of numbers, add however many 1's, or 5's, or 12's, etc. and return that value. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want to count the 5s (or whatever), use COUNTIF. If you want to sum
the values in another column that correspond to the 5s, use SUMIF. I don't use 'em very often, but they're very handy occasionally. --- "Tam" wrote: I have a table with several columns,one of which is a column of numbers from (1-15) that reference a certain item. There are several instances of the same numbers. I need a formula that will reference this column of numbers, add however many 1's, or 5's, or 12's, etc. and return that value. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I think you're looking for something like:
=COUNTIF(A2:A100,1) which counts how many 1's occur in the range a2:a100. The other similar formula is =SUMIF(A2:A100,5) Which would sum all the values equal to 5. I.e., if there are four 5's in the range, formula will return a value of 20. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Tam" wrote: I have a table with several columns,one of which is a column of numbers from (1-15) that reference a certain item. There are several instances of the same numbers. I need a formula that will reference this column of numbers, add however many 1's, or 5's, or 12's, etc. and return that value. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lookup question | Excel Worksheet Functions | |||
Lookup Question | Excel Worksheet Functions | |||
LookUp Question | Excel Worksheet Functions | |||
LOOKUP Question [again!] | Excel Discussion (Misc queries) | |||
Lookup Question | Excel Worksheet Functions |