HelloI would like to replicate a microsoft Excel 'if' statement in a Livecycle form.The excel statement is: =IF(AG36=1,"5",IF(AG36>0.97,4,IF(AG36>0.84,"3",IF(AG36>0.3,"2","1"))))Which is based around %. The 1 in this statement equals 100%, then the 0.97 would be 97% and so on...AG36 is a cell in Exc...