Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
pol pol is offline
external usenet poster
 
Posts: 129
Default Pls help to find number of days for ageing report

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Pls help to find number of days for ageing report

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default Pls help to find number of days for ageing report

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Pls help to find number of days for ageing report

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how would i use excel to find the number of days------- joe hunter[_2_] Excel Discussion (Misc queries) 2 June 7th 07 02:43 AM
Problem Ageing a Report Godwin O. Excel Discussion (Misc queries) 3 November 4th 06 02:15 PM
How to find the number of days from 2 dates? cyberdude Excel Discussion (Misc queries) 1 June 16th 06 08:43 AM
Report a given number in days:hours:minutes ? TigerLord Excel Discussion (Misc queries) 2 March 26th 06 08:25 PM
Find number of days between to dates Qaspec Excel Worksheet Functions 1 January 21st 05 12:14 AM


All times are GMT +1. The time now is 02:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"