Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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(B32D32,0,IF(B32<D32,3,))) please help also can you sort a table that gets data from formulas |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(OR(B32="",D32=""),"",IF(B32=D32,1,IF(B32D32,0 ,IF(B32<D32,3))))
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Billy007" wrote in message ... 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(B32D32,0,IF(B32<D32,3,))) please help also can you sort a table that gets data from formulas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|