2

Screenshot from new sheet

screen shot from google example sheet

I get error when using the formula in a new sheet, but the same formula works in google`s example sheet.

What am i doing wrong?

player0
  • 124,011
  • 12
  • 67
  • 124
Fokki yuo
  • 23
  • 2
  • 1
    It could be an issue with the Google sheet Language setting. This might guide you - [Try this](https://www.bettercloud.com/monitor/the-academy/using-formulas-in-different-languages-in-google-sheets/) – vvk24 Jul 04 '20 at 10:17

1 Answers1

1

your sheets are of different locale - English / Non-English

English sheets use , while in Non-English you need to use ;

therefore:

=QUERY(A1:B5; "select B"; 1)
player0
  • 124,011
  • 12
  • 67
  • 124