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

Hi

I would like some help with a formula that i am trying to create on my
spread sheet. The formula needs to countif a specific set of data is reached.
So far i have an array formula working that counts if 2 specific names are
added

I.e. =COUNT(IF((D21:D208="Office name")*(E21:E208="Not Offered"),K21:K208))

What i want to do now is keep the original part with the office name but
then have it count if a value in column I21:I208 is 0 and <=2.

Not sure if this can me done and really would appreciate some help

Many thanks for your time.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Help with correcting writing a formula

try sumproduct()
=sumproduct(--(D21:D208="Office
name"),--(E21:E2080),--E21:E208<=2),--(K21:K208<""))

"tuk16664" wrote:

Hi

I would like some help with a formula that i am trying to create on my
spread sheet. The formula needs to countif a specific set of data is reached.
So far i have an array formula working that counts if 2 specific names are
added

I.e. =COUNT(IF((D21:D208="Office name")*(E21:E208="Not Offered"),K21:K208))

What i want to do now is keep the original part with the office name but
then have it count if a value in column I21:I208 is 0 and <=2.

Not sure if this can me done and really would appreciate some help

Many thanks for your time.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default Help with correcting writing a formula

If I understood, you want something like this:
SUMPRODUCT((D21:D208="Office name"),(E21:E208="Not
Offered"),(I21:I2080)*(I21:I208<=2),K21:K208)

--

Rodrigo Ferreira
SP-Brasil


"tuk16664" escreveu na mensagem
...
Hi

I would like some help with a formula that i am trying to create on my
spread sheet. The formula needs to countif a specific set of data is
reached.
So far i have an array formula working that counts if 2 specific names are
added

I.e. =COUNT(IF((D21:D208="Office name")*(E21:E208="Not
Offered"),K21:K208))

What i want to do now is keep the original part with the office name but
then have it count if a value in column I21:I208 is 0 and <=2.

Not sure if this can me done and really would appreciate some help

Many thanks for your time.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Help with correcting writing a formula

Hi

Thank you all so much for your help, i tried with the sum product but that
did not seem to work so i tried using some of your information and my
original formula to try this

=COUNT(IF((D21:D208="North"),(I21:I2080),(I21:I20 8<=2)))

However, it still does not seem to increment the count even when all the
arguments are true, probably me doing something very wrong, not very good
with these complicated formulas.

"tuk16664" wrote:

Hi

I would like some help with a formula that i am trying to create on my
spread sheet. The formula needs to countif a specific set of data is reached.
So far i have an array formula working that counts if 2 specific names are
added

I.e. =COUNT(IF((D21:D208="Office name")*(E21:E208="Not Offered"),K21:K208))

What i want to do now is keep the original part with the office name but
then have it count if a value in column I21:I208 is 0 and <=2.

Not sure if this can me done and really would appreciate some help

Many thanks for your time.



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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
NEED HELP in Writing a FORMULA in colum D Soth Excel Worksheet Functions 4 July 5th 06 09:00 PM
Need help with writing a formula Soth Excel Worksheet Functions 1 March 15th 06 03:51 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM


All times are GMT +1. The time now is 06:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"