Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() in col A i have dates in format 5-Mar-06 and in col B i have values. i want to add values of col B if col A has dates between 1-Mar-06 to 31-Mar-06. something like this: sumif(col A has dates b/t 1st & 31st Mar, col B) -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=535885 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(MONTH(A2:A200)=3),B2:B200)
Note that SUMPRODUCT doesn't work with complete columns, you have to specify a range. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "starguy" wrote in message ... in col A i have dates in format 5-Mar-06 and in col B i have values. i want to add values of col B if col A has dates between 1-Mar-06 to 31-Mar-06. something like this: sumif(col A has dates b/t 1st & 31st Mar, col B) -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=535885 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() would you please define the role of -- in this formula. -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=535885 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "starguy" wrote in message ... would you please define the role of -- in this formula. -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=535885 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
summing values from adjacent column with refrence from adjacent column | Excel Discussion (Misc queries) | |||
Summing Monthly values | Excel Discussion (Misc queries) | |||
Sum values between dates | Excel Worksheet Functions | |||
Using dates for x-axis values as string instead of creating a scale | Charts and Charting in Excel | |||
Convert three separate columns of values to dates | Excel Worksheet Functions |