Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default More date/counting functions

I need G2 to start counting DOWN when F2 is 150 days out from TODAY's date
F G H
1 Exp. Date Req Due to Terminal Request Rec'd
2 10/31/08 -99 07/21/08

and then stop counting when H2 gets populated with a date (in theory, the
requests will come in way before F2's dates, such as in the above instance)

of course, with making sure G2 stays blank if:
1. F2 is blank AND
2. F2 is more than 150 days from TODAY

Is this even possible?!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default More date/counting functions

Hi,

See if this works for you

=IF(OR(F2="",F2TODAY()+150),"",IF(H2<"",H2-F2,F2-TODAY()))

Also I don't understand you sample numbers, I would expect G2 to be -102?


If this post is helps please click Yes.
--
Thanks,
Shane Devenshire


"HeatherBelle" wrote:

I need G2 to start counting DOWN when F2 is 150 days out from TODAY's date
F G H
1 Exp. Date Req Due to Terminal Request Rec'd
2 10/31/08 -99 07/21/08

and then stop counting when H2 gets populated with a date (in theory, the
requests will come in way before F2's dates, such as in the above instance)

of course, with making sure G2 stays blank if:
1. F2 is blank AND
2. F2 is more than 150 days from TODAY

Is this even possible?!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default More date/counting functions

Works perfectly!! You rock my world!!

I had something started that looks similar, but I'm not used to thinking
this way nor am I familiar with what all my options are in Excel (though I
LOVE learning new things like this)... I'm an English major! HAHA

"ShaneDevenshire" wrote:

Hi,

See if this works for you

=IF(OR(F2="",F2TODAY()+150),"",IF(H2<"",H2-F2,F2-TODAY()))

Also I don't understand you sample numbers, I would expect G2 to be -102?


If this post is helps please click Yes.
--
Thanks,
Shane Devenshire


"HeatherBelle" wrote:

I need G2 to start counting DOWN when F2 is 150 days out from TODAY's date
F G H
1 Exp. Date Req Due to Terminal Request Rec'd
2 10/31/08 -99 07/21/08

and then stop counting when H2 gets populated with a date (in theory, the
requests will come in way before F2's dates, such as in the above instance)

of course, with making sure G2 stays blank if:
1. F2 is blank AND
2. F2 is more than 150 days from TODAY

Is this even possible?!

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
Functions- Finding and counting specified text in cell range holliedavis Excel Worksheet Functions 8 November 22nd 06 05:49 PM
counting functions jcrown Excel Worksheet Functions 5 July 1st 05 09:32 PM
Counting Functions DLZ217 Excel Worksheet Functions 1 June 16th 05 10:13 PM
excel formula counting date to date in 4 columns stuie d Excel Worksheet Functions 1 May 4th 05 12:46 PM
counting functions Soz Excel Worksheet Functions 4 February 19th 05 10:01 AM


All times are GMT +1. The time now is 10:30 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"