I have the following formula
=COUNTIF(Orders!D:D,"*Stood Down*")
How do I modify it to count text between two dates which are in cells:
Orders! H3
Orders! I3
|
|
0
|
|
|
|
Reply
|
Utf
|
1/28/2010 10:40:01 AM |
|
Hi,
You told us where the date criteria are but not where the dates are on the
worksheet so I have assumed ORDERS!C:C
In additiona, unless you have to cut backk the range from full columns to
something more closely matching your dataset
=SUMPRODUCT((Orders!C:C>=H3)*(Orders!C:C<=I3)*(ISNUMBER(SEARCH("stood
down",Orders!D:D))))
--
Mike
When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
"hoyos" wrote:
> I have the following formula
> =COUNTIF(Orders!D:D,"*Stood Down*")
>
> How do I modify it to count text between two dates which are in cells:
> Orders! H3
> Orders! I3
|
|
0
|
|
|
|
Reply
|
Utf
|
1/28/2010 10:48:01 AM
|
|
With dates in ColA try the below
=SUMPRODUCT((Orders!A1:A100>=Orders!H3)*
(Orders!A1:A100<=Orders!I3)*
(ISNUMBER(SEARCH("stood down",Orders!D1:D100))))
--
Jacob
"hoyos" wrote:
> I have the following formula
> =COUNTIF(Orders!D:D,"*Stood Down*")
>
> How do I modify it to count text between two dates which are in cells:
> Orders! H3
> Orders! I3
|
|
0
|
|
|
|
Reply
|
Utf
|
1/28/2010 10:49:01 AM
|
|
Hmmm,
I meant to say
In addition, unless you have to use full columns cut back the range from
full columns to something more closely matching your dataset
--
Mike
When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
"Mike H" wrote:
> Hi,
>
> You told us where the date criteria are but not where the dates are on the
> worksheet so I have assumed ORDERS!C:C
>
> In additiona, unless you have to cut backk the range from full columns to
> something more closely matching your dataset
>
> =SUMPRODUCT((Orders!C:C>=H3)*(Orders!C:C<=I3)*(ISNUMBER(SEARCH("stood
> down",Orders!D:D))))
> --
> Mike
>
> When competing hypotheses are otherwise equal, adopt the hypothesis that
> introduces the fewest assumptions while still sufficiently answering the
> question.
>
>
> "hoyos" wrote:
>
> > I have the following formula
> > =COUNTIF(Orders!D:D,"*Stood Down*")
> >
> > How do I modify it to count text between two dates which are in cells:
> > Orders! H3
> > Orders! I3
|
|
0
|
|
|
|
Reply
|
Utf
|
1/28/2010 10:51:01 AM
|
|
COUNTIF only works with one condition. You can use SUMPRODUCT instead
for multiple conditions, though you can't use full-column references
unless you have XL2007 or later. What column do you use for your
dates?
Pete
On Jan 28, 10:40=A0am, hoyos <ho...@discussions.microsoft.com> wrote:
> I have the following formula
> =3DCOUNTIF(Orders!D:D,"*Stood Down*")
>
> How do I modify it to count text between two dates which are in cells:
> Orders! H3
> Orders! I3
|
|
0
|
|
|
|
Reply
|
Pete_UK
|
1/28/2010 10:52:55 AM
|
|
Thank you all for replying. You all do a great job......fantastic site.
The formula works well. Just the job!
Thank you
"Pete_UK" wrote:
> COUNTIF only works with one condition. You can use SUMPRODUCT instead
> for multiple conditions, though you can't use full-column references
> unless you have XL2007 or later. What column do you use for your
> dates?
>
> Pete
>
> On Jan 28, 10:40 am, hoyos <ho...@discussions.microsoft.com> wrote:
> > I have the following formula
> > =COUNTIF(Orders!D:D,"*Stood Down*")
> >
> > How do I modify it to count text between two dates which are in cells:
> > Orders! H3
> > Orders! I3
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
1/28/2010 12:12:01 PM
|
|
|
5 Replies
735 Views
(page loaded in 0.102 seconds)
Similiar Articles: Count cells with specific text between two dates? - microsoft ...I have the following formula =COUNTIF(Orders!D:D,"*Stood Down*") How do I modify it to count text between two dates which are in cells: Orders! H... Count specific days in between dates - microsoft.public.excel.misc ...Count cells with specific text between two dates? - microsoft ... Count specific days in between dates - microsoft.public.excel.misc ... Count cells with specific text ... Counting cells with specific month in - microsoft.public.excel ...Count cells with specific text between two dates? - microsoft ... Subtract 1 Year from Query Date Range ... Count Records for this week, this month, this quarter and this ... Counting cells with particular month and year - microsoft.public ...Subtract 1 Year from Query Date Range ... Count Records for this week, this month, this quarter and this yea ... ... Count cells with specific text between two dates ... Count only cells with red font. - microsoft.public.excel ...Count cells with specific text between two dates? - microsoft ... COUNTIF only works with one condition. You can use SUMPRODUCT instead ... for this week, this month, this ... extracting specific info from text cell. - microsoft.public.excel ...Sort text cells with diacritics in Excel - microsoft.public.excel ... Count cells with specific text between two dates? - microsoft ... Excel 2007 Utf 2 133 ... extracting ... Counting of cells with a specific color filled - microsoft.public ...Counting Cell Color? - microsoft ... Count only cells with red font. counta ... Count cells with specific text between two dates? - microsoft ... microsoft public crm ... Count cells - microsoft.public.excel.worksheet.functions ...Count cells with specific text between two dates? - microsoft ... I have the following formula =COUNTIF(Orders!D:D,"*Stood Down*") How do I modify it to count text between ... How do I count number of days from a range of dates & some ...Count cells with specific text between two dates? - microsoft ... How do I count number of days from a range of dates & some ... Count cells with specific text between two ... Search a range of cells for a specific word - microsoft.public ...Count cells with specific text between two dates? - microsoft ... Search a range of cells for a specific word - microsoft.public ... Count cells with specific text between ... Count cells with specific text between two dates? - microsoft ...I have the following formula =COUNTIF(Orders!D:D,"*Stood Down*") How do I modify it to count text between two dates which are in cells: Orders! H... Count records between two dates in excel | Get Digital Help ...Someone googled Count records between date range ... Sorting text cells using array ... cells are user input cells. How do I automatically count records in a specific date ... Excel Count Functions -- Count Excel CellsCell A1 isn't counted, because it contains text. Note: Since dates are stored as numbers, the COUNT ... to count cells that contain a specific string of text ... Excel Counting cell between two different datesHow does one create a formula to count the number of cells that fall between two specific dates.(i.e. Count number of cells that are equal to or greater than Date Duration Calculator: Days between two datesThe duration calculator calculates the difference in number of days, months and years between two dates. 7/23/2012 5:52:23 PM
|