ISNumber - What Context?

  • Thread starter Thread starter ronaldo444
  • Start date Start date
R

ronaldo444

I have created a premiership Predictascore spreadsheet where points ar
awarded for correct scores and/or results. I need all the scores to b
set to zero so that there are no points at all. A line from one of th
sheets is as follows:

=IF('Master Copy'!C3+'Master Copy'!E3=Ron!C4+Ron!E4,5,0)


Which returns a value of 5. In what context do I use ISNUMBER and wha
do I type to get the value to be 0 but change once the score has bee
inputted into the master copy sheet
 
Perhaps:

=IF('Master Copy'!C3 = "","",'Master Copy'!C3+'Master Copy'!E3=Ron!C4+Ron!E4,5,0))

HTH,
Bernie
MS Excel MVP
 
Back
Top