Brenna Heinrich Posted May 10, 2021 Share Posted May 10, 2021 Hello, I need to create a specific calculation to generate a new data field called BOE. The data is structured into four columns: Field, Month, Product, Volume. I need to add together the volumes of thetwo products(Oil & Gas) and divide by 6 to get BOE, per Month. What syntax would I use in order to achieve this calculation Link to comment Share on other sites More sharing options...
Gaia Paolini Posted May 11, 2021 Share Posted May 11, 2021 I am assuming there is one entry for Oil and one for Gas every Month. So something like this Sum([Volume]) over (Intersect([Month],[Field])) / 6 if not, please can you upload a test dataset. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now