Creating a Percentage Formula with correct decimals points

Hello,
I am trying to create a loan-to-value from a formula using two columns. 1st column would be a loan amount of $300,000 divided by a value of $400,000 to equal a Loan-To-Value percentage for 75.00%

Hi @patpen,

TEXT(DIVIDE({Loan Amount},{Value}),"0.00%")

Thank you very much GCavin, I appreciate you for this help!