On Sheet 1 G17, the worksheet formula multiplies by 100 before 50*Log
=50*LOG(((1+(1/$F$3)*G15)^-0.5)*100)



    Equat3 = 50 * WorksheetFunction.Log(Equat2 * 100)
    
    Similarity = Application.Round(Equat3, 0)