IF Isblank Formula giving an error

时间:2017-08-30 20:48:37

标签: excel

I have the formula and it is giving an error "You have entered too many argumants"

ASSERT: "!d->ref.isShared()" in file tools\qlist.cpp, line 162
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
QObject::~QObject: Timers cannot be stopped from another thread

1 个答案:

答案 0 :(得分:0)

ISBLANK checks if an entry is blank, so it only takes the entry as an argument. You need to close the ISBLANK statement before Excel can continue with the rest of the if.

null