formula

  • Thread starter Thread starter Billy007
  • Start date Start date
B

Billy007

I have a formula for a football spreadsheet that returns points from results
but if no result is in the referance cell the formular retuns one point in
the table the formular is =IF(B32=D32,1,IF(B32>D32,0,IF(B32<D32,3,))) please
help also can you sort a table that gets data from formulas
 
=IF(OR(B32="",D32=""),"",IF(B32=D32,1,IF(B32>D32,0,IF(B32<D32,3))))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Back
Top