Swannie - it's worth persevering (in my view). Four key things that help you get going:
1. All answers are at least 2 digits. So any letter that is an answer >= 10
2. The ' can only apply to non palindromic numbers that don't end in zero. So any letter with a ' after it must be >=12.
3. Powers are always your friend. A^B gets very big very quickly unless A and B are both small. To a lesser extent, same applies to !
4. Answers are in increasing order. That helps a lot.
You should be able to put most of the letters into ranges quite quickly. Then keep working through the clues to gradually narrow down.
Hope this helps