Link to home
Start Free TrialLog in
Avatar of hhclt
hhclt

asked on

Need to display value is commit date is greater than two years, NM if date is less than two years

I need to display a value, but if the current date is less than two years from the initial commitment date, I need to display NM.  When I try the formula below,  I keep getting "a string is required here" for the  (({V_fund_invest.outstand_commit}/({v_fund_invest.distribution} + {v_fund_invest.adj_value}))

If CurrentDate - ({v_fund_invest.initial_commit_date}) < 730 then "NM" else (({V_fund_invest.outstand_commit}/({v_fund_invest.distribution} + {v_fund_invest.adj_value}))
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hhclt
hhclt

ASKER

So fast on the response.  Thank you!!