Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Countif OR Sumproduct OR Istext????

I'm really struggling with the appropriate formula to use in Sheet 2 to sum
the number of applicants for a specifc role (column C) that also have an
interview date in column D in Sheet 1.

A sample of the Sheet 1 data:

Initial Inquiry Name Role Interview

02-Apr-09 Bill Driver 06-Apr-09
03-Apr-09 Mary Visitor 05-May-09
07-Apr-09 Fred Visitor
08-Apr-09 Bob Visitor 14-Apr-09
09-Apr-09 Laurie Driver
15-Apr-09 Edna Driver
21-Apr-09 Michelle Driver 24-Apr-09
28-Apr-09 Steve Visitor

Essentially, on Sheet 2 I want to know how many visitors I actually
interviewed and how many drivers I interviewed, etc.

Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Countif OR Sumproduct OR Istext????

Try the below

'Number of drivers interviewed
=SUMPRODUCT((Sheet1!C1:C100="driver")*(ISNUMBER(Sh eet1!D1:D100)))

'Total number interviewed
=COUNTIF(Sheet1!D1:D100,"0")


If this post helps click Yes
---------------
Jacob Skaria


"Baxter" wrote:

I'm really struggling with the appropriate formula to use in Sheet 2 to sum
the number of applicants for a specifc role (column C) that also have an
interview date in column D in Sheet 1.

A sample of the Sheet 1 data:

Initial Inquiry Name Role Interview

02-Apr-09 Bill Driver 06-Apr-09
03-Apr-09 Mary Visitor 05-May-09
07-Apr-09 Fred Visitor
08-Apr-09 Bob Visitor 14-Apr-09
09-Apr-09 Laurie Driver
15-Apr-09 Edna Driver
21-Apr-09 Michelle Driver 24-Apr-09
28-Apr-09 Steve Visitor

Essentially, on Sheet 2 I want to know how many visitors I actually
interviewed and how many drivers I interviewed, etc.

Thanks in advance!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Countif OR Sumproduct OR Istext????

Hi,

You can create a Pivot table. Drag Name to the row area and date to the
data area.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Baxter" wrote in message
...
I'm really struggling with the appropriate formula to use in Sheet 2 to
sum
the number of applicants for a specifc role (column C) that also have an
interview date in column D in Sheet 1.

A sample of the Sheet 1 data:

Initial Inquiry Name Role Interview

02-Apr-09 Bill Driver 06-Apr-09
03-Apr-09 Mary Visitor 05-May-09
07-Apr-09 Fred Visitor
08-Apr-09 Bob Visitor 14-Apr-09
09-Apr-09 Laurie Driver
15-Apr-09 Edna Driver
21-Apr-09 Michelle Driver 24-Apr-09
28-Apr-09 Steve Visitor

Essentially, on Sheet 2 I want to know how many visitors I actually
interviewed and how many drivers I interviewed, etc.

Thanks in advance!


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
Sumproduct and ISTEXT? Sandy Excel Worksheet Functions 4 October 27th 08 04:42 AM
Sumproduct vs countif Scott Kieta[_2_] Excel Worksheet Functions 5 May 22nd 08 09:41 PM
Countif and Sumproduct Sandy Excel Worksheet Functions 4 August 18th 07 10:08 PM
Sumproduct or Countif mhmra Excel Worksheet Functions 6 November 29th 06 04:38 PM
How to: COUNTIF when ISTEXT is True? dpenny Excel Worksheet Functions 3 July 10th 06 11:20 PM


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