Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default DSUM with criteria:blank OR some value

Cells in Column A, headed "date" are either blank or contain dates; cells in
column B, headed "Amount", contain a number.

I want to sum, using DSUM, cells in column B, where the corresponding cell
in column A is either blank or contains a date after a certain date. But
however I set up the criteria table, it doesn't seem to work.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default DSUM with criteria:blank OR some value

Maybe this with your criteria date in C1

=SUMIF(A2:A20,"",B2:B20)+SUMIF(A2:A20,""&C1,B2:B2 0)

Mike

"EricK" wrote:

Cells in Column A, headed "date" are either blank or contain dates; cells in
column B, headed "Amount", contain a number.

I want to sum, using DSUM, cells in column B, where the corresponding cell
in column A is either blank or contains a date after a certain date. But
however I set up the criteria table, it doesn't seem to work.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default DSUM with criteria:blank OR some value

Hi,

Give us an example of your data layout, the criteria and the DSUM formula
which are you using

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"EricK" wrote in message
...
Cells in Column A, headed "date" are either blank or contain dates; cells
in
column B, headed "Amount", contain a number.

I want to sum, using DSUM, cells in column B, where the corresponding cell
in column A is either blank or contains a date after a certain date. But
however I set up the criteria table, it doesn't seem to work.


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
DSUM with variable Criteria Michael Dam Excel Worksheet Functions 5 December 18th 07 06:29 PM
DSUM criteria Edward Excel Worksheet Functions 3 July 9th 07 04:19 PM
DSum criteria Troubled Excel Worksheet Functions 2 November 8th 06 04:22 AM
HOW TO USE DSUM WITH MORE THAN ONE CRITERIA Michael H.M.Mikhail New Users to Excel 1 May 23rd 06 09:42 AM
Using DSUM with several criteria matthoffman33 Excel Worksheet Functions 2 May 6th 06 05:46 PM


All times are GMT +1. The time now is 08:20 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"