Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
RON
 
Posts: n/a
Default if function errors

Hi!
The following if command, when tested on 100 cases of a dataset, gives
"true" value for some and "false" for rest; when all are true. I checked if
function in each cell but for some reason certain cells seem to give the
wrong(opposite) response.
replacing numbers for responses instead of true /false did not change the
end result. Any one had this problem? and how tosolve this problem. (I use
excel from office 2000SR premium)

function (all values in d are less than 5.00
=if(D2<10,"true","false")
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Ron

i would check that all of the numbers are in fact numbers, use the following
test
=IF(ISNUMBER(A1),"","check") and fill down the column
look at any that say "check"

Cheers
JulieD

"RON" wrote in message
...
Hi!
The following if command, when tested on 100 cases of a dataset, gives
"true" value for some and "false" for rest; when all are true. I checked
if
function in each cell but for some reason certain cells seem to give the
wrong(opposite) response.
replacing numbers for responses instead of true /false did not change the
end result. Any one had this problem? and how tosolve this problem. (I use
excel from office 2000SR premium)

function (all values in d are less than 5.00
=if(D2<10,"true","false")



  #3   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Tue, 29 Mar 2005 08:35:02 -0800, RON wrote:

Hi!
The following if command, when tested on 100 cases of a dataset, gives
"true" value for some and "false" for rest; when all are true. I checked if
function in each cell but for some reason certain cells seem to give the
wrong(opposite) response.
replacing numbers for responses instead of true /false did not change the
end result. Any one had this problem? and how tosolve this problem. (I use
excel from office 2000SR premium)

function (all values in d are less than 5.00
=if(D2<10,"true","false")


Most likely, some of the values in the dataset, that look like numbers, are
really text.


--ron
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
Need a ISWorkday Function -- Any Ideas Mark Excel Worksheet Functions 5 March 29th 05 01:58 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
COUNT function and errors within it - Need some expert knowledge stu eade Excel Discussion (Misc queries) 2 February 1st 05 01:07 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM


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