Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My file have two columns A - Month B - Amount
I will change the color to red of certain cells in column B Can I use the sumif function to total column B of those cells with same month and color red ? Many thanks eva cheng |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can't sum by color (is there some criteria you could use, such as
greater than x value?), but you can sum by month like this: =SUMPRODUCT(--(TEXT(A2:A100,"mmm")="Apr"),B2:B100) -- Best Regards, Luke M "eva cheng" wrote in message ... My file have two columns A - Month B - Amount I will change the color to red of certain cells in column B Can I use the sumif function to total column B of those cells with same month and color red ? Many thanks eva cheng |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear Eva,
Yes you can. For "sumif" function it's necessary however that in addition to coloring the cells you add an additional cell with the color name. See for further details: http://www.officearticles.com/excel/...ft_excel.h tm Hope to have helped :) Rgrds, Kristiina -- I help with Excel and PowerPoint Office ToDo http://www.officetodo.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif by month and year | Excel Worksheet Functions | |||
SUMIF with only Month | Excel Worksheet Functions | |||
How do I set up 12-month rolling month cells in excel? | Excel Discussion (Misc queries) | |||
SUMIF & MONTH() ? | Excel Discussion (Misc queries) | |||
sumif date is in certain month | Excel Worksheet Functions |