ISNumber - What Context?

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
 
B

Bernie Deitrick

Perhaps:

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

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top