I am struggling so much right now. I understand how to do the randbetween function and manipulate it in several ways- but i am stuck at this problem! the question is....

"Create a list of 25 random percentages such that one-fourth of them are between 26% and 74.7% and the rest are between 89% and 99% "

how would I go about doing randbetween under these specific conditons...?

the only formula i could come up with is =((RANDBETWEEN(26,74.7))*(3*(RANDBETWEEN(89,99))))/100

this returns a value in the 1000's which i know is not right and i know this is because I am multiplying the numbers but I have no idea what to do! Can anyone please help me?? Thank you so much