Dirkelton
New Member
- Joined
- Feb 16, 2011
- Messages
- 7
Can anyone help. I'm trying I'm trying to divide 2 columns by each other if another column equals X
For example if column A equals 10, then divide the total of Column B agaisnt the total of column C.
I've tried extending the SUMIF formula in a number of ways (example below) but had no joy.
=sumif(A2:A10,="10",(sum(B2:B10))/(sum(c2:c10)))
For example if column A equals 10, then divide the total of Column B agaisnt the total of column C.
I've tried extending the SUMIF formula in a number of ways (example below) but had no joy.
=sumif(A2:A10,="10",(sum(B2:B10))/(sum(c2:c10)))