ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Trying to count the number of buyers or sellers for a given month. (https://www.excelbanter.com/excel-worksheet-functions/243038-trying-count-number-buyers-sellers-given-month.html)

djcampanelli

Trying to count the number of buyers or sellers for a given month.
 
I have a detailed worksheet that lists each buyer and seller that close on a
home. Column A = Buyer or Seller, Column C = Closing Month. I am creating a
totals area on my spreadsheet and for each month trying to determine how many
buyers and how many sellers. Lets say I want totals for January. I want to
look in column C find all of the January Records, then look in column a to
determine how many records were buyers. Then in a seperate cell I will do
the same for sellers. How can I do this? Any help is greatly appreciated.

Teethless mama

Trying to count the number of buyers or sellers for a given month.
 
Assuming January is a text value

=SUMPRODUCT((A1:A100="Buyer")*(C1:C100="January"))


"djcampanelli" wrote:

I have a detailed worksheet that lists each buyer and seller that close on a
home. Column A = Buyer or Seller, Column C = Closing Month. I am creating a
totals area on my spreadsheet and for each month trying to determine how many
buyers and how many sellers. Lets say I want totals for January. I want to
look in column C find all of the January Records, then look in column a to
determine how many records were buyers. Then in a seperate cell I will do
the same for sellers. How can I do this? Any help is greatly appreciated.


Ashish Mathur[_2_]

Trying to count the number of buyers or sellers for a given month.
 
Hi,

You may also create a pivot table. Drag column A to the row area. Drag
column C to the row area or column area (as you wish) and drag column A
(again) to the data area.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"djcampanelli" wrote in message
...
I have a detailed worksheet that lists each buyer and seller that close on
a
home. Column A = Buyer or Seller, Column C = Closing Month. I am
creating a
totals area on my spreadsheet and for each month trying to determine how
many
buyers and how many sellers. Lets say I want totals for January. I want
to
look in column C find all of the January Records, then look in column a to
determine how many records were buyers. Then in a seperate cell I will do
the same for sellers. How can I do this? Any help is greatly
appreciated.



djcampanelli

Trying to count the number of buyers or sellers for a given mo
 
That worked awesome. Thank you. Now how would I do the same thing only add
up the dollar volume in column d.

"Teethless mama" wrote:

Assuming January is a text value

=SUMPRODUCT((A1:A100="Buyer")*(C1:C100="January"))


"djcampanelli" wrote:

I have a detailed worksheet that lists each buyer and seller that close on a
home. Column A = Buyer or Seller, Column C = Closing Month. I am creating a
totals area on my spreadsheet and for each month trying to determine how many
buyers and how many sellers. Lets say I want totals for January. I want to
look in column C find all of the January Records, then look in column a to
determine how many records were buyers. Then in a seperate cell I will do
the same for sellers. How can I do this? Any help is greatly appreciated.


Teethless mama

Trying to count the number of buyers or sellers for a given mo
 
=SUMPRODUCT((A1:A100="Buyer")*(C1:C100="January"), D1:D100)


"djcampanelli" wrote:

That worked awesome. Thank you. Now how would I do the same thing only add
up the dollar volume in column d.

"Teethless mama" wrote:

Assuming January is a text value

=SUMPRODUCT((A1:A100="Buyer")*(C1:C100="January"))


"djcampanelli" wrote:

I have a detailed worksheet that lists each buyer and seller that close on a
home. Column A = Buyer or Seller, Column C = Closing Month. I am creating a
totals area on my spreadsheet and for each month trying to determine how many
buyers and how many sellers. Lets say I want totals for January. I want to
look in column C find all of the January Records, then look in column a to
determine how many records were buyers. Then in a seperate cell I will do
the same for sellers. How can I do this? Any help is greatly appreciated.



All times are GMT +1. The time now is 04:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com