Forum Discussion
Austen229022
2 years agoHelper II
Power Query Literal Token Expected
I am trying to set up a simple IF AND statement to check within ranges to the provide a range category, though I am having an issue with a Literal Token Expected error on something that shouldnt be a...
- 2 years ago
Austen229022 , Problem in row Two and 3
You are using [Column] >2 and <= 5
You need to use
[Column] >2 and [Column] <=5
amitchandak
2 years agoSuper User
Austen229022 , Problem in row Two and 3
You are using [Column] >2 and <= 5
You need to use
[Column] >2 and [Column] <=5