K
KenRamoska
Hi,
Below I have an excel equation that has served me well.
I need to put this into an Access query now.
Basically I take a given date and then add days to it based on the answer to
2 questions. Do they need core and What program.
So if they need Core and they are NSM then add 35 days....etc.
Please see below in Excel and if possible tell me how to get this into Access.
Thanks in advance
Ken
=IF(AND(D4="NPM",E4="Y"),C4+70,IF(AND(D4="NPM",E4="N"),C4+35,IF(AND(D4="CSM",E4="Y"),C4+84,IF(AND(D4="CSM",E4="N"),C4+49,IF(AND(D4="PM",E4="Y"),C4+105,IF(AND(D4="PM",E4="N"),C4+70,""))))))
Below I have an excel equation that has served me well.
I need to put this into an Access query now.
Basically I take a given date and then add days to it based on the answer to
2 questions. Do they need core and What program.
So if they need Core and they are NSM then add 35 days....etc.
Please see below in Excel and if possible tell me how to get this into Access.
Thanks in advance
Ken
=IF(AND(D4="NPM",E4="Y"),C4+70,IF(AND(D4="NPM",E4="N"),C4+35,IF(AND(D4="CSM",E4="Y"),C4+84,IF(AND(D4="CSM",E4="N"),C4+49,IF(AND(D4="PM",E4="Y"),C4+105,IF(AND(D4="PM",E4="N"),C4+70,""))))))