Formula

J

Jenn

The answer to this question is proably quite simple. What
I'm currently working on a query, and I need to create a
section that the result is the sum of numbers between
1000 and 2000 but i'm not sure how to do it. It's proably
a simple formula that I just haven't fell upon. I could
use any advice. Email me with the answer. Thanks so
much.
 
J

John Spencer (MVP)

Perhaps what you want is

Sum(IIF(SomeField>=1000 and SomeField<=2000,SomeField,0)

However, I can't really decide for sure what you wish to accomplish.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top