How do I write an =ISNOTBLANK() expression fo...

How do I write an =ISNOTBLANK() expression for multiple columns?

I want to fire a Workflow when both Image columns are filled.

TYVM!!

RESOLVED, =AND(isnotblank([Image1]),isnotblank([Image2]))

0 1 336
1 REPLY 1

RESOLVED!!

=AND(isnotblank([Image1]),isnotblank([Image2]))

Top Labels in this Space