Hi All,
I am relatively new to access and am trying to covnert a spreadsheet in Excel into an Access database. So far it has gone well until i have reached cells that have formulae. I haven't got the slightest idea of how to recreate this in access.
The the formulae in question are as follows:
=AND(AB2="Open",AF2>5,E2="")
=IF(D2<>"",IF(X2<>"","Closed","Open"),"")
=DAYS360(D2,X2)
=IF(YEAR(D2)<>1900,YEAR(D2),"")
=IF(YEAR(D2)<>1900,MONTH(D2),"")
=IF(X2="",NOW()-D2,0)
=IF(AC2<>"",IF(AC2>60,"TRUE","FALSE"),"")
(FYI I didn't create these formulae myself).
If it is possible to eplain what these formulae are actually saying (in newbie terms) that would be extremely helpful too.
Many Thanks,
James.
I am relatively new to access and am trying to covnert a spreadsheet in Excel into an Access database. So far it has gone well until i have reached cells that have formulae. I haven't got the slightest idea of how to recreate this in access.
The the formulae in question are as follows:
=AND(AB2="Open",AF2>5,E2="")
=IF(D2<>"",IF(X2<>"","Closed","Open"),"")
=DAYS360(D2,X2)
=IF(YEAR(D2)<>1900,YEAR(D2),"")
=IF(YEAR(D2)<>1900,MONTH(D2),"")
=IF(X2="",NOW()-D2,0)
=IF(AC2<>"",IF(AC2>60,"TRUE","FALSE"),"")
(FYI I didn't create these formulae myself).
If it is possible to eplain what these formulae are actually saying (in newbie terms) that would be extremely helpful too.
Many Thanks,
James.