#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default treat text as blank

is there a way to have text in a spreadsheet treated as blank - I paste in
yachting elapsed times to do some calculations but the cells with DNC cause
problms. Can i run a formula to treat or convert them to blank fields?
--
PT
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default treat text as blank

You can test the cells within your formula with ISTEXT or ISNUMBER to avoid
the errors... we can help more if you can share the formula you are trying to
use...

"Reggie1000" wrote:

is there a way to have text in a spreadsheet treated as blank - I paste in
yachting elapsed times to do some calculations but the cells with DNC cause
problms. Can i run a formula to treat or convert them to blank fields?
--
PT

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default treat text as blank

Maybe the formula that uses those cells should be changed.

Instead of:
=a1+a2+a3
you could use:
=sum(a1:a3)

=sum() will ignore text.

Or if you wanted to treat the text as 0's, you could use something like:
=n(a1)+n(a2)+n(a3)



Reggie1000 wrote:

is there a way to have text in a spreadsheet treated as blank - I paste in
yachting elapsed times to do some calculations but the cells with DNC cause
problms. Can i run a formula to treat or convert them to blank fields?
--
PT


--

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
Want to treat e-mail addy as text! Mike[_4_] Excel Discussion (Misc queries) 4 November 20th 07 12:44 PM
Function to treat formula result as blank cell JP[_3_] Excel Worksheet Functions 3 October 25th 07 06:26 PM
Force Excel To Treat A Cell As Blank MDW Excel Worksheet Functions 3 October 16th 06 09:52 PM
Lookup formula - treat no-registered cells as blank gublues Excel Worksheet Functions 4 June 13th 05 10:32 PM
Find&Replace * - Is it possible to treat * as text and not wildcar Stringy Excel Discussion (Misc queries) 2 April 6th 05 10:23 PM


All times are GMT +1. The time now is 03:46 PM.

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"