Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hello,
I am working on a little spreadsheet that works out the range of fire alarm speakers. The dBA drops off 6 dBA every time you double the distance from the speaker. I am confident that I have the number of times that the distance should be double, but I do not know of a way to translate it to a formula. Below is a bare bones description of what I believe needs done. I have a number X, that I would like to double Y number of times. Each time X is doubled the answer becomes the new X. For example, X=10 and Y=3.25. 1.) 10x2=20 2.) 20x2=40 3.) 40x2=80 [Then to get the .25 part] 4.) 80x2=160 160-80=80x.25=20 Answer: 80+20=100. Any thoughts on a clever way to do this in excel? Many Thanks!! |
#2
![]() |
|||
|
|||
![]()
Assuming X in A1, Y in A2,
=(A1*(2^INT(A2)))*(1+MOD(A2,1)) -- HTH Bob Phillips "Bob" wrote in message ... Hello, I am working on a little spreadsheet that works out the range of fire alarm speakers. The dBA drops off 6 dBA every time you double the distance from the speaker. I am confident that I have the number of times that the distance should be double, but I do not know of a way to translate it to a formula. Below is a bare bones description of what I believe needs done. I have a number X, that I would like to double Y number of times. Each time X is doubled the answer becomes the new X. For example, X=10 and Y=3.25. 1.) 10x2=20 2.) 20x2=40 3.) 40x2=80 [Then to get the .25 part] 4.) 80x2=160 160-80=80x.25=20 Answer: 80+20=100. Any thoughts on a clever way to do this in excel? Many Thanks!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count the number of times 1 happened in a row | Excel Discussion (Misc queries) | |||
Number of times a number is shown | Excel Worksheet Functions | |||
How do I limit the number of times an Excel workbook can be opene. | Excel Discussion (Misc queries) | |||
Can the number of times undo is used in Excel 2002 be increased? | Setting up and Configuration of Excel | |||
how do I get a calculation to repeat various number of times? | Excel Worksheet Functions |