I imported and Excel spreadsheet to Smartsheet and selected to keep the Excel formulas. How ever I get an #UNPARSEABLE. Here is what the formula looks like,
=IF(OR([CITY METERSIZE]11="5/8"" BY 3/4""",[CITY METERSIZE]11="5/8""",[CITY METERSIZE]11="3/4""",[CITY METERSIZE]11="1"""),"Small",IF(OR([CITY METERSIZE]11="1 1/2"" Flange",[CITY METERSIZE]11="1 1/2"" Spud",[CITY METERSIZE]11="1 1/2""",[CITY METERSIZE]11="2"""),"Intermediate",IF(OR([CITY METERSIZE]11="3""",[CITY METERSIZE]11="4""",[CITY METERSIZE]11="6""",[CITY METERSIZE]11="8""",[CITY METERSIZE]11="10""",[CITY METERSIZE]11="12""",[CITY METERSIZE]11="16"),"Large","")))
Is there too many IF statements being used?