How do I insert a ISBLANK
function in this formula?
=(IF(D21-T21<=S25, "TIMES-UP", (D21-T21)))
If cell D is blank then cell E is blank if not, then the formula above will be executed. Also, I want this function to be present on all cells on E column.
This function is not working:
=(IF(ISBLANK(D:D)=TRUE;"Blank cell"; (D21-T21<=S25, "TIMES-UP", (D21-T21))))