Logical operator list (or, and, equal, inequality, etc.) for office script in an excel report
This table shows all logical operators that can be used for my script, for instance, using with the IF condition:
// i.e. logical OR -> if cell contains inc001 or inc002 if (cellValue.includes("inc001") || cellValue.includes("inc002"))
This table is from the documentation.help website where you can find more information.

Interesting Topics
-
Be successfully certified ITIL 4 Managing Professional
Study, study and study, I couldn’t be successfully certified without studying it, if you are interested...
-
Be successfully certified ITIL 4 Strategic Leader
With my ITIL 4 Managing Professional certification (ITIL MP) in the pocket, it was time to go for the...
-
Hide visual and change background color based on selection
Some small tricks to customize the background colour of a text box...
-
Stacked and clustered column chart or double stacked column chart
In excel, I use a lot the combination of clustered and stacked chart...
-
Refresh Power BI
From the Power BI Service, I can set refresh but, for instance, there is no option to do it monthly or each time a change is made...
-
Power BI alerts to be sent by email from an excel file based on condition
I will explain how to send a list of emails from an excel file after creating alerts...