Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
alaskatpj
 
Posts: n/a
Default i want to create a simple yes/no spreadsheet with a dot represent.

I am trying to fiqure out how I can set up a worksheet that when I want no to
be the answer it will put a dot in the cell. Then count the number of dots
for a total.
  #2   Report Post  
Max
 
Posts: n/a
Default

Try something along these lines ..

Assuming answers ("No") will be in col A , A1 down

Put in B1: =IF(TRIM(A1)="","",IF(TRIM(A1)="No","OK",""))
Copy B1 down to say, B100 to cover the max expected range in col A
(can copy down ahead of data input in col A)

Then you could put in say, C1: =COUNTIF(B:B,"OK")
to count the total

Replace "OK" in the formulas with whatever indicator you want to show as the
correct response ..
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"alaskatpj" wrote in message
...
I am trying to fiqure out how I can set up a worksheet that when I want no

to
be the answer it will put a dot in the cell. Then count the number of dots
for a total.



  #3   Report Post  
alaskatpj
 
Posts: n/a
Default

I will try this, Thanks

"Max" wrote:

Try something along these lines ..

Assuming answers ("No") will be in col A , A1 down

Put in B1: =IF(TRIM(A1)="","",IF(TRIM(A1)="No","OK",""))
Copy B1 down to say, B100 to cover the max expected range in col A
(can copy down ahead of data input in col A)

Then you could put in say, C1: =COUNTIF(B:B,"OK")
to count the total

Replace "OK" in the formulas with whatever indicator you want to show as the
correct response ..
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"alaskatpj" wrote in message
...
I am trying to fiqure out how I can set up a worksheet that when I want no

to
be the answer it will put a dot in the cell. Then count the number of dots
for a total.




  #4   Report Post  
Biff
 
Posts: n/a
Default

Why not just countif on NO ?

Biff

"Max" wrote in message
...
Try something along these lines ..

Assuming answers ("No") will be in col A , A1 down

Put in B1: =IF(TRIM(A1)="","",IF(TRIM(A1)="No","OK",""))
Copy B1 down to say, B100 to cover the max expected range in col A
(can copy down ahead of data input in col A)

Then you could put in say, C1: =COUNTIF(B:B,"OK")
to count the total

Replace "OK" in the formulas with whatever indicator you want to show as
the
correct response ..
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"alaskatpj" wrote in message
...
I am trying to fiqure out how I can set up a worksheet that when I want
no

to
be the answer it will put a dot in the cell. Then count the number of
dots
for a total.





  #5   Report Post  
Jim May
 
Posts: n/a
Default

=COUNTIF(E1:E6,".")

"Biff" wrote in message
...
Why not just countif on NO ?

Biff

"Max" wrote in message
...
Try something along these lines ..

Assuming answers ("No") will be in col A , A1 down

Put in B1: =IF(TRIM(A1)="","",IF(TRIM(A1)="No","OK",""))
Copy B1 down to say, B100 to cover the max expected range in col A
(can copy down ahead of data input in col A)

Then you could put in say, C1: =COUNTIF(B:B,"OK")
to count the total

Replace "OK" in the formulas with whatever indicator you want to show as
the
correct response ..
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"alaskatpj" wrote in message
...
I am trying to fiqure out how I can set up a worksheet that when I want
no

to
be the answer it will put a dot in the cell. Then count the number of
dots
for a total.









  #6   Report Post  
Max
 
Posts: n/a
Default

"Biff" wrote
Why not just countif on NO ?

Was guilty in following the OP's specs to the letter <g,
... Then count the number of dots for a total ...

except of course, s/he wanted dots and I suggested "OK"
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----


  #7   Report Post  
Max
 
Posts: n/a
Default

You're welcome !
Thanks for the post back
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"alaskatpj" wrote in message
...
I will try this, Thanks



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
create excel spreadsheet to display data from filled text forms pluck4me Excel Discussion (Misc queries) 0 April 20th 05 08:37 PM
How do I create a spreadsheet to track monthly inventory bholmes New Users to Excel 1 April 15th 05 06:45 PM
how to create and use a new spreadsheet based on a template Shady Excel Discussion (Misc queries) 3 April 3rd 05 09:50 PM
Convert simple spreadsheet to XML Bruce Excel Discussion (Misc queries) 1 March 22nd 05 12:27 AM
How Do I create a spreadsheet with a finite set of columns and ro. walt093 New Users to Excel 1 February 8th 05 08:37 PM


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