Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have job # used in row 1 and their value in row 2. I want to find the numbers used in row 1 and then sum value of each job #. Can someone help me on this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
try this =SUMPRODUCT((A1:M1=A3)*(A2:M2)) Where A3 is the job number you're looking for Mike "MIK" wrote: Hi, I have job # used in row 1 and their value in row 2. I want to find the numbers used in row 1 and then sum value of each job #. Can someone help me on this? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
A10 = job # =SUMIF(1:1,A10,2:2) -- Biff Microsoft Excel MVP "MIK" wrote in message ... Hi, I have job # used in row 1 and their value in row 2. I want to find the numbers used in row 1 and then sum value of each job #. Can someone help me on this? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Sat, 17 Jan 2009 13:32:00 -0800, MIK
wrote: Hi, I have job # used in row 1 and their value in row 2. I want to find the numbers used in row 1 and then sum value of each job #. Can someone help me on this? If there are nothing but job # in row 1 and nothing but the corresponding values in row 2, you may try the following formulas: In cell A3: =SMALL(1:1,1) In cell A4: =SUMPRODUCT((A3=1:1)*(2:2)) In cell B3: =IF(SUM($A4:A4)=SUM(2:2),"",SMALL(1:1,2+COUNTA(1: 1)-RANK(A3,1:1))) In cell B4: =IF(B3="","",SUMPRODUCT((B3=1:1)*(2:2))) Copy cells B3 and B4 to the right as far as needed Hope this helps / Lars-Åke |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Cells.find to find first number in a row which is 8000 | Excel Discussion (Misc queries) | |||
find the frequency a number appears with another number within a s | Excel Worksheet Functions | |||
find a number broken into more than one number | Excel Discussion (Misc queries) | |||
countif formula to find the occurances of a number that is greater than one number but less than another | Excel Discussion (Misc queries) | |||
How do I find the total number of the same number/letter in a row | Excel Discussion (Misc queries) |