What is the right way to add an apostrophe to my select query in Google Spreadsheets?
I wan't to count how much entries there are with this string:
Today's
Current output:
#VALUE!
My query:
select Count(F) where F = 'Today's' Label Count(F) ''
="select Count(F) where F = '"&A3&"' Label Count(F) ''"