Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default returning a value from a specific row to another specific row

i really need help on this one. i don't know if it's possible but i still
want to try.
here's the case:
A B
row8 01- May F
row9 01-May D
row10 01-May F
row11 01-May F
row12 02-May F

in this case, i want to return how many "F" on 01-May only. i hope there's a
specific formula for this one. it's a really big help if there is...thanks in
advance.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default returning a value from a specific row to another specific row

enter this in C9
=SUMPRODUCT(--($A$8:$A$12=A8),--($B$8:$B$12=B8))
and copy down...

It will give you the count for the combination of values in Col A and B in
that row.

You can also list unique combinations in another place and use that
reference in place of A8 and B8.
"kyoko" wrote:

i really need help on this one. i don't know if it's possible but i still
want to try.
here's the case:
A B
row8 01- May F
row9 01-May D
row10 01-May F
row11 01-May F
row12 02-May F

in this case, i want to return how many "F" on 01-May only. i hope there's a
specific formula for this one. it's a really big help if there is...thanks in
advance.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default returning a value from a specific row to another specific row

=SUMPRODUCT(--(TEXT(A1:A100,"ddmm")="0105"),--(B1:B100="F"))
--
If this post helps click Yes
---------------
Jacob Skaria


"kyoko" wrote:

i really need help on this one. i don't know if it's possible but i still
want to try.
here's the case:
A B
row8 01- May F
row9 01-May D
row10 01-May F
row11 01-May F
row12 02-May F

in this case, i want to return how many "F" on 01-May only. i hope there's a
specific formula for this one. it's a really big help if there is...thanks in
advance.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default returning a value from a specific row to another specific row

hey, thanks a lot! it works!!

"Sheeloo" wrote:

enter this in C9
=SUMPRODUCT(--($A$8:$A$12=A8),--($B$8:$B$12=B8))
and copy down...

It will give you the count for the combination of values in Col A and B in
that row.

You can also list unique combinations in another place and use that
reference in place of A8 and B8.
"kyoko" wrote:

i really need help on this one. i don't know if it's possible but i still
want to try.
here's the case:
A B
row8 01- May F
row9 01-May D
row10 01-May F
row11 01-May F
row12 02-May F

in this case, i want to return how many "F" on 01-May only. i hope there's a
specific formula for this one. it's a really big help if there is...thanks in
advance.

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
returning a specific cell value Allan from Melbourne Excel Discussion (Misc queries) 2 May 26th 06 02:54 PM
RETURNING A SPECIFIC VALUE FROM A LOOKUP FORMULA Drew Excel Discussion (Misc queries) 1 April 5th 06 07:14 PM
returning specific text only Jane Excel Worksheet Functions 10 March 21st 06 08:44 PM
Returning Specific Cell Content using IF Statement weeclaire Excel Discussion (Misc queries) 2 February 17th 06 01:48 PM
Returning specific cell if zero Bradley Excel Worksheet Functions 3 December 12th 05 04:56 PM


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