Jason12345
New Member
- Joined
- Dec 16, 2021
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi
I have a set of data conduit 1,2,3
I need to search across each conduit number to see if a particular conduit is there. If the conduit is found in either spot. it needs to then take the average of the the Cable Area.
Note: there are three categories due to cables running through multiple conduits so the conduits have been split up.
Note. there will be instances where the same number for example 8 will be displayed in all three conduits.
On a new sheet I have tried the following:
Where is says average:
=AVERAGE(IF('20175858_A2_DEVICE'!I:I='Conduit ratio'!B42,'20175858_A2_DEVICE'!$L:$L,""),IF('20175858_A2_DEVICE'!J:J='Conduit ratio'!B42,'20175858_A2_DEVICE'!$L:$L,""),IF('20175858_A2_DEVICE'!K:K='Conduit ratio'!B42,'20175858_A2_DEVICE'!$L:$L,""))
It goes to the previous page to find the conduit location and and searches for the number and then takes the average across them. How ever it has come back incorrect given the the correct answer is 1.98745 and NOT 1.8947
My second attempt was to do AVERAGEIFS:
=AVERAGEIFS('20175858_A2_DEVICE'!L156:L5357,'20175858_A2_DEVICE'!I:I,'Conduit ratio'!G42,'20175858_A2_DEVICE'!J:J,'Conduit ratio'!G42,'20175858_A2_DEVICE'!K:K,'Conduit ratio'!G42)
However when doing average ifs where the cable Area is the average condition and then setting each conduit column as the criteria but I keep getting
Not sure where I am going wrong or if what I am trying to achieve is possible.
I have a set of data conduit 1,2,3
I need to search across each conduit number to see if a particular conduit is there. If the conduit is found in either spot. it needs to then take the average of the the Cable Area.
Note: there are three categories due to cables running through multiple conduits so the conduits have been split up.
Note. there will be instances where the same number for example 8 will be displayed in all three conduits.
On a new sheet I have tried the following:
Where is says average:
=AVERAGE(IF('20175858_A2_DEVICE'!I:I='Conduit ratio'!B42,'20175858_A2_DEVICE'!$L:$L,""),IF('20175858_A2_DEVICE'!J:J='Conduit ratio'!B42,'20175858_A2_DEVICE'!$L:$L,""),IF('20175858_A2_DEVICE'!K:K='Conduit ratio'!B42,'20175858_A2_DEVICE'!$L:$L,""))
It goes to the previous page to find the conduit location and and searches for the number and then takes the average across them. How ever it has come back incorrect given the the correct answer is 1.98745 and NOT 1.8947
My second attempt was to do AVERAGEIFS:
=AVERAGEIFS('20175858_A2_DEVICE'!L156:L5357,'20175858_A2_DEVICE'!I:I,'Conduit ratio'!G42,'20175858_A2_DEVICE'!J:J,'Conduit ratio'!G42,'20175858_A2_DEVICE'!K:K,'Conduit ratio'!G42)
However when doing average ifs where the cable Area is the average condition and then setting each conduit column as the criteria but I keep getting
Not sure where I am going wrong or if what I am trying to achieve is possible.