Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 29
Default Questions with a formula..

I'm using the formula:
=SUMPRODUCT(--(Honda!A7:Honda!A102=2),--(Honda!D7:Honda!D102="no"))
to display the amount of deals that are pending for a given finance manager
(in this case represented by the 2) . But I would also like to be able to
display the customer name which would be coming from the B column.

So for example, if there was 1 deal pending for manager 2, instead of the
cell displaying 1, it would say "smith" or whatever the customer's name was.
Also, can I display the names in a range of cells if there is more than 1
deal pending at a time.

Thanks in advance for the help!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Questions with a formula..

Put your list of names somewhere, eg in N1:N5. Then you can put this
formula in O1:

=SUMPRODUCT(--(Honda!A$7:A$102=2),--(Honda!D$7:D$102="no"),--(Honda!B
$7:B$102=N1))

This will give a count for the name in N1. Then copy the formula into
O2:O5 to get a count for the other names.

Hope this helps.

Pete

On Jun 6, 7:24*pm, Clay wrote:
I'm using the formula:
=SUMPRODUCT(--(Honda!A7:Honda!A102=2),--(Honda!D7:Honda!D102="no"))
to display the amount of deals that are pending for a given finance manager
(in this case represented by the 2) . *But I would also like to be able to
display the customer name which would be coming from the B column. *

So for example, if there was 1 deal pending for manager 2, instead of the
cell displaying 1, it would say "smith" or whatever the customer's name was. *
Also, can I display the names in a range of cells if there is more than 1
deal pending at a time.

Thanks in advance for the help!


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
Formula Questions... Steven Sinclair Excel Worksheet Functions 1 June 5th 08 05:11 PM
Formula questions mstangel Excel Worksheet Functions 1 November 22nd 05 10:16 PM
Formula questions Bob L Excel Discussion (Misc queries) 5 August 26th 05 11:54 PM
Formula Help 2 QUESTIONS Missy Excel Discussion (Misc queries) 2 August 26th 05 06:44 PM
Formula Questions?? Metalteck New Users to Excel 8 April 14th 05 04:52 PM


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