Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default assigning numbers to text and count the text

follow up for this post, go there to check up in mre detail:
http://www.microsoft.com/office/comm...sloc=en-us&p=1


quick reformulating: how can I count easier than this
= Indirect(b1)+Indirect(b2)+...+Indirect (b200)

The other post has two replies/solutions but I cant make them work.
Thanks for your help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default assigning numbers to text and count the text

Your postings are not clear. From your previous post:
hey is there a way to simplify the formula
=INDIRECT(B1)+INDIRECT(C1)+INDIRECT(D1) ????


Do you want to sum across a row B1:D1 or down a column B1:B200?

Anyway you dont need to use INDIRECT.
Since you have only 4 criteria (Yes for 1, No for 0, Sometimes for 0.5 and
Maybe for 0.25), you could use something like
=SUM(COUNTIF(B1:B200,"Yes"),COUNTIF(B1:B200,"Somet imes")*0.5,COUNTIF(B1:B200,"Maybe")*0.25)


Cheers

Joerg


"gimme_donuts" wrote in message
...
follow up for this post, go there to check up in mre detail:
http://www.microsoft.com/office/comm...sloc=en-us&p=1


quick reformulating: how can I count easier than this
= Indirect(b1)+Indirect(b2)+...+Indirect (b200)

The other post has two replies/solutions but I cant make them work.
Thanks for your help!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default assigning numbers to text and count the text

actually i have 6 criteria, but yourformula works very well!
Thank you!

"Joerg Mochikun" wrote:

Your postings are not clear. From your previous post:
hey is there a way to simplify the formula
=INDIRECT(B1)+INDIRECT(C1)+INDIRECT(D1) ????


Do you want to sum across a row B1:D1 or down a column B1:B200?

Anyway you dont need to use INDIRECT.
Since you have only 4 criteria (Yes for 1, No for 0, Sometimes for 0.5 and
Maybe for 0.25), you could use something like
=SUM(COUNTIF(B1:B200,"Yes"),COUNTIF(B1:B200,"Somet imes")*0.5,COUNTIF(B1:B200,"Maybe")*0.25)


Cheers

Joerg


"gimme_donuts" wrote in message
...
follow up for this post, go there to check up in mre detail:
http://www.microsoft.com/office/comm...sloc=en-us&p=1


quick reformulating: how can I count easier than this
= Indirect(b1)+Indirect(b2)+...+Indirect (b200)

The other post has two replies/solutions but I cant make them work.
Thanks for your help!




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
assigning numbers to text and count them gimme_donuts[_2_] Excel Discussion (Misc queries) 4 December 31st 08 07:01 AM
Count numbers within text LiAD Excel Worksheet Functions 5 September 24th 08 06:56 AM
IF Then using a column of text and assigning a number to text Dan Excel Discussion (Misc queries) 5 August 20th 08 11:24 PM
Count, numbers and text Mel Excel Discussion (Misc queries) 8 June 13th 06 03:14 PM
assigning numbers to text entries biggybriggy Excel Discussion (Misc queries) 1 March 8th 06 04:55 AM


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