ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula Problem (https://www.excelbanter.com/excel-discussion-misc-queries/129864-formula-problem.html)

Dale

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.

Dave F

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.


Dale

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.



All times are GMT +1. The time now is 09:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com