Re: dsum with IsNumber()
- From: "jb" <sbormail@xxxxxxxxxxxxxxx>
- Date: Thu, 11 Oct 2007 07:43:38 -0400
On a similar note, how do you do a compound criteria? That is, in the below
example, if I wanted to get all "Bounce" and all "Return", how do I specify
the Criteria? I tried "=Bounce OR Return", "=Bounce" OR "=Return" but
neither of those worked.
Also, trying to use not equal <>, how do you use AND or OR like <>Bounce And
<> Return?
Thanks for your help.
John
"Jim Cone" <jim.coneXXX@xxxxxxxxxx> wrote in message
news:uu11wg7CIHA.5044@xxxxxxxxxxxxxxxxxxxxxxx
With the data in B5:C10...
=SUMIF(C6:C10,">0",B6:B10)
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)
"jb"
wrote in message
Hello,
I need to do a dsum with a criteria of Isnumber(Check Number Column). I
do
not know how to put a criteria in where I can return values only for those
rows where there is a number in another column.
Paid Check #
$100 1234
$200 Bounce
$300 4567
$400 Return
$500 7777
I need a dsum to come back with $900 which are the 3 numeric looking Check
#'s. I can't figure out how to put the criteria in.
Thank you.
.
- Follow-Ups:
- Re: dsum with IsNumber()
- From: Jim Cone
- Re: dsum with IsNumber()
- From: Tom Ogilvy
- Re: dsum with IsNumber()
- References:
- dsum with IsNumber()
- From: jb
- Re: dsum with IsNumber()
- From: Jim Cone
- dsum with IsNumber()
- Prev by Date: Re: Worksheet_beforedoubleclick
- Next by Date: Problem with Excel Charting ... Please Help
- Previous by thread: Re: dsum with IsNumber()
- Next by thread: Re: dsum with IsNumber()
- Index(es):