Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
sarahlbdarling
 
Posts: n/a
Default AAAARrrrrrrrrrrrrrrrrgggggggggggggghhhhhhhhhhhh Formulas

I have a worksheet of information I am trying to analyse using formulas. I am
able to count the number of specific occurances of a word eg British but I
cannot link this count formula to condition the result from another column to
give a count of British females!

It is driving me mad as I have now gone through every help file and tried
everything!

The data is in columns, column A = gender, Column B = nationality, rows 2
-270.

all help gratfully appreciated

  #2   Report Post  
Posted to microsoft.public.excel.misc
SamuelT
 
Posts: n/a
Default AAAARrrrrrrrrrrrrrrrrgggggggggggggghhhhhhhhhhhh Formulas


Hi,

One option is, in another column enter the following formula:

=IF(AND(A1="Female",B1="British"),True,False)

Then (and let's say we put the above formula in C:

=COUNTIF(C1:270, True)

That should do it.

SamuelT


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=552608

  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default AAAARrrrrrrrrrrrrrrrrgggggggggggggghhhhhhhhhhhh Formulas

=SUMPRODUCT(--(A2:A270="British"),--(B2:B270="female"))

Vaya on Dios,

Chuck, CABGx3



"sarahlbdarling" wrote:

I have a worksheet of information I am trying to analyse using formulas. I am
able to count the number of specific occurances of a word eg British but I
cannot link this count formula to condition the result from another column to
give a count of British females!

It is driving me mad as I have now gone through every help file and tried
everything!

The data is in columns, column A = gender, Column B = nationality, rows 2
-270.

all help gratfully appreciated

  #4   Report Post  
Posted to microsoft.public.excel.misc
sarahlbdarling
 
Posts: n/a
Default AAAARrrrrrrrrrrrrrrrrgggggggggggggghhhhhhhhhhhh Formulas

Thanks Samuel,

Only slight problem with your suggestion is that we have 270 rows of data,
either male or female which is fine but there are then 43 different
nationalities so would not really solve the problem and we would end up with
pages of true/false columns!

thanks though!

"SamuelT" wrote:


Hi,

One option is, in another column enter the following formula:

=IF(AND(A1="Female",B1="British"),True,False)

Then (and let's say we put the above formula in C:

=COUNTIF(C1:270, True)

That should do it.

SamuelT


--
SamuelT
------------------------------------------------------------------------
SamuelT's Profile: http://www.excelforum.com/member.php...o&userid=27501
View this thread: http://www.excelforum.com/showthread...hreadid=552608


  #5   Report Post  
Posted to microsoft.public.excel.misc
Bernie Deitrick
 
Posts: n/a
Default AAAARrrrrrrrrrrrrrrrrgggggggggggggghhhhhhhhhhhh Formulas

Sarah,

The simple answer is: Don't use formulas.

Use a Pivot table - look in help for more.

HTH,
Bernie
MS Excel MVP

"sarahlbdarling" wrote in message
...
I have a worksheet of information I am trying to analyse using formulas. I
am
able to count the number of specific occurances of a word eg British but I
cannot link this count formula to condition the result from another column
to
give a count of British females!

It is driving me mad as I have now gone through every help file and tried
everything!

The data is in columns, column A = gender, Column B = nationality, rows 2
-270.

all help gratfully appreciated



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
How to change column letters to correct ones in many formulas automatically? Dmitry Kopnichev Links and Linking in Excel 7 October 13th 05 09:52 PM
how can i get formulas in excel to copy and paste? bman Excel Worksheet Functions 1 October 3rd 05 04:15 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 01:15 AM.

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"