Hi
I have built a app to track my shared tools across the business. I have used a reference sheet and it is going well.
I am just now trying to build a format action to change the colour of some text based on two fields being completed.
I can get it working using โIsnotblankโ for one of the fields but cannot work out the expression to get isnotblank for two fields?
Solved! Go to Solution.
You may wish to try
AND ( ISNOTBLANK([Field1]) , ISNOTBLANK([Field2]) )
You may wish to try
AND ( ISNOTBLANK([Field1]) , ISNOTBLANK([Field2]) )
For reference:
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |