J
J R
Greetings,
I'm running the following function:
=IF(ISBLANK(L3),"",DATEDIF(C3,L3,"d"))
which works just fine...
....unless C3 is greater than L3. In this case the result turns out to be
"#NUM!".
L3 is usually filled with either =TODAY() or the date that an issue was
resolved, in a few instances it is blank.
How should I go about nesting IF statements (or should it be something
different like an OR statement?) so that DATEDIF(L3,C3,"d") will be produced
if C3 is set for sometime in the future?
TIA,
J.R.
I'm running the following function:
=IF(ISBLANK(L3),"",DATEDIF(C3,L3,"d"))
which works just fine...
....unless C3 is greater than L3. In this case the result turns out to be
"#NUM!".
L3 is usually filled with either =TODAY() or the date that an issue was
resolved, in a few instances it is blank.
How should I go about nesting IF statements (or should it be something
different like an OR statement?) so that DATEDIF(L3,C3,"d") will be produced
if C3 is set for sometime in the future?
TIA,
J.R.