mraccess101
Registered User.
- Local time
- Today, 12:49
- Joined
- Feb 11, 2013
- Messages
- 21
I'm trying to step from Excel to Access and I have some issues to translate functions that I used in Excel to Access.
This is how it looks in Excel.
And I have issues to translate the following function in Excel to Access.
=IF(AND(I6=0),"Done",K6-A$4)
A$4 is related to cell where it states the function =now()
Basically what I want is to calculate in the tablecolumn is the following.
In the column "Days remaining" I want the remaining days from "date to pay" and today. If the amount states "0" then the outcome must be "done".
Im not a native English speaker. I hope I explaned enough, if not, please tell me and I will try in other way to explane.
This is how it looks in Excel.
And I have issues to translate the following function in Excel to Access.
=IF(AND(I6=0),"Done",K6-A$4)
A$4 is related to cell where it states the function =now()
Basically what I want is to calculate in the tablecolumn is the following.
In the column "Days remaining" I want the remaining days from "date to pay" and today. If the amount states "0" then the outcome must be "done".
Im not a native English speaker. I hope I explaned enough, if not, please tell me and I will try in other way to explane.