#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 92
Default Formula Problem

I have a worksheet with columns for Transaction Date, Due Date, Past Due 30
days & Past Due 60 days. I would like Excel to say "Yes" if the transaction
date is blank and today's date less the due date is greater than 30 days.
Here is what I build: =IF($B14=""+AND(NOW()-$C1430),"YES","NO"). I accepts
the formula, however I get the #VALUE! message. I hope someone can tell me
what I am doing wrong.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Formula Problem

=IF(AND(ISBLANK(B14),TODAY()-C1430),"YES","NO")

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Dale" wrote:

I have a worksheet with columns for Transaction Date, Due Date, Past Due 30
days & Past Due 60 days. I would like Excel to say "Yes" if the transaction
date is blank and today's date less the due date is greater than 30 days.
Here is what I build: =IF($B14=""+AND(NOW()-$C1430),"YES","NO"). I accepts
the formula, however I get the #VALUE! message. I hope someone can tell me
what I am doing wrong.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 92
Default Formula Problem

Thanks Dave...that worked great.

"Dave F" wrote:

=IF(AND(ISBLANK(B14),TODAY()-C1430),"YES","NO")

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Dale" wrote:

I have a worksheet with columns for Transaction Date, Due Date, Past Due 30
days & Past Due 60 days. I would like Excel to say "Yes" if the transaction
date is blank and today's date less the due date is greater than 30 days.
Here is what I build: =IF($B14=""+AND(NOW()-$C1430),"YES","NO"). I accepts
the formula, however I get the #VALUE! message. I hope someone can tell me
what I am doing wrong.

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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
formula percentage problem thinkpic New Users to Excel 4 November 2nd 05 08:04 PM
problem with Array Formula OrdOff Excel Worksheet Functions 2 June 30th 05 04:57 PM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM


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