If(AND...) Function - How to Format

If(AND...) Function - How to Format

Hello,

I use the following function in Google Sheets 

=if(AND($AA18<>"CLOSED",$AA18<>""),GOOGLEFINANCE($B18,"price"),"")

Why will it not work in Zoho Sheets? I get this error.

=IFERROR(__XLUDF.DUMMYFUNCTION("if(AND($AA18<>\"CLOSED\",$AA18<>\"\"),GOOGLEFINANCE($B18,\"price\"),\"\")");2.65)

Thoughts?