Forum Discussion
Riyaz Khan
Aug 06, 2017Copper Contributor
IF condition on DATEDIF value
Dear Friends, Please help me out for the below issue. I have a DATEDIF value, and on which the IF condition is not working. But if I change the DATEDIF value to numeric mannually then the IF functio...
- Aug 06, 2017
Riyaz,
I would solve it this way.
=LOOKUP(DATEDIF(D3,TODAY(),"M"),$H$1:$H$5,$I$1:$I$5)
Detlef_Lewin
Aug 06, 2017Silver Contributor
Riyaz,
I would solve it this way.
=LOOKUP(DATEDIF(D3,TODAY(),"M"),$H$1:$H$5,$I$1:$I$5)
Riyaz Khan
Aug 07, 2017Copper Contributor
- Thank you Lewin...