Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob
 
Posts: n/a
Default Counting only Unique cells

I have a column (within a database) containing hundreds of Project Numbers
(e.g., P8763, PA3229, P1090.1, etc.), and the same Project Number can appear
more than once in the column. I need to count the number of unique Project
Numbers within that column, based on the criteria of another column. Is
there a way to do that using a combination of the DCOUNTA function and a
formula? Any help would be greatly appreciated.
Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron de Bruin
 
Posts: n/a
Default Counting only Unique cells

Start here
http://www.j-walk.com/ss/excel/tips/tip52.htm

--
Regards Ron De Bruin
http://www.rondebruin.nl



"Bob" wrote in message ...
I have a column (within a database) containing hundreds of Project Numbers
(e.g., P8763, PA3229, P1090.1, etc.), and the same Project Number can appear
more than once in the column. I need to count the number of unique Project
Numbers within that column, based on the criteria of another column. Is
there a way to do that using a combination of the DCOUNTA function and a
formula? Any help would be greatly appreciated.
Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob
 
Posts: n/a
Default Counting only Unique cells

Ron,
Thanks for your suggestion. Unfortunately, there was no example (or
solution) that counts unique cells (within a database) containing text at the
URL you provided.
Do you know of any other sites I can try?
Thanks again.
Bob


"Ron de Bruin" wrote:

Start here
http://www.j-walk.com/ss/excel/tips/tip52.htm

--
Regards Ron De Bruin
http://www.rondebruin.nl



"Bob" wrote in message ...
I have a column (within a database) containing hundreds of Project Numbers
(e.g., P8763, PA3229, P1090.1, etc.), and the same Project Number can appear
more than once in the column. I need to count the number of unique Project
Numbers within that column, based on the criteria of another column. Is
there a way to do that using a combination of the DCOUNTA function and a
formula? Any help would be greatly appreciated.
Thanks.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Counting only Unique cells

Hi

Try he
http://www.cpearson.com/excel/duplic...CountingUnique

Andy.

"Bob" wrote in message
...
Ron,
Thanks for your suggestion. Unfortunately, there was no example (or
solution) that counts unique cells (within a database) containing text at
the
URL you provided.
Do you know of any other sites I can try?
Thanks again.
Bob


"Ron de Bruin" wrote:

Start here
http://www.j-walk.com/ss/excel/tips/tip52.htm

--
Regards Ron De Bruin
http://www.rondebruin.nl



"Bob" wrote in message
...
I have a column (within a database) containing hundreds of Project
Numbers
(e.g., P8763, PA3229, P1090.1, etc.), and the same Project Number can
appear
more than once in the column. I need to count the number of unique
Project
Numbers within that column, based on the criteria of another column.
Is
there a way to do that using a combination of the DCOUNTA function and
a
formula? Any help would be greatly appreciated.
Thanks.






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob
 
Posts: n/a
Default Counting only Unique cells

Andy,
Thanks for your suggestion. Unfortunately , there was no example (or
solution) that counts unique cells (within a DATABASE) containing text at the
URL you provided. I need to use the DCOUNTA function.
Do you know of any other sites I can try?
Thanks again.
Bob


"Andy" wrote:

Hi

Try he
http://www.cpearson.com/excel/duplic...CountingUnique

Andy.

"Bob" wrote in message
...
Ron,
Thanks for your suggestion. Unfortunately, there was no example (or
solution) that counts unique cells (within a database) containing text at
the
URL you provided.
Do you know of any other sites I can try?
Thanks again.
Bob


"Ron de Bruin" wrote:

Start here
http://www.j-walk.com/ss/excel/tips/tip52.htm

--
Regards Ron De Bruin
http://www.rondebruin.nl



"Bob" wrote in message
...
I have a column (within a database) containing hundreds of Project
Numbers
(e.g., P8763, PA3229, P1090.1, etc.), and the same Project Number can
appear
more than once in the column. I need to count the number of unique
Project
Numbers within that column, based on the criteria of another column.
Is
there a way to do that using a combination of the DCOUNTA function and
a
formula? Any help would be greatly appreciated.
Thanks.









  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Counting only Unique cells

Why would you need DCOUNTA?

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"Bob" wrote in message
...
Andy,
Thanks for your suggestion. Unfortunately , there was no example (or
solution) that counts unique cells (within a DATABASE) containing text at
the
URL you provided. I need to use the DCOUNTA function.
Do you know of any other sites I can try?
Thanks again.
Bob


"Andy" wrote:

Hi

Try he
http://www.cpearson.com/excel/duplic...CountingUnique

Andy.

"Bob" wrote in message
...
Ron,
Thanks for your suggestion. Unfortunately, there was no example (or
solution) that counts unique cells (within a database) containing text
at
the
URL you provided.
Do you know of any other sites I can try?
Thanks again.
Bob


"Ron de Bruin" wrote:

Start here
http://www.j-walk.com/ss/excel/tips/tip52.htm

--
Regards Ron De Bruin
http://www.rondebruin.nl



"Bob" wrote in message
...
I have a column (within a database) containing hundreds of Project
Numbers
(e.g., P8763, PA3229, P1090.1, etc.), and the same Project Number
can
appear
more than once in the column. I need to count the number of unique
Project
Numbers within that column, based on the criteria of another column.
Is
there a way to do that using a combination of the DCOUNTA function
and
a
formula? Any help would be greatly appreciated.
Thanks.









  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron de Bruin
 
Posts: n/a
Default Counting only Unique cells

Try this array formula

Count unique items in data(text, values, Formulas)

=SUM(IF(LEN(data),1/COUNTIF(data,data)))


--
Regards Ron De Bruin
http://www.rondebruin.nl



"Bob" wrote in message ...
Ron,
Thanks for your suggestion. Unfortunately, there was no example (or
solution) that counts unique cells (within a database) containing text at the
URL you provided.
Do you know of any other sites I can try?
Thanks again.
Bob


"Ron de Bruin" wrote:

Start here
http://www.j-walk.com/ss/excel/tips/tip52.htm

--
Regards Ron De Bruin
http://www.rondebruin.nl



"Bob" wrote in message ...
I have a column (within a database) containing hundreds of Project Numbers
(e.g., P8763, PA3229, P1090.1, etc.), and the same Project Number can appear
more than once in the column. I need to count the number of unique Project
Numbers within that column, based on the criteria of another column. Is
there a way to do that using a combination of the DCOUNTA function and a
formula? Any help would be greatly appreciated.
Thanks.






  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob
 
Posts: n/a
Default Counting only Unique cells

Ron,
Thanks again, but I am looking for a solution that works in an Excel
"database", and specifically, in conjunction with the DCOUNTA function.
Bob


"Ron de Bruin" wrote:

Try this array formula

Count unique items in data(text, values, Formulas)

=SUM(IF(LEN(data),1/COUNTIF(data,data)))


--
Regards Ron De Bruin
http://www.rondebruin.nl



"Bob" wrote in message ...
Ron,
Thanks for your suggestion. Unfortunately, there was no example (or
solution) that counts unique cells (within a database) containing text at the
URL you provided.
Do you know of any other sites I can try?
Thanks again.
Bob


"Ron de Bruin" wrote:

Start here
http://www.j-walk.com/ss/excel/tips/tip52.htm

--
Regards Ron De Bruin
http://www.rondebruin.nl



"Bob" wrote in message ...
I have a column (within a database) containing hundreds of Project Numbers
(e.g., P8763, PA3229, P1090.1, etc.), and the same Project Number can appear
more than once in the column. I need to count the number of unique Project
Numbers within that column, based on the criteria of another column. Is
there a way to do that using a combination of the DCOUNTA function and a
formula? Any help would be greatly appreciated.
Thanks.







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
Errors in COUNT, COUNTA, COUNTIF when counting merged cells Outback Excel Worksheet Functions 1 February 7th 06 04:29 PM
Counting cells in Excel? Kelly Lim Excel Discussion (Misc queries) 25 June 2nd 05 09:37 AM
Counting cells, similar values SteW Excel Worksheet Functions 7 May 12th 05 07:05 PM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 2 May 2nd 05 08:53 AM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 0 April 7th 05 12:47 AM


All times are GMT +1. The time now is 05:06 PM.

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"