mjones
Board Regular
- Joined
- Oct 27, 2007
- Messages
- 108
- Office Version
- 365
- Platform
- Windows
Hi Again,
Here’s my incorrect formula but a start. It gets a total of numbers in B192:B378 if “ngf” is in column V. Then I'm trying to get an average of the numbers that were totaled.
{=(SUM(IF('Zones by Method'!V$192:V$378="ngf",('Zones by Method'!B$192:B$378))))/T$38}
The problem is the last T$38. It's incorrect because it’s a total of how many numbers of interest there should be in range 192:378 but some numbers counted are na and the na’s shouldn’t be added or averaged in.
Instead of dividing by T$38, is there another way to know how many non-na numbers are in B192:B378 when "ngf" is in column V, and then use that number to average the B192:B378 "ngf"'s total?
I hope this makes sense.
Sounds like I need a miracle but I've seen many miracles on this board in the past. Crossing my fingers.
Thank you,
Michele
Here’s my incorrect formula but a start. It gets a total of numbers in B192:B378 if “ngf” is in column V. Then I'm trying to get an average of the numbers that were totaled.
{=(SUM(IF('Zones by Method'!V$192:V$378="ngf",('Zones by Method'!B$192:B$378))))/T$38}
The problem is the last T$38. It's incorrect because it’s a total of how many numbers of interest there should be in range 192:378 but some numbers counted are na and the na’s shouldn’t be added or averaged in.
Instead of dividing by T$38, is there another way to know how many non-na numbers are in B192:B378 when "ngf" is in column V, and then use that number to average the B192:B378 "ngf"'s total?
I hope this makes sense.
Sounds like I need a miracle but I've seen many miracles on this board in the past. Crossing my fingers.
Thank you,
Michele