Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default receive one value using two or more criteria

Using a spreadsheet with 12 columns and 500 rows that lists staff names,
positions, work locations, and adjacent columns of data related to each name
on the list. First three column headers are Position (10 different positions
listed), Location (9 different locations listed) and Name (500 names, ie:
Smith, Joe). I want to produce the number of staff in a specific position at
a specifc location. For example, the result I want will identify how many
Directors are at the "North" Location, how many at the "South" location, etc.

What formula will work? I haven't been able to get vlookup, or any "count"
formula to work. The directive I have received is to produce a report
itemizing the numbers of positions across the 9 locations for 500+ staff.
Help.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,388
Default receive one value using two or more criteria

Hi,
Perhaps something like:
=SUMPRODUCT(--(A2:A500="Director")*(B2:B500="North")*(ISTEXT(C2: C500)))
Regards - Dave.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,388
Default receive one value using two or more criteria

Or just:
=SUMPRODUCT(--(A2:A500="Director")*(B2:B500="North"))
Dave.
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
HELP I like to receive e-mail in Excel [email protected] Excel Discussion (Misc queries) 1 July 16th 06 04:10 PM
Is it possible to receive notification of a file update? spavlica09 Excel Discussion (Misc queries) 1 May 8th 06 04:50 PM
Receive #VALUE! when I mix text with dates using SUMPRODUCT Rick Excel Worksheet Functions 6 March 29th 06 10:15 PM
Can I set up excel columns that receive a checkmark? Wants2Know New Users to Excel 1 March 29th 06 01:06 AM
cant receive e- mail [email protected] New Users to Excel 0 March 27th 06 08:31 PM


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