=LOG(A1,B2) : Calculates the logarithm of 10 with base 10. Returns ''1'' as a result.
=LOG(A1,B2) : Calculates the logarithm of 10 with base 10. Returns ''1'' as a result.
−
=LOG(A4:A5,B1) : Calculates the logarithm of values in the range A4 to A5 (120, 700) with base B1 (2). Returns ''6.906890595608519, 9.451211111832329'' as a result.
+
=LOG(A4:A5,B1) : Calculates the logarithm of values 120, 700 with base B1 (2).Returns ''6.906890595608519, 9.451211111832329'' as a result.
=LOG(A4) : Calculates the logarithm of 120. Here base is assumed to be 10. Returns ''2.0791812460476246'' as a result.
=LOG(A4) : Calculates the logarithm of 120. Here base is assumed to be 10. Returns ''2.0791812460476246'' as a result.
=LOG(100,B3) : Calculates the logarithm of 100 with base 7.5. Returns ''2.2855542619359994'' as a result.
=LOG(100,B3) : Calculates the logarithm of 100 with base 7.5. Returns ''2.2855542619359994'' as a result.