Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Dates: Data Validation, Sumif

Hello!

I am trying to do a budget of expenses:

First of all, I have a Due Date column list made through data validation
which has Mar-10; Apr-10; May-10; etc all the way through to Jun-11.

I have then formatted the cells where I have data validation to custom :
mmm-yyyy so I didn't get the number
So I have a spreadsheet with the columns: Item, Amount,(Column H) Due
Date(Column I)
and this formula to get my all liabilities for Mar-10 in a separate column:

=SUMIF(H3:I71, "Mar-10",H3:H71)

This formula is not working, it has something to do with the date as it
returns 0 even though I have expenses in column h for march.

Is this something to do with how the date is being "read"?




  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Dates: Data Validation, Sumif

Try
=SUMPRODUCT((TEXT(I3:I71,"mmyyyy")="032010")*(H3:H 71))

--
Jacob


"suek" wrote:

Hello!

I am trying to do a budget of expenses:

First of all, I have a Due Date column list made through data validation
which has Mar-10; Apr-10; May-10; etc all the way through to Jun-11.

I have then formatted the cells where I have data validation to custom :
mmm-yyyy so I didn't get the number
So I have a spreadsheet with the columns: Item, Amount,(Column H) Due
Date(Column I)
and this formula to get my all liabilities for Mar-10 in a separate column:

=SUMIF(H3:I71, "Mar-10",H3:H71)

This formula is not working, it has something to do with the date as it
returns 0 even though I have expenses in column h for march.

Is this something to do with how the date is being "read"?




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
dates from a data validation SethT Excel Worksheet Functions 3 January 29th 10 10:41 PM
Data Validation using Dates caldog Excel Worksheet Functions 8 September 7th 07 01:48 AM
Data validation - dates Slot Excel Discussion (Misc queries) 1 September 6th 07 08:40 AM
SUMIF ranges linked to a data validation cell Steggles Excel Discussion (Misc queries) 2 May 15th 07 01:36 PM
SumIf and Data Validation Mike Excel Discussion (Misc queries) 1 April 17th 07 07:11 AM


All times are GMT +1. The time now is 09:43 AM.

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

About Us

"It's about Microsoft Excel"