You can construct a two column table with the lower bounds of you ranges in one column and the corresponding dollar amounts in anothe and use a LOOKUP formula, e.g. in F2
=LOOKUP(E2,Y1:Z5)
where Y1:Z5 contains your table, or alternatively include the values i your formula like this