I have a formula that should count all the 9’s and not 9’swithin a certain period
Why cant I count the 9’s for the month of January? My data shows that I have 9’s
I have also attached the database to help better understand what type of data I have and what I’m trying to do.
I really appreciate all the help and advice
TCB
Code:
Jan_Loan_Amoun: Sum(IIf([Expiration_date] Between #1/1/2010# And #1/31/2010# And ([OMNI_Status])='9',1,0))
Why cant I count the 9’s for the month of January? My data shows that I have 9’s
I have also attached the database to help better understand what type of data I have and what I’m trying to do.
I really appreciate all the help and advice
TCB