Is there a way on a UI-Only Field formula to Round to the nearest thousand?

Hi,
Wondering if there is a way on a UI-Only Field formula to Round to the nearest thousand?

Thx

ROUND( {{Your_Field__c}} / 1000 ) * 1000