#1   Report Post  
Posted to microsoft.public.excel.misc
msiz
 
Posts: n/a
Default formula

what formula do I use to total words? ie I have a column of TRUE and FALSE
answers and I want to add up how many TRUE answers there are
THanks :)
  #2   Report Post  
Posted to microsoft.public.excel.misc
Florence
 
Posts: n/a
Default formula

Can you try COUNTIF function? Supposed that cells contained yr answers is
ranged from A1 to A10, then at A11:
=COUNTIF(A1:A10, TRUE)

Hope it helps!

"msiz" wrote:

what formula do I use to total words? ie I have a column of TRUE and FALSE
answers and I want to add up how many TRUE answers there are
THanks :)

  #3   Report Post  
Posted to microsoft.public.excel.misc
Dav
 
Posts: n/a
Default formula


countif(range,true)

eg countif(a1:a50,true)

should work


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=502865

  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default formula

And if you want to know what the percentage of the total are "true", try
this........

=COUNTIF(A:A,"true")/COUNTA(A:A)*100&"%"

Vaya con Dios,
Chuck, CABGx3



"msiz" wrote:

what formula do I use to total words? ie I have a column of TRUE and FALSE
answers and I want to add up how many TRUE answers there are
THanks :)

  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default formula

I think I'd just divide by 100 and format as percentage:

=(COUNTIF(A:A,"true")/COUNTA(A:A))/100

Then it's still numeric.

CLR wrote:

And if you want to know what the percentage of the total are "true", try
this........

=COUNTIF(A:A,"true")/COUNTA(A:A)*100&"%"

Vaya con Dios,
Chuck, CABGx3

"msiz" wrote:

what formula do I use to total words? ie I have a column of TRUE and FALSE
answers and I want to add up how many TRUE answers there are
THanks :)


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default formula

If one is going to reformat the cell as percentage, there is no need to
divide by 100.

Just
=(COUNTIF(A:A,"true")/COUNTA(A:A))
formatted as percentage, will suffice

Vaya con Dios,
Chuck, CABGx3


"Dave Peterson" wrote:

I think I'd just divide by 100 and format as percentage:

=(COUNTIF(A:A,"true")/COUNTA(A:A))/100

Then it's still numeric.

CLR wrote:

And if you want to know what the percentage of the total are "true", try
this........

=COUNTIF(A:A,"true")/COUNTA(A:A)*100&"%"

Vaya con Dios,
Chuck, CABGx3

"msiz" wrote:

what formula do I use to total words? ie I have a column of TRUE and FALSE
answers and I want to add up how many TRUE answers there are
THanks :)


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default formula

I was guessing that the OP may want to see .10 as 10%.


CLR wrote:

If one is going to reformat the cell as percentage, there is no need to
divide by 100.

Just
=(COUNTIF(A:A,"true")/COUNTA(A:A))
formatted as percentage, will suffice

Vaya con Dios,
Chuck, CABGx3

"Dave Peterson" wrote:

I think I'd just divide by 100 and format as percentage:

=(COUNTIF(A:A,"true")/COUNTA(A:A))/100

Then it's still numeric.

CLR wrote:

And if you want to know what the percentage of the total are "true", try
this........

=COUNTIF(A:A,"true")/COUNTA(A:A)*100&"%"

Vaya con Dios,
Chuck, CABGx3

"msiz" wrote:

what formula do I use to total words? ie I have a column of TRUE and FALSE
answers and I want to add up how many TRUE answers there are
THanks :)


--

Dave Peterson


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default formula

Oops. That didn't make sense, did it?

Dave Peterson wrote:

I was guessing that the OP may want to see .10 as 10%.

CLR wrote:

If one is going to reformat the cell as percentage, there is no need to
divide by 100.

Just
=(COUNTIF(A:A,"true")/COUNTA(A:A))
formatted as percentage, will suffice

Vaya con Dios,
Chuck, CABGx3

"Dave Peterson" wrote:

I think I'd just divide by 100 and format as percentage:

=(COUNTIF(A:A,"true")/COUNTA(A:A))/100

Then it's still numeric.

CLR wrote:

And if you want to know what the percentage of the total are "true", try
this........

=COUNTIF(A:A,"true")/COUNTA(A:A)*100&"%"

Vaya con Dios,
Chuck, CABGx3

"msiz" wrote:

what formula do I use to total words? ie I have a column of TRUE and FALSE
answers and I want to add up how many TRUE answers there are
THanks :)

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
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
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Hide formula skateblade Excel Worksheet Functions 10 October 15th 05 08:36 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


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

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"