I have a list of oil wells with production data for each well. Some wells are inactive, however, and despite the fact they have data in that row I want to exclude any well that is marked as inactive. What would the formula look like, or what functions would I use? I'd like to not have to filter the data when performing the calculation to keep the table "intact", so to speak.
Table looks kind of like this:
Thanks!!
Matt
Table looks kind of like this:
Code:
| Well Name | Active? | Average Oil Production |
| Well101 | Y | 30.45 |
| Well201 | N | 20.22 |
Thanks!!
Matt