Mega Code Archive
Categories
/
MSOfficeExcel 2007 Tutorial
/
Information Functions
Combine IF and INFO formula to check the Excel version
Input the formula: =IF(INFO("release")>9,"This version can import XML", "This version cannot import XML"). Press Enter to get the result.