Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 145
Default Formula Suggestion Please?

Below is a formula I'm attempting to use, and post on my QA Data Sheet Tab.
The actual data is being pulled from my New Rules Client Tab, and while Excel
is accepting the formula in the applicable cell, the outcome value is not
correct (it registers 0, and I know that this is not an accurate outcome).

My requirements are the following:

If a client has completed their class as identified in Column (Y), but has
not yet had their final interview (Column Z), count that total (completed
class, but not had their final interview). I'd appreciate any formula
suggestions to remedy this problem.

Thank You

=SUMPRODUCT('New Rule Clients'!Y4:Y3500="Yes")*(Z4:Z3500="")
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Formula Suggestion Please?

You've missed a pair of brackets - try this:

=SUMPRODUCT(('New Rule Clients'!Y4:Y3500="Yes")*(Z4:Z3500=""))

Hope this helps.

Pete

On Jul 10, 11:08 pm, Dan the Man
wrote:
Below is a formula I'm attempting to use, and post on my QA Data Sheet Tab.
The actual data is being pulled from my New Rules Client Tab, and while Excel
is accepting the formula in the applicable cell, the outcome value is not
correct (it registers 0, and I know that this is not an accurate outcome).

My requirements are the following:

If a client has completed their class as identified in Column (Y), but has
not yet had their final interview (Column Z), count that total (completed
class, but not had their final interview). I'd appreciate any formula
suggestions to remedy this problem.

Thank You

=SUMPRODUCT('New Rule Clients'!Y4:Y3500="Yes")*(Z4:Z3500="")



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 145
Default Formula Suggestion Please?

Thank you everyone.................Got it......What a great group!

Dan

"Pete_UK" wrote:

You've missed a pair of brackets - try this:

=SUMPRODUCT(('New Rule Clients'!Y4:Y3500="Yes")*(Z4:Z3500=""))

Hope this helps.

Pete

On Jul 10, 11:08 pm, Dan the Man
wrote:
Below is a formula I'm attempting to use, and post on my QA Data Sheet Tab.
The actual data is being pulled from my New Rules Client Tab, and while Excel
is accepting the formula in the applicable cell, the outcome value is not
correct (it registers 0, and I know that this is not an accurate outcome).

My requirements are the following:

If a client has completed their class as identified in Column (Y), but has
not yet had their final interview (Column Z), count that total (completed
class, but not had their final interview). I'd appreciate any formula
suggestions to remedy this problem.

Thank You

=SUMPRODUCT('New Rule Clients'!Y4:Y3500="Yes")*(Z4:Z3500="")




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Formula Suggestion Please?

You were very close:

=SUMPRODUCT(('New Rule Clients'!Y4:Y3500="Yes")*('New Rule
Clients'!Z4:Z3500=""))

Slightly more efficient:

=SUMPRODUCT(--('New Rule Clients'!Y4:Y3500="Yes"),--('New Rule
Clients'!Z4:Z3500=""))

--
Biff
Microsoft Excel MVP


"Dan the Man" wrote in message
...
Below is a formula I'm attempting to use, and post on my QA Data Sheet
Tab.
The actual data is being pulled from my New Rules Client Tab, and while
Excel
is accepting the formula in the applicable cell, the outcome value is not
correct (it registers 0, and I know that this is not an accurate outcome).

My requirements are the following:

If a client has completed their class as identified in Column (Y), but has
not yet had their final interview (Column Z), count that total (completed
class, but not had their final interview). I'd appreciate any formula
suggestions to remedy this problem.

Thank You

=SUMPRODUCT('New Rule Clients'!Y4:Y3500="Yes")*(Z4:Z3500="")





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 suggestion please Anthony Excel Worksheet Functions 2 January 16th 06 02:13 PM
Suggestion about a formula Elkar Excel Discussion (Misc queries) 0 November 9th 05 07:18 PM
Suggestion about a formula Nelly Excel Discussion (Misc queries) 0 November 9th 05 07:18 PM
formula suggestion Amandle Excel Worksheet Functions 3 August 17th 05 08:09 PM
If Formula suggestion TJP Excel Worksheet Functions 1 June 3rd 05 08:40 PM


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