Basically i need a little bit of an equation that does the folowing:
if number is 24 then add 13
if number is 23 then add 14
if number is 22 then add 15
if number is 21 then add 16
if number is 20 then add 17
...
...
if number is 14 then add 23
if number is 13 then add 24
can anyone see a one line soution (or near as dammit) to this???
thanks
