Help with multiple condition IF formula
Hi,
I am trying to create a formula field for a multiple leveled IF question so I can automatically set the status of an instrument in regards to when it should be returned. The bellow Table is a brake down of the different status and the conditions I am trying to use for these statuses. The areas in italics are existing fields.
Install Date "" + Serial Number "" = Requested
Install Date "" + Serial Number "xxxxxxxx" = Assigned
Install Date "Grater Than Today" + Contract End Date "> 2 weeks in the future" = Installed
Contract End Date "<2 weeks in the Future" + Returned Date "" = Expiring
Contract End Date "Between current Date > 2 weeks in the future" + Returned Date ""= Book Collection
Returned Date "has Date" = Returned
PO "XXXXXXx" = Sold
Contract End Date "beyond 2 weeks ago" + Returned Date "" + PO "" = Over due
I know this should be possible by combining IF and ISNULL functions but not sure of the Syntax to start