Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

convert formula in excel to Q

I am new to Q and i am trying to convert formula in excel to Q. Appreciate your help

=IF(+MAX(+IFERROR(MAX(1-ABS(O61-N61)/O61,0),1),0)>1,0,+MAX(+IFERROR(MAX(1-ABS(O61-N61)/O61,0),1),0))

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Maybe this:

=IF(RANGEMAX(ALT(RANGEMAX(1-FABS(O61-N61)/O61,0),1),0)>1,0,RANGEMAX(ALT(RANGEMAX(1-FABS(O61-N61)/O61,0),1),0))


talk is cheap, supply exceeds demand