Is it possible to use multiple isblank statutes in an if statement. I want to use something like this sudocode
=if(isblank(g8)&isblank(h8), "both blank", "not both blank") =if(isblank(g8&h8), "both blank", "not both blank")
These functions return a $ VALUE error or return invalid int text in an if statement.
Is there any way to do this?
Jonny source share