View Single Post
  #4   Report Post  
JDub
 
Posts: n/a
Default Excel formula that sums if meets two requirements.

Thanks!!

"Ashish Mathur" wrote:

Hi,

You may also try this array formula solution (Ctrl+Shift+Enter)

=sum(if((range1=expense type)*(range2=min date)*(range2<=max date),sum
range))

Regards,

Ashish Mathur

"JDub" wrote:

I am trying to set up a personal budget. I want the budget to sum the
amounts for a certain type of expense, say groceries, that lie within a
certain time period, say the entire month of August. I have tried using
VLOOKUP, but it only looks up one value and will not sum them. I'm not sure
if I need to use array formulas, DFunctions, or if I should be using another
program such as access.

Thanks for any help!