Hi I am a new user of smartsheet. I need help on why this excel formual will not work. I get
#UNPARSEABLE
=IF(([Total Billed]40)<10000,0,
IF(AND(([Total Billed]40)>=10000,([Total Billed]40)<20000),([GP Amount]40*5%,
IF(AND(([Total Billed]40)>=20000,([Total Billed]40)<30000),([GP Amount]40*10%,
IF(AND(([Total Billed]40)>=30000),([GP Amount]40*15%,0))))
Thank you in advance for your help.