Calculate decibels at range

Celtillos

New Member
Joined
Apr 6, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi, Mr. Excel
For a project I'm working on, I need to be able to calculate how far a sound of a particular volume will travel. What I need is for it to return the result of subtracting 6 for every doubling of distance. I've tried several ways with the help of a retired technician, and we are both stumped.
So, if I enter 100, the result should be 94 at the cell representing 2 meters, 88 at the cell presenting 4 meters, 82 at the cell repsenting 8 meters, and so on up to the point where the decreasing number reaches zero.
Thanx in advance.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Interesting. I thought, there's no way that the distances are arranged like that because that would be too easy. I figured that if you started with a number (e.g. 1) they would be like
1712454455503.png

and you would need to retrieve rows (or columns, doesn't matter) 1,2,4,8 and so on. I couldn't figure how to do that so I gave up.
 
Upvote 0
Interesting. I thought, there's no way that the distances are arranged like that because that would be too easy. I figured that if you started with a number (e.g. 1) they would be like
View attachment 109604
and you would need to retrieve rows (or columns, doesn't matter) 1,2,4,8 and so on. I couldn't figure how to do that so I gave up.
Lucky guess I suppose. I did think about your approach too, but wanted to start simple and if that wasn't it, go bigger.
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,680
Members
449,116
Latest member
HypnoFant

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top