#1   Report Post  
mpiton
 
Posts: n/a
Default >< formulas

A spreadsheet containing two colums. Column A has dollar amount entries.
Column B has date entries. These entries are entered throughout the month
and every month of the year. I need a formula that will sum the amounts in
column a only if they are during the month of march from column b (for
example)
  #2   Report Post  
Fredrik Wahlgren
 
Posts: n/a
Default


"mpiton" wrote in message
...
A spreadsheet containing two colums. Column A has dollar amount entries.
Column B has date entries. These entries are entered throughout the month
and every month of the year. I need a formula that will sum the amounts

in
column a only if they are during the month of march from column b (for
example)


I think you want SUMIF
http://www.techonthenet.com/excel/formulas/sumif.htm

/Fredrik


  #3   Report Post  
CLR
 
Posts: n/a
Default

Put this is C1 and copy down..........
=IF(MONTH(B1)=$D$1,A1,"")

In D1, type the 3 for March, or 4 for April, etc........
In E1 put this formula, =SUM(C:C)

Vaya con dios,
Chuck, CABGx3



"mpiton" wrote in message
...
A spreadsheet containing two colums. Column A has dollar amount entries.
Column B has date entries. These entries are entered throughout the month
and every month of the year. I need a formula that will sum the amounts

in
column a only if they are during the month of march from column b (for
example)



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
Formulas Stan Excel Worksheet Functions 3 January 21st 05 02:58 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 04:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"