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 » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

I want to compare two coloumn particular text, then count total



 
 
Thread Tools Display Modes
  #1  
Old April 22nd, 2010, 01:02 PM posted to microsoft.public.excel.worksheet.functions
Ashraf C.H.
external usenet poster
 
Posts: 1
Default I want to compare two coloumn particular text, then count total

I would like to compare two different coloumn particular text then count total
example:
A1= "IN" , D1= "RES"
A2= "FI" , D2= "SBK"
A3= "IN", D3="RES"

i would like to compare above coloumn i.e. how many "in" = RES, how many
"FI"= sbk
please help me
  #2  
Old April 22nd, 2010, 01:22 PM posted to microsoft.public.excel.worksheet.functions
Duke Carey
external usenet poster
 
Posts: 1,027
Default I want to compare two coloumn particular text, then count total

Hi - try:

=sumproduct(--(A1:A100="IN"),--(B1:B100="RES"))

You could also generate a pivot table out of your columns taht would count
all the combiantions of values

"Ashraf C.H." wrote:

I would like to compare two different coloumn particular text then count total
example:
A1= "IN" , D1= "RES"
A2= "FI" , D2= "SBK"
A3= "IN", D3="RES"

i would like to compare above coloumn i.e. how many "in" = RES, how many
"FI"= sbk
please help me

  #3  
Old April 22nd, 2010, 01:27 PM posted to microsoft.public.excel.worksheet.functions
eduardo
external usenet poster
 
Posts: 2,131
Default I want to compare two coloumn particular text, then count total

Hi,

=sumproduct((A1:A10="IN")*(D110="RES"))

"Ashraf C.H." wrote:

I would like to compare two different coloumn particular text then count total
example:
A1= "IN" , D1= "RES"
A2= "FI" , D2= "SBK"
A3= "IN", D3="RES"

i would like to compare above coloumn i.e. how many "in" = RES, how many
"FI"= sbk
please help me

  #4  
Old April 22nd, 2010, 01:55 PM posted to microsoft.public.excel.worksheet.functions
Dave Peterson
external usenet poster
 
Posts: 19,791
Default I want to compare two coloumn particular text, then count total

And if you're using xl2007, then you could look at =countifs()



Ashraf C.H. wrote:

I would like to compare two different coloumn particular text then count total
example:
A1= "IN" , D1= "RES"
A2= "FI" , D2= "SBK"
A3= "IN", D3="RES"

i would like to compare above coloumn i.e. how many "in" = RES, how many
"FI"= sbk
please help me


--

Dave Peterson
 




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:45 PM.


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