Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi excel kings, I need some help on the formula. Let me explain my need I have set of date column order number and its value. Date Order No Values (Rs) May 14, 2006 0 50,000.00 May 16, 2006 3 20,000.00 May 20, 2006 May 26, 2006 5 600,000.00 May 28, 2006 June 1, 2006 10 100,000.00 June 5, 2006 6 2,000.00 Now I just need the count of the months that have the order no. and sum of the values which have the order number corresponding to the months. -- Qlychap ------------------------------------------------------------------------ Qlychap's Profile: http://www.excelforum.com/member.php...o&userid=35253 View this thread: http://www.excelforum.com/showthread...hreadid=551757 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(B:B,"<")
=SUMIF(B:B,"<",C:C) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Qlychap" wrote in message ... Hi excel kings, I need some help on the formula. Let me explain my need I have set of date column order number and its value. Date Order No Values (Rs) May 14, 2006 0 50,000.00 May 16, 2006 3 20,000.00 May 20, 2006 May 26, 2006 5 600,000.00 May 28, 2006 June 1, 2006 10 100,000.00 June 5, 2006 6 2,000.00 Now I just need the count of the months that have the order no. and sum of the values which have the order number corresponding to the months. -- Qlychap ------------------------------------------------------------------------ Qlychap's Profile: http://www.excelforum.com/member.php...o&userid=35253 View this thread: http://www.excelforum.com/showthread...hreadid=551757 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula references vertical cells in a separate worksheet | Excel Worksheet Functions | |||
how do i copy a formula when cell references r not together | New Users to Excel | |||
Ignore error msgs in formula references | Excel Discussion (Misc queries) | |||
Lock or Unlock cell references in a formula for auto fill purposes | Excel Discussion (Misc queries) | |||
Indirect references in a linked formula | Excel Worksheet Functions |