dear sir,Hi,
Make an if statement like:
=IF(A2&B2="","",MOD(B2-A2-$C$1,1))
Regards,
dear sir,
awesome and thanks,
what is the meaning of "","" in above formula.
You are welcome dear.
"" (null string) means blank cell.
First "" is a part of logical test, and 2nd "" is placed as a Value if TRUE.
If both cells A2 and B2 are blank, then formula result will be blank, otherwise MOD(B2-A2-$C$1,1)
Hope it helped.
Regards,
again thank u a lot sir,
for briefing me now i understand the logic.....you are a ""*"".

Haha nice one Sir,Just for fun @Khalid NGO !!
After reading about null string, he marked you as star but covered by double null type , so after calculation it, it would be
either null*null*star*null*null = null
or
""*"" =
![]()
Haha nice one Sir,
Its up to him, I will manage it with SUBSTITUTE
Regards,