Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 313
Default excluding text entries in calculations

I have the template with macros doing calculations. It is working fine but
when users will enter space which is not visible to correct it is giving
errors and I have to find out where users entered them. They may enter one or
few spaces. What I am looking for is to exclude in calculations those cells
which do not have values but spaces. Is it possible to do that ? How ?

Thanks for help.

Tony
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default excluding text entries in calculations


Put in an IF CLAUSE to limit your calculations to cells havin
values.This will do the trick:

If Isnumeric(c) Then
code
end if

where c denotes cel

--
david
-----------------------------------------------------------------------
davidm's Profile: http://www.excelforum.com/member.php...fo&userid=2064
View this thread: http://www.excelforum.com/showthread.php?threadid=38075

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 313
Default excluding text entries in calculations

Thanks for advice.

Tony

"davidm" wrote:


Put in an IF CLAUSE to limit your calculations to cells having
values.This will do the trick:

If Isnumeric(c) Then
code
end if

where c denotes cell


--
davidm
------------------------------------------------------------------------
davidm's Profile: http://www.excelforum.com/member.php...o&userid=20645
View this thread: http://www.excelforum.com/showthread...hreadid=380753


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
Excluding Hidden Rows from calculations Terry Bennett Excel Worksheet Functions 3 November 1st 07 01:28 AM
Count Uniques EXCLUDING Some Entries Paige Excel Worksheet Functions 3 October 3rd 07 11:34 PM
excluding #DIV/0! in further calculations tom ossieur Excel Worksheet Functions 5 March 5th 07 07:18 PM
Aladin...HELP!!! Running Averages of last 10 data entries, excluding blank cells [email protected] Excel Worksheet Functions 2 August 25th 06 08:39 PM
Aladin...HELP!!! Running Averages of last 10 data entries, excluding blank cells [email protected] Excel Worksheet Functions 2 August 25th 06 06:55 PM


All times are GMT +1. The time now is 11:24 AM.

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"