this is beginning to look like homework = "Cody" asked the same question
about half an hour ago
summary of answers:
Don Guillett
where g2 is the EARLIER date
=DATEDIF(G2,G1,"D")
Peo Sjoblom
No name function, just subtract
=End-Start
JulieD
you can just do a subtraction formula
=B1-A1
and format the result as "Number"
Norman Harker
With dates that are recognised as dates by Excel
=LatestDate-EarliestDate
format as number
If I may be very picky; it will return the difference in days between the
two. There are no days BETWEEN yesterday and today, the difference is 1 day.
=B1-A1 will return 1 in this case.