PC Review


Reply
Thread Tools Rate Thread

blank cells having no value

 
 
Steve Hayes
Guest
Posts: n/a
 
      6th Jun 2010
Hi,
though this is Steve's account it is his wife Val writing with my problem.
Back in the old days of DOS there was a function which allowed you to set all
blank cells as blank - that is = not having a value of Zero.
I am working on Excel 2003 at home and 2007 at work so am at the moment
somewhat confused and cannot find that facility on either system.

What I am trying to do is:
I have two cells one E6 representing "goals For" and another F6 representing
"goals against"
I have the following simple formula. =IF(e6>F6,3,IF(e6=F6,1,0))
this works fine when the figures are in and gives correct figures for a win
draw and loss but because it continues to see blank cells as having zero value
keeps returning a 1 even though there is nothing there.
Can anyone tell me either where I can find the facility to turn off the zero
value on a blank cell or offer an alternative solution. e.g 0-0 is still a
draw and worth 1 point.
any help gratefully received
regards
Val
--
Steve Hayes from Tshwane, South Africa
Web: http://hayesfam.bravehost.com/stevesig.htm
Blog: http://methodius.blogspot.com
E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      6th Jun 2010
You could check for scores in the cells to start:

=if(count(e6:f6)<2,"",if(e6>f6, ....

Steve Hayes wrote:
>
> Hi,
> though this is Steve's account it is his wife Val writing with my problem.
> Back in the old days of DOS there was a function which allowed you to set all
> blank cells as blank - that is = not having a value of Zero.
> I am working on Excel 2003 at home and 2007 at work so am at the moment
> somewhat confused and cannot find that facility on either system.
>
> What I am trying to do is:
> I have two cells one E6 representing "goals For" and another F6 representing
> "goals against"
> I have the following simple formula. =IF(e6>F6,3,IF(e6=F6,1,0))
> this works fine when the figures are in and gives correct figures for a win
> draw and loss but because it continues to see blank cells as having zero value
> keeps returning a 1 even though there is nothing there.
> Can anyone tell me either where I can find the facility to turn off the zero
> value on a blank cell or offer an alternative solution. e.g 0-0 is still a
> draw and worth 1 point.
> any help gratefully received
> regards
> Val
> --
> Steve Hayes from Tshwane, South Africa
> Web: http://hayesfam.bravehost.com/stevesig.htm
> Blog: http://methodius.blogspot.com
> E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk


--

Dave Peterson
 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      6th Jun 2010
hello Steve's wife Val,

Try this

=IF(COUNT(E6:F6)<2,"",IF(E6>F6,3,IF(E6=F6,1,0)))

Now both cells must be populated for the formula to evaluate
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Steve Hayes" wrote:

> Hi,
> though this is Steve's account it is his wife Val writing with my problem.
> Back in the old days of DOS there was a function which allowed you to set all
> blank cells as blank - that is = not having a value of Zero.
> I am working on Excel 2003 at home and 2007 at work so am at the moment
> somewhat confused and cannot find that facility on either system.
>
> What I am trying to do is:
> I have two cells one E6 representing "goals For" and another F6 representing
> "goals against"
> I have the following simple formula. =IF(e6>F6,3,IF(e6=F6,1,0))
> this works fine when the figures are in and gives correct figures for a win
> draw and loss but because it continues to see blank cells as having zero value
> keeps returning a 1 even though there is nothing there.
> Can anyone tell me either where I can find the facility to turn off the zero
> value on a blank cell or offer an alternative solution. e.g 0-0 is still a
> draw and worth 1 point.
> any help gratefully received
> regards
> Val
> --
> Steve Hayes from Tshwane, South Africa
> Web: http://hayesfam.bravehost.com/stevesig.htm
> Blog: http://methodius.blogspot.com
> E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2002: Return blank when VLOOKUP on blank cells Mr. Low Microsoft Excel Misc 2 4th Jun 2009 05:12 PM
Maximum Number of Blank Cells between Non Blank Cells in a Range Mal Microsoft Excel Worksheet Functions 5 3rd Nov 2007 08:21 AM
Start Cell B1 then find first blank cell, insert subtotal, next non blank, then next blank, sutotal cells in between......... amorrison2006@googlemail.com Microsoft Excel Programming 2 7th Jun 2007 09:27 PM
Index/match - make blank cells return a blank value. =?Utf-8?B?ZGlhYXJl?= Microsoft Excel Worksheet Functions 2 16th May 2007 05:38 PM
Copy to first Blank cell in Colum C Non blank cells still exist be =?Utf-8?B?VWxyaWsgbG92ZXMgaG9yc2Vz?= Microsoft Excel Programming 2 8th Oct 2006 07:35 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:14 AM.