Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to sum column D (currancy) if the value of column C is an "M"
I've been trying =SUMIF but can't seem to get it right. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try
=sumif(c2:c22,"m",d2:d22) -- Don Guillett SalesAid Software "Wanda" wrote in message ... I need to sum column D (currancy) if the value of column C is an "M" I've been trying =SUMIF but can't seem to get it right. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(C:C,"M",D:D)
-- Allllen "Wanda" wrote: I need to sum column D (currancy) if the value of column C is an "M" I've been trying =SUMIF but can't seem to get it right. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I combine spreadsheets and documents in one file? | Excel Discussion (Misc queries) | |||
macro | Excel Discussion (Misc queries) | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |