Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Qaspec
 
Posts: n/a
Default help with if statement

how do i translate this into a formula

if d47 equals blank then blank else if d48 equals blank then
if (today - d47) 89 then e47 else 0, if d48 is not blank then if(d48 -
d47)89 then e47 else 0

basically if there is no date in d47 then 0
if there is a date in d47 and no date in d48 then i want
it to return the value of e47 if the difference between d47 and today is
greater than 89 days if its less than 89 days then i want it to return 0. if
d48 does has a date then if the difference between d48 and d47 is greater
than 89 than return the value of e47 otherwise 0.
  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

=IF(D47<"",((D48="")*(TODAY()D47+89)+(D48<"")*( D48D47+89))*E47,"")


Arvi Laanemets


"Qaspec" wrote in message
...
how do i translate this into a formula

if d47 equals blank then blank else if d48 equals blank then
if (today - d47) 89 then e47 else 0, if d48 is not blank then if(d48 -
d47)89 then e47 else 0

basically if there is no date in d47 then 0
if there is a date in d47 and no date in d48 then i want
it to return the value of e47 if the difference between d47 and today is
greater than 89 days if its less than 89 days then i want it to return 0.

if
d48 does has a date then if the difference between d48 and d47 is greater
than 89 than return the value of e47 otherwise 0.



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
ms excel IF statement w/pictures? Scott Links and Linking in Excel 4 March 1st 05 09:54 AM
What statement to use? Paul Excel Worksheet Functions 6 February 13th 05 05:23 PM
How do I fix a circular reference in a financial statement? drjayhawk25 Excel Discussion (Misc queries) 0 February 7th 05 05:19 PM
7+ nested if statement? Turi Excel Worksheet Functions 3 December 20th 04 07:55 PM
Statement lintan Excel Worksheet Functions 1 December 2nd 04 11:31 PM


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