Home > database >  Search function problem in Excel table using Excel Online for Business connector
Search function problem in Excel table using Excel Online for Business connector

Time:10-24

What is the right syntax for searching an excel table connected with Excel Online for Business connector?

I've tried the following things:

enter image description here

enter image description here

enter image description here

CodePudding user response:

I'm using Dutch, so I had to use the following syntax:

Search(HeyYouExtended; SearchBox.Text; "Name")

CodePudding user response:

try semicolon :, instead of comma this is due to your browser language.

  • Related