Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
md md is offline
external usenet poster
 
Posts: 23
Default Count number of days from the last entry?

I need a formula to count the number of days from TODAY() to the last entry
in column "J".
Column "A" is date column.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Count number of days from the last entry?

This will grab the date in col A corresponding to the last entry in col J
=LOOKUP(2,1/(J2:J100<""),A2:A100)

Hence you could use this:
=TODAY()-LOOKUP(2,1/(J2:J100<""),A2:A100)

Adapt the ranges to suit
--
Max
Singapore
---
"MD" wrote:
I need a formula to count the number of days from TODAY() to the last entry
in column "J". Column "A" is date column

  #3   Report Post  
Posted to microsoft.public.excel.misc
md md is offline
external usenet poster
 
Posts: 23
Default Count number of days from the last entry?

Many thanks Max that works ok

"Max" wrote:

This will grab the date in col A corresponding to the last entry in col J
=LOOKUP(2,1/(J2:J100<""),A2:A100)

Hence you could use this:
=TODAY()-LOOKUP(2,1/(J2:J100<""),A2:A100)

Adapt the ranges to suit
--
Max
Singapore
---
"MD" wrote:
I need a formula to count the number of days from TODAY() to the last entry
in column "J". Column "A" is date column

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
count number of dates falling in the next seven days Louisa Excel Worksheet Functions 5 April 29th 09 11:06 AM
count a number of days from a date RGlade Excel Discussion (Misc queries) 3 December 4th 08 06:36 PM
how to count number of days between 2 dates? doyree Excel Discussion (Misc queries) 10 February 10th 08 12:32 PM
How do I count the number of days from 1 date to another? Steve R Excel Discussion (Misc queries) 3 February 2nd 06 08:58 PM
Count number of days in given month? Bryan Excel Worksheet Functions 10 February 2nd 05 11:44 PM


All times are GMT +1. The time now is 01:09 PM.

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

About Us

"It's about Microsoft Excel"