I was trying to implement complex excel formula in hands on table, and am not able to get the result, but where as same formula is evaluated in Excel.
A simple sample is stated in below JS Fiddle.
https://jsfiddle.net/th6csvbr/
And also some of the formula expectations with handson table are as follows.
=IF($AA6=“No”,0,IF($AB6=0,$U6,IF($AB6="",$U6,IF(AND(($U6>=$AB6),($U6<=$AC6)),$U6,AVERAGE($AB6,$AC6)))))
=SUMIF($I$2:$I$6B204,“Relevant”,O2:O64)
And these kind of formulae will exists in most of the cells