#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Formula help please

I need a formula to return a count from a database with the following

Column D Column R Column AC
2/25/08 KJ 2/25/08

The formula I need would need to return a count for Column R if Column D and
AC equal the same date and count all cells in Column R that have a KJ in it.
Any help is appreciated.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200802/1

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Formula help please

One way:
=SUMPRODUCT((D2:D100=AC2:AC100)*(R2:R100="KJ"))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"michelledean via OfficeKB.com" <u11299@uwe wrote in message
news:804eecce1b09c@uwe...
I need a formula to return a count from a database with the following

Column D Column R Column AC
2/25/08 KJ 2/25/08

The formula I need would need to return a count for Column R if Column D
and
AC equal the same date and count all cells in Column R that have a KJ in
it.
Any help is appreciated.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200802/1



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Formula help please

=sumproduct((D1:D100=AC1:AC100)*(R1:R100="KJ"))
--
David Biddulph

"michelledean via OfficeKB.com" <u11299@uwe wrote in message
news:804eecce1b09c@uwe...
I need a formula to return a count from a database with the following

Column D Column R Column AC
2/25/08 KJ 2/25/08

The formula I need would need to return a count for Column R if Column D
and
AC equal the same date and count all cells in Column R that have a KJ in
it.
Any help is appreciated.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200802/1



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



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