A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

excel double command



 
 
Thread Tools Display Modes
  #1  
Old October 8th, 2009, 07:11 PM posted to microsoft.public.excel.misc
tuncay
external usenet poster
 
Posts: 2
Default excel double command

hi everbody
ı have a problem below given

For example
A B C
45 T 100
56 Y 200
78 T 300
89 U 250
95 Y 500
120 T 158
145 U 800

excell should take reference counts at B columns by calculating between
REPEAT NUMBERS
ı gave a sample below

Y 2 times repated(It should take Y's)
95*56
U 2 times repated((It should take Y's)
89*145

how can ı solve my problem
Excel stops when it see first solution as vlookup,match;ındex;find etc..

Briefly How can ı take more than one critteria in excel ???

thankss



  #2  
Old October 8th, 2009, 07:26 PM posted to microsoft.public.excel.misc
Mike H
external usenet poster
 
Posts: 8,419
Default excel double command

Hi,

I'm not sure I understand but think you want to lookup the first and then
second match. If sp try this ARRAY formula. See below for how to enter

=INDEX($C$1:$C$7,LARGE(($B$1:$B$7=$E$1)*ROW($A$1:$ A$7),COUNTIF($B$1:$B$7,$E$1)+1-ROW(A1)))

With your lookup value in E1 the formula returns the first match. Drag down
1 row for the 2nd match etc

This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.

Mike



"tuncay" wrote:

hi everbody
ı have a problem below given

For example
A B C
45 T 100
56 Y 200
78 T 300
89 U 250
95 Y 500
120 T 158
145 U 800

excell should take reference counts at B columns by calculating between
REPEAT NUMBERS
ı gave a sample below

Y 2 times repated(It should take Y's)
95*56
U 2 times repated((It should take Y's)
89*145

how can ı solve my problem
Excel stops when it see first solution as vlookup,match;ındex;find etc..

Briefly How can ı take more than one critteria in excel ???

thankss



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:51 AM.


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