PC Review


Reply
Thread Tools Rate Thread

Count Yes/No for three fields in one column

 
 
Marilyn Myers
Guest
Posts: n/a
 
      28th May 2010
I work with Access 2007. I have a table with 4 columns: Date Mailed, 2nd, C
w/o Inv, and C w/Inv. I can get the monthly totals by grouping on Date
Mailed and each individual column. Is there a way to combine the totals for
2nd, C w/o Inv and C w/Inv that are Yes/No boxes into One column? I use the
following for each individual column:
YesCount1st: Abs(Sum([1st]))

How do I write the expression to include all three fields in one column?
Thanks in advance for any help someone can give.
Marilyn
 
Reply With Quote
 
 
 
 
KARL DEWEY
Guest
Posts: n/a
 
      28th May 2010
YesCountAll: Abs(Sum([2nd] + [C w/o Inv] + [C w/Inv]))

--
Build a little, test a little.


"Marilyn Myers" wrote:

> I work with Access 2007. I have a table with 4 columns: Date Mailed, 2nd, C
> w/o Inv, and C w/Inv. I can get the monthly totals by grouping on Date
> Mailed and each individual column. Is there a way to combine the totals for
> 2nd, C w/o Inv and C w/Inv that are Yes/No boxes into One column? I use the
> following for each individual column:
> YesCount1st: Abs(Sum([1st]))
>
> How do I write the expression to include all three fields in one column?
> Thanks in advance for any help someone can give.
> Marilyn

 
Reply With Quote
 
Daryl S
Guest
Posts: n/a
 
      28th May 2010
Marilyn -

I think you want this:

= Sum(Abs([2nd]) + Abs([C w/o Inv]) + Abs([C w/Inv]))

--
Daryl S


"KARL DEWEY" wrote:

> YesCountAll: Abs(Sum([2nd] + [C w/o Inv] + [C w/Inv]))
>
> --
> Build a little, test a little.
>
>
> "Marilyn Myers" wrote:
>
> > I work with Access 2007. I have a table with 4 columns: Date Mailed, 2nd, C
> > w/o Inv, and C w/Inv. I can get the monthly totals by grouping on Date
> > Mailed and each individual column. Is there a way to combine the totals for
> > 2nd, C w/o Inv and C w/Inv that are Yes/No boxes into One column? I use the
> > following for each individual column:
> > YesCount1st: Abs(Sum([1st]))
> >
> > How do I write the expression to include all three fields in one column?
> > Thanks in advance for any help someone can give.
> > Marilyn

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to count#cells w/= value in other column and not count blank c aganoe Microsoft Excel Worksheet Functions 4 9th Apr 2010 11:36 AM
Count Unique Values in 1 Column based on Date Range in another Column Brian Microsoft Excel Worksheet Functions 28 17th May 2009 02:58 PM
Count Intervals of 1 Numeric value in a Row and Return Count down Column Sam via OfficeKB.com Microsoft Excel Worksheet Functions 8 4th Oct 2005 04:37 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Microsoft Excel Worksheet Functions 9 31st Jul 2005 03:37 AM
COUNT INFORMATION IN COLUMN B ONLY IF A1 MATCHES K1 COUNT THAT CE. =?Utf-8?B?d2l0Y2hjYXQ5OA==?= Microsoft Excel Worksheet Functions 1 4th Feb 2005 01:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:38 PM.