I am trying to write a function to shorten VLOOKUP in the sheet, since I have to use it many times in different cells. I am getting this error in the following code:
function find(a) {
var q = VLOOKUP(a,Rooms:Capacities,2,FLASE)
return q
}
Any help is appreciated.