2 Things:
1) I want to sum Column Y if: Column B="coordinated" AND Column C="x"
2) I want to count Column T if: Column B="coordinated" AND Column C="x" AND Column D="potential letter"
Thoughts? THANKS!!!!
2 Things:
1) I want to sum Column Y if: Column B="coordinated" AND Column C="x"
2) I want to count Column T if: Column B="coordinated" AND Column C="x" AND Column D="potential letter"
Thoughts? THANKS!!!!
Last edited by Jeff M; 04-02-2009 at 09:35 AM.
Try
1) =Sumproduct(--(B:B="coordinated"),--(C:C="x"),Y:Y)
and
2) =Sumproduct(--(B:B="coordinated"),--(C:C="x"),--(D:D="potential letter"),T:T)
although not quite sure what you mean by "Count column T"... do you mean sum.. or is there a T column Condition too....?
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks