Anglais428v2
New Member
- Joined
- Jun 19, 2020
- Messages
- 27
- Office Version
- 365
- Platform
- Windows
Hi,
I have a formula that works in that it gives me a filtered list of numbers. The formula is:
=FILTER(Jobs,ISNUMBER(MATCH(Type,$L$3,0))*ISNUMBER(MATCH(SS,$A$3:$A$10,0))*ISNUMBER(MATCH(Reg2,$A23,0)))
I now want to get the average of the list of these numbers but exclude zeros from the calculation. I've been trying to wrap the above formula into an averageifs or average(if formula but it doesn't seem to be working.
Any advise?
Thanks
I have a formula that works in that it gives me a filtered list of numbers. The formula is:
=FILTER(Jobs,ISNUMBER(MATCH(Type,$L$3,0))*ISNUMBER(MATCH(SS,$A$3:$A$10,0))*ISNUMBER(MATCH(Reg2,$A23,0)))
I now want to get the average of the list of these numbers but exclude zeros from the calculation. I've been trying to wrap the above formula into an averageifs or average(if formula but it doesn't seem to be working.
Any advise?
Thanks