Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Count unique entries in data range

Ok, retardation / stupidity have taken over the latter part my work day
here....I had a forumla working earlier and cannot seem to repeat it as I
didn't save my work....please help:

=SUM(IF((G3:G1000="Yes")+(G3:G1000="part")+(E3:E10 00<301)*(E3:E100024),1,0))

I am trying to select a set of ranges that are either "Yes" or "part" and
select another set of ranges that are between 25 and 300....I thought I had
another if in there somewhere but at this point in the afternoon my feable
brain is not capable of producing an answer....please help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Count unique entries in data range

=SUMPRODUCT((G3:G1000={"Yes","Part"})*(E3:E1000=2 5)*(E3:E1000<=300))


"kcsims" wrote:

Ok, retardation / stupidity have taken over the latter part my work day
here....I had a forumla working earlier and cannot seem to repeat it as I
didn't save my work....please help:

=SUM(IF((G3:G1000="Yes")+(G3:G1000="part")+(E3:E10 00<301)*(E3:E100024),1,0))

I am trying to select a set of ranges that are either "Yes" or "part" and
select another set of ranges that are between 25 and 300....I thought I had
another if in there somewhere but at this point in the afternoon my feable
brain is not capable of producing an answer....please help.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,726
Default Count unique entries in data range

think you want one less IF

=SUM(((G3:G1000="Yes")+(G3:G1000="part"))*(E3:E100 0<301)*(E3:E100024))

as an array formula, or

=SUMPRODUCT(--((G3:G1000="Yes")+(G3:G1000="part")),--(E3:E1000<301),--(E3:E100024))

not an array formula

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
"kcsims" wrote in message
...
Ok, retardation / stupidity have taken over the latter part my work day
here....I had a forumla working earlier and cannot seem to repeat it as I
didn't save my work....please help:

=SUM(IF((G3:G1000="Yes")+(G3:G1000="part")+(E3:E10 00<301)*(E3:E100024),1,0))

I am trying to select a set of ranges that are either "Yes" or "part" and
select another set of ranges that are between 25 and 300....I thought I
had
another if in there somewhere but at this point in the afternoon my feable
brain is not capable of producing an answer....please 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
Count Unique Entries SouthCarolina Excel Worksheet Functions 4 April 14th 06 11:44 PM
Extracting unique entries and assigning it to a named range Hari Excel Discussion (Misc queries) 0 December 13th 05 06:29 AM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Excel Worksheet Functions 2 September 1st 05 01:59 PM
Count of unique entries slang Excel Discussion (Misc queries) 4 July 3rd 05 06:45 AM
How to validate data entries to be unique within an array Dwight at Boeing Excel Worksheet Functions 1 February 15th 05 06:30 PM


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