Difference between revisions of "XL3IsWeb"
(Created page with "Returns True is report is running in XLCubedWeb and False if the report is running in Excel ==Syntax== {{Code|XL3IsWeb( )}} ==Example== {{Code|=IF(XL3IsWeb(),"On the web","I...") |
|||
Line 8: | Line 8: | ||
==Example== | ==Example== | ||
− | {{Code|=IF(XL3IsWeb(),"On the web","In Excel")}} | + | {{Code|1==IF(XL3IsWeb(),"On the web","In Excel")}} |
Revision as of 11:42, 25 June 2013
Returns True is report is running in XLCubedWeb and False if the report is running in Excel
Syntax
XL3IsWeb( )
Example
=IF(XL3IsWeb(),"On the web","In Excel")