View Single Post
  #1   Report Post  
matt_writer matt_writer is offline
Junior Member
 
Posts: 3
Default Help on the Sumif Function

I have a budget table where I input data every week. I want to create another table that shows how much I've spent every month. So for the Month of April my equation looks like SUMIF(Table[Date], MONTH(4), Table[Debit]). My value comes up as zero. Is there a way to make this function work to where I can find the sum sorted by the month?

Last edited by matt_writer : November 8th 12 at 04:08 PM