Your description is still kind of general (no cell references); however,
assuming value, x, y, z and w are defined names...
=IF(value<=5,x/y,IF(value<=10,x/z,IF(value<=15,x/w,"value>15")))
You didn't say what you wanted if value is greater than 15, so I just used a
text message for that condition.