hi,
how can i use text with quotation marks inside of an if-statement?
my simplified case: IF(Item = “string”, 1, 0)
my string looks sth like this: ‘product “type” extension’
but it doesnt recognise the strings if they contain ", which the entry im t...