I am trying to do a IF statment and running into some problems. What i am trying to do is a greater then less then formula.
For example: I have the following number in C3 is 12. I want to setup my my if statement so if it is greater then 5 but less then 12 if true i want cell number C13, if false 0.

This is what i have =IF(G13<12>5,C13,0)

I have been playing around with the greater then less signs but with no luck. Anybody know what i am doing wrong.