#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Count formula help

I am trying to setup formula that does the following, What did I miss?

if data sheet,column T = k1 and data sheet, column T <=k1 and Data sheet
column B = sold and data sheet column H = *1020


=countifs(Data!T4:T261=k1,Data!T12:T261<=L1)*(Dat a!B4:B261,"sold"),(Data!H4:H227,"*1020")

Thanks for you Help!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Count formula help

You arrays need to all be the same size, and you need to follow proper
function structure. Assuming you're wanting rows 4:261, corrected formula is:

=countifs(Data!T4:T261,"="&k1,Data!T4:T261,"<="&L 1,Data!B4:B261,"sold",Data!H4:H261,"*1020")

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Trev" wrote:

I am trying to setup formula that does the following, What did I miss?

if data sheet,column T = k1 and data sheet, column T <=k1 and Data sheet
column B = sold and data sheet column H = *1020


=countifs(Data!T4:T261=k1,Data!T12:T261<=L1)*(Dat a!B4:B261,"sold"),(Data!H4:H227,"*1020")

Thanks for you Help!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Count formula help

I have 11 entries that match Sold and 1020. 3 of them are dated 2009 and 8 of
them are dated 2009. I need to count the 2009 which my K1 cell is 1/1/09 and
L1 cell is 12/31/09. This formula is bring back a count of 8 which is the
2008 count any ideas?
Thanks

"Luke M" wrote:

You arrays need to all be the same size, and you need to follow proper
function structure. Assuming you're wanting rows 4:261, corrected formula is:

=countifs(Data!T4:T261,"="&k1,Data!T4:T261,"<="&L 1,Data!B4:B261,"sold",Data!H4:H261,"*1020")

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Trev" wrote:

I am trying to setup formula that does the following, What did I miss?

if data sheet,column T = k1 and data sheet, column T <=k1 and Data sheet
column B = sold and data sheet column H = *1020


=countifs(Data!T4:T261=k1,Data!T12:T261<=L1)*(Dat a!B4:B261,"sold"),(Data!H4:H227,"*1020")

Thanks for you Help!!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Count formula help

I have 11 entries that match Sold and 1020. 3 of them are dated 2009 and 8
of them are dated 2008. I need to count the 2009 which my K1 cell is 1/1/09
and
L1 cell is 12/31/09. This formula is bring back a count of 8 which is the
2008 count any ideas?
Thanks

"Luke M" wrote:

You arrays need to all be the same size, and you need to follow proper
function structure. Assuming you're wanting rows 4:261, corrected formula is:

=countifs(Data!T4:T261,"="&k1,Data!T4:T261,"<="&L 1,Data!B4:B261,"sold",Data!H4:H261,"*1020")

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Trev" wrote:

I am trying to setup formula that does the following, What did I miss?

if data sheet,column T = k1 and data sheet, column T <=k1 and Data sheet
column B = sold and data sheet column H = *1020


=countifs(Data!T4:T261=k1,Data!T12:T261<=L1)*(Dat a!B4:B261,"sold"),(Data!H4:H227,"*1020")

Thanks for you Help!!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Count formula help

Sorry Luck I had a problem in my data sheet all is well now thanks for your
help!!!
Trev

"Trev" wrote:

I have 11 entries that match Sold and 1020. 3 of them are dated 2009 and 8
of them are dated 2008. I need to count the 2009 which my K1 cell is 1/1/09
and
L1 cell is 12/31/09. This formula is bring back a count of 8 which is the
2008 count any ideas?
Thanks

"Luke M" wrote:

You arrays need to all be the same size, and you need to follow proper
function structure. Assuming you're wanting rows 4:261, corrected formula is:

=countifs(Data!T4:T261,"="&k1,Data!T4:T261,"<="&L 1,Data!B4:B261,"sold",Data!H4:H261,"*1020")

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Trev" wrote:

I am trying to setup formula that does the following, What did I miss?

if data sheet,column T = k1 and data sheet, column T <=k1 and Data sheet
column B = sold and data sheet column H = *1020


=countifs(Data!T4:T261=k1,Data!T12:T261<=L1)*(Dat a!B4:B261,"sold"),(Data!H4:H227,"*1020")

Thanks for you 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 Formula - Count Ticks LittleAnn Excel Discussion (Misc queries) 3 May 8th 23 07:44 PM
Trying to construct a count count formula Chris K Excel Discussion (Misc queries) 6 May 26th 07 07:20 PM
Count formula help!! Beginner Excel Discussion (Misc queries) 7 December 28th 06 04:52 PM
Count Formula ceej Excel Worksheet Functions 6 July 18th 06 12:02 AM
Count formula Vibha Excel Worksheet Functions 2 January 21st 05 05:26 PM


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