Hi guys, first post...be gentle with me :P
Im trying to pick up sum values from a column based on certain conditions, i have come up with the following but its giving me a 0 value.
=SUM(IF('Data'!$C$2:$C$1144=01,IF('Data'!$D$2:$D$1144=18,IF('Data'!$E$2:$E$1144=3000,'Data'!$J$2:$J$1144,0),0)))
so, from the above, i need the following to be true from my selection criteria.
Column 1 - various values, but i need only those with a value of 1
Column 2 - various values, but i need only those with a value of 18
Column 1 - various values, but i need only those with a value of 3000
Sum Column 4 - Sum the results where the conditions are met with the above 3 columns
err help?
Bookmarks