N
NewAccessUser
=IF(BE8<$BJ$1,IF(BG8=".", "Yes",(OR(IF(BE8>$BJ$1,IF(BG8=".","No", "PIF"))))))
This formula is not working properly
BE = Date Due
BJ = Today
BG = "." (or will contain a date)
Need to have Yes if BE<BJ and BG = "."
Need to have PIF if BE< or >BJ and BG = some date
Need to have No if BE>BJ and BG = "."
This formula is not working properly
BE = Date Due
BJ = Today
BG = "." (or will contain a date)
Need to have Yes if BE<BJ and BG = "."
Need to have PIF if BE< or >BJ and BG = some date
Need to have No if BE>BJ and BG = "."