Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a table, with a drop down list with 5 components in column A, and then
if it is "parts" with a corresponding cost of £100, for instance, I need to sub total this in a cell. I need to do this for all 5 drop down list components and I am stuck! Help - thanks, Kelly |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Suppose your costs are in column E with your components in column A.
List your 5 components somewhere (eg M1:M5), then in N1 you can enter this formula: =SUMIF(A:A,M1,E:E) Then copy this down into N2:N5. Hope this helps. Pete On Aug 4, 9:41*pm, plumfin wrote: I have a table, with a drop down list with 5 components in column A, and then if it is "parts" with a corresponding cost of £100, for instance, I need to sub total this in a cell. *I need to do this for all 5 drop down list components and I am stuck! Help - thanks, Kelly |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
sumif help... | Excel Discussion (Misc queries) | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |