People who know how to do maths - how can I do log values in a spreadsheet?

Soldato
Joined
4 Jan 2004
Posts
20,802
Location
¯\_(ツ)_/¯
I need to use decibels which is a log scale.

Say I have a voltage (10v) and I reduce it by 6dB, it should become 5v.

But, I need to know what the voltage will be if I reduce it by 2dB for example...

This isn't schoolwork, I'm trying to build a stepped attenuator! :)
 
If "dB" is your change in dB, V2 is your new voltage and V1 is your original voltage:

dB = 20 x log (V2/V1)

Rearranged:

V2 = V1 x 10 ^ (dB/20)

This should give you your new voltage. If you try the above with a dB value of "-6" and a V1 of 10V it gives you a V2 of 5V, which is correct:).

/edit: oh, it sounds like you just needed the Excel syntax. Oh well. :p
 
Last edited:
If "dB" is your change in dB, V2 is your new voltage and V1 is your original voltage:

dB = 20 x log (V2/V1)

Rearranged:

V2 = V1 x 10 ^ (dB/20)

This should give you your new voltage. If you try the above with a dB value of "-6" and a V1 of 10V it gives you a V2 of 5V, which is correct:).

/edit: oh, it sounds like you just needed the Excel syntax. Oh well. :p
Well, I was originally struggling to just to be able to put log into the spreadsheet, then to figure out how to determine the voltage, so this info is ideal, thanks. :)
 
Back
Top Bottom