Didn't expect so many solutions but much appreciated. Good to know for future reference.

I ended up using =INT(8*RAND()) + 3 and/or =round((rand() *7 + 3),2) . Could not use the Randbetween function as my company is still using Office 2000.

Thanks for comments.