mattharesign
New Member
- Joined
- Jan 12, 2011
- Messages
- 7
Hi
I'm trying to use averageifs to average sone values based on certain criteria.
I need to take data in column c away from column s, then average the result for the entire range. Cells in column s may be blank though. For the entire set of columns with no other criteria, I get the correct result
with =average(if(isnumber S2:s3000),S2:s3000-c2:c3000) finsihed off with ctrl shift enter.
What I need to do is check data in column e, and do the same calculation again, but only for that specific result.
eg, column e contains a data type "callback", so i only need the calculation done for the cells in s and c that have this in cell e.
I keep getting errors of various flavours and I'm not sure why.
Help?
I'm trying to use averageifs to average sone values based on certain criteria.
I need to take data in column c away from column s, then average the result for the entire range. Cells in column s may be blank though. For the entire set of columns with no other criteria, I get the correct result
with =average(if(isnumber S2:s3000),S2:s3000-c2:c3000) finsihed off with ctrl shift enter.
What I need to do is check data in column e, and do the same calculation again, but only for that specific result.
eg, column e contains a data type "callback", so i only need the calculation done for the cells in s and c that have this in cell e.
I keep getting errors of various flavours and I'm not sure why.
Help?