I need a formula that checks the numerical value in cell d11. There are four ranges to be checked, each range would then assign an appropriate text. If the cell does not contain a number in those specified ranges, then it would display the text: Error

put another way, I think the English synax would be like this:

If d11 is less than (value), then "word1", if d11 is > than (value) but < (value), then "word2", if d11 is > than (value) but < (value), then "word3", if d11 is > (value), then "word4", else "Error"

Thanks in advance!