Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if the cell A1 = 30-Nov-2009 and cell b1 01-Nov-2009
How I can find the number of days between that date. It is for ageing analysis for customers Pls help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It's simply:
=a1-b1 Format as a number Regards, Fred. "pol" wrote in message ... if the cell A1 = 30-Nov-2009 and cell b1 01-Nov-2009 How I can find the number of days between that date. It is for ageing analysis for customers Pls help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use Datedif function.
=DATEDIF(B1,A1,"D") =DATEDIF(B1,A1,"D")&" Days" Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "pol" wrote: if the cell A1 = 30-Nov-2009 and cell b1 01-Nov-2009 How I can find the number of days between that date. It is for ageing analysis for customers Pls help |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Simple substration will do. In cell C1 enter the below formula
=A1-B1 (and format cell C1 to general) -- Jacob "pol" wrote: if the cell A1 = 30-Nov-2009 and cell b1 01-Nov-2009 How I can find the number of days between that date. It is for ageing analysis for customers Pls help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how would i use excel to find the number of days------- | Excel Discussion (Misc queries) | |||
Problem Ageing a Report | Excel Discussion (Misc queries) | |||
How to find the number of days from 2 dates? | Excel Discussion (Misc queries) | |||
Report a given number in days:hours:minutes ? | Excel Discussion (Misc queries) | |||
Find number of days between to dates | Excel Worksheet Functions |