Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
scott
 
Posts: n/a
Default Counting Cell with Quotation

In my ss operators enter in numbers to change settings at times the
operatortors forget that all they have to enter is whole numbers and add the
quotation marks. Is there a way to count these quotation marks.
Example--should be 10 they enter 10' or 10"

Thanks Scott
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav
 
Posts: n/a
Default Counting Cell with Quotation


You could try

=SUMPRODUCT(ISTEXT(A1:A100)*1)

Which would count all the non numeric values which is what i guess you
want

You could of course use data,validation and set a condition to stop
them being entered in the first place, whole number if they are always
whole numbers

Regards

Dav


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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Counting Cell with Quotation

=SUM(COUNTIF(A:A,{"*'*","*""*"}))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"scott" wrote in message
...
In my ss operators enter in numbers to change settings at times the
operatortors forget that all they have to enter is whole numbers and add

the
quotation marks. Is there a way to count these quotation marks.
Example--should be 10 they enter 10' or 10"

Thanks Scott



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kevin Vaughn
 
Posts: n/a
Default Counting Cell with Quotation

Maybe:
=COUNTIF(A1:A11,"10*")+COUNTIF(A1:A11,10)
--
Kevin Vaughn


"scott" wrote:

In my ss operators enter in numbers to change settings at times the
operatortors forget that all they have to enter is whole numbers and add the
quotation marks. Is there a way to count these quotation marks.
Example--should be 10 they enter 10' or 10"

Thanks Scott

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Counting Cell with Quotation

Instead of trying to account for input errors after entry, why not use Data
Validation to ensure that only valid numbers are entered?

Select the input cells
DataValidation
Allow: Whole Number
Data: Between (set the limits)
Click the [OK] button

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"scott" wrote:

In my ss operators enter in numbers to change settings at times the
operatortors forget that all they have to enter is whole numbers and add the
quotation marks. Is there a way to count these quotation marks.
Example--should be 10 they enter 10' or 10"

Thanks Scott

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
Instead of a negative number, I'd like to show zero... Dr. Darrell Excel Worksheet Functions 6 December 7th 05 08:21 PM
Counting values and comparing them to a single cell Tbentsen Excel Discussion (Misc queries) 3 August 4th 05 10:47 PM
Cell color based upon cell value My View Excel Discussion (Misc queries) 11 July 6th 05 03:59 AM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 07:11 AM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM


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