I have a for loop stepping in 5's from 0 to 25.

I need to return 14 for 0, 5, and 10, but then for 15, 20 and 25 I need it to return 33.

Anyone have any ideas? Or even know if this is possible?

Many thanks