Is there a FUNCTION to Find #-days, from Order...Recpt?

… or just =sum(d?-a?) ?

If you have two dates, then number of days between the two dates is TRUNC(date2-date1). Actually, date (or equally time) is a float which contains number of days passed from “day zero”. Fractional part is time represented as part of day (0.5 being equal to 12 hours = noon).